@font-face {
  font-family: 'ProductSans-Bold';
  src: url('../fonts/product-sans/ProductSans-Bold.eot');
  src: url('../fonts/product-sans/ProductSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/product-sans/ProductSans-Bold.woff2') format('woff2'),
    url('../fonts/product-sans/ProductSans-Bold.woff') format('woff'),
    url('../fonts/product-sans/ProductSans-Bold.ttf') format('truetype'),
    url('../fonts/product-sans/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans-Regular';
  src: url('../fonts/product-sans/ProductSans-Regular.eot');
  src: url('../fonts/product-sans/ProductSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/product-sans/ProductSans-Regular.woff2') format('woff2'),
    url('../fonts/product-sans/ProductSans-Regular.woff') format('woff'),
    url('../fonts/product-sans/ProductSans-Regular.ttf') format('truetype'),
    url('../fonts/product-sans/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProductSans-Italic';
  src: url('../fonts/product-sans/ProductSans-Italic.eot');
  src: url('../fonts/product-sans/ProductSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/product-sans/ProductSans-Italic.woff2') format('woff2'),
    url('../fonts/product-sans/ProductSans-Italic.woff') format('woff'),
    url('../fonts/product-sans/ProductSans-Italic.ttf') format('truetype'),
    url('../fonts/product-sans/ProductSans-Italic.svg#ProductSans-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ProductSans-BoldItalic';
  src: url('../fonts/product-sans/ProductSans-BoldItalic.eot');
  src: url('../fonts/product-sans/ProductSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/product-sans/ProductSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/product-sans/ProductSans-BoldItalic.woff') format('woff'),
    url('../fonts/product-sans/ProductSans-BoldItalic.ttf') format('truetype'),
    url('../fonts/product-sans/ProductSans-BoldItalic.svg#ProductSans-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}

#preloader {
  background: rgba(0, 0, 0, 0.5);  
  z-index: 9999;  
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'ProductSans-Regular';
  color: #231f20;
  
}
.text-blue {
  color: #009ee2;
} 
.text-red {
  color: #d12329;
}

.text-yellow {
  color: #f8b133;
}

.text-green {
  color: #93c01f
}

html {
  color: #231f20
}

.uk-text-bold {
  font-family: 'ProductSans-Bold' !important;
}

.text-color-white {
  color: #fff;
}

.text-color-dark {
  color: #181818;
}


.uk-container {
  max-width: 1100px;
}

/* .header {
  position: sticky;
  top: 0px;
} */
.header_top .uk-flex {
  height: 50px;
  align-items: center;
}

.header_main {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}

.uk-navbar-nav>li>a,
.uk-link,
a,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #181818
}

.uk-modal-title {
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.uk-modal-dialog {
  width: 730px;
}


.uk-modal-dialog.login-modal,
.uk-modal-dialog.success-modal {
  width: 550px;
}
 

.uk-button-primary {
  background-color: rgb(221,39,72);
  padding: 0px 60px;
  border: none;
  border-radius: 20px;
}

.uk-open>.uk-modal-dialog {
  border-radius: 10px;
}

.uk-button-primary:hover {
  background-color: #3f43bc;
}

.header_main .uk-button-default {
  background-color: rgb(221,39,72);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
}

.banner {
  background-image: url(../images/bggeneral.jpg);
  width: 100%;
  height: 490px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.contact {
  background-image: url(../images/contact/bg.jpg);
}
.banner.dashcam {
  background-image: url(../images/dashcam/bgdashcam.jpg);
}
.banner.request {
  background-image: url(../images/request.jpg);
}
.banner.history {
  background-image: url(../images/dealership/history.jpg);
}


.section-title {
  padding-bottom: 30px;
  font-size: 32px;
}

.device-page .section-title,
.history-page .section-title,
.history-empty .section-title{
  font-size: 24px;
}

.about-us_work {
  margin-top: 60px;
  flex-direction: column;
}

.bg-color-gray {
  background-color: #f4f4f4;
}

.inner-section {
  padding-left: 20px;
  padding-right: 20px;
}

.img-container img {
  border-radius: 10px;
}


.benefits-tabs {
  border: 2px solid #231f20;
  border-radius: 20px;
  overflow: hidden
}



.benefits-tabs.uk-subnav>* {
  padding-left: 0;
}

.benefits-tabs.uk-subnav-pill>.uk-active {
  background-color: #231f20;
}

.benefits-tabs.uk-subnav-pill>.uk-active>a {
  color: #fff;
}

.benefits-tabs.uk-subnav>*>:first-child {
  font-size: 14px;
  padding: 10px 40px;
  line-height: 1;
  color: #181818;
}

.dealership-footer {
  padding-top: 30px;
}

.dealership-footer .bg-color-gray {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dealership-footer ul>li {
  padding: 0 10px;
}

.uk-navbar-dropdown {
  padding: 15px;
}




.uk-form-controls {
  position: relative;
}
 
.path {
  fill: none;
}
.start-animation .path {
  fill: none;
  stroke-dasharray: 1530.5396728515625;
  stroke-dashoffset: 1530.5396728515625;
  animation: draw 5s linear forwards;
}
 
.st0   {
  fill: rgb(221,39,72);
}

.history-table thead {
  background-color:#f4f4f4;
}

.history-table th {
  color: #181818;
  font-family: 'ProductSans-Bold';
}

@keyframes draw {
  from {
    stroke: rgb(221,39,72);
    stroke-width: 2;
    stroke-dashoffset: 1530.5396728515625;
    ;
  }

  to {
    stroke: rgb(221,39,72);
    stroke-width: 2;
    stroke-dashoffset: 765;
  }
}
 

img[width="60"] {
  max-width: 50px;
}

#benefits .inner-section > div {
  flex-direction: column;
}

#benefits .uk-subnav {
  margin: 0 auto;
}


.benefits-tabs.uk-subnav>*>:first-child {
  font-size: 11px;
  padding: 10px 20px;
}

#path {
  position: absolute;
  width: calc(100% - 35px);
  left: 17px;
  top: 12px;
}

.header_main.uk-sticky {
  border-bottom: 2px solid #eaeaea;
}

#contact-form,
#request-form {
  margin: 0 auto;
}

.uk-container-xsmall {
 max-width: 550px;
}
.uk-container-small {
  max-width: 730px;
}

.device-card {
  padding: 30px;
  border-radius: 10px;
}

.device-card_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px;
}

.device-card_img {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.device-icon-section {
  width: 350px;
}
.device-icon-section .uk-position-z-index {
  position: sticky;
  top: 120px;
 
}

.spec-device-table th{
  background-color: #f4f4f4;
  width: 260px;
  vertical-align: top;

}
.spec-device-table th,
.spec-device-table td {
  padding: 15px 30px;
  font-size: 16px;
  color: #181818;
  text-transform: inherit;
}
.spec-device-table tr:first-child th,
.spec-device-table tr:first-child td{ 

  padding-top: 30px;
}
.spec-device-table tr:last-child th,
.spec-device-table tr:last-child td { 
  padding-bottom: 30px;
}
.uk-accordion-title {
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
    text-transform: uppercase;
    font-size: 16px;
}

.uk-accordion>:nth-child(n+2) {
  margin-top: 60px;
}
.device-section .uk-grid{
   padding-bottom: 60px;
}

.uk-open>.uk-accordion-title::before {
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='10' height='7' viewBox='0 0 10 7'%3E%3Cimage id='arrow' width='10' height='7' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAkUlEQVQYlU3OvQkCYRCE4ecUjS73SjC5GoxERLAEsQRzA4sQLMDEXLAAM39iwRYMDUw0UBa+k29gYWdn4Z2iqiqZOjgkO8GniVr5F9YYpon9r3ZZlo1ZYIkHXhjgiVOEDTowe7zTQ+iILqZRJ9A1dqnGHJc0scctsjrQZ/SwwiardcMXI4wDfcUdsxTkKrBF/wfAQBnDskhkLwAAAABJRU5ErkJggg=='/%3E%3C/svg%3E%0A");
}

.uk-accordion-title::before {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' width='10' height='7' viewBox='0 0 10 7'%3E%3Cimage id='arrow' width='10' height='7' xlink:href='data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAkUlEQVQYlU3OvQkCYRCE4ecUjS73SjC5GoxERLAEsQRzA4sQLMDEXLAAM39iwRYMDUw0UBa+k29gYWdn4Z2iqiqZOjgkO8GniVr5F9YYpon9r3ZZlo1ZYIkHXhjgiVOEDTowe7zTQ+iILqZRJ9A1dqnGHJc0scctsjrQZ/SwwiardcMXI4wDfcUdsxTkKrBF/wfAQBnDskhkLwAAAABJRU5ErkJggg=='/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
}
.dropdown-select {
  border-radius: 5px;
  padding: 0 20px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  text-align: left;
  text-transform: math-auto;
}
.quantity-dropdown {
  max-height: 200px;
  overflow:scroll
}
.close-icon-dd {
  position: relative;
  width: 10px;
  height: 10px;
}

.close-icon-dd:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M256,33C132.3,33,32,133.3,32,257c0,123.7,100.3,224,224,224c123.7,0,224-100.3,224-224C480,133.3,379.7,33,256,33z M364.3,332.5c1.5,1.5,2.3,3.5,2.3,5.6c0,2.1-0.8,4.2-2.3,5.6l-21.6,21.7c-1.6,1.6-3.6,2.3-5.6,2.3c-2,0-4.1-0.8-5.6-2.3L256,289.8 l-75.4,75.7c-1.5,1.6-3.6,2.3-5.6,2.3c-2,0-4.1-0.8-5.6-2.3l-21.6-21.7c-1.5-1.5-2.3-3.5-2.3-5.6c0-2.1,0.8-4.2,2.3-5.6l75.7-76 l-75.9-75c-3.1-3.1-3.1-8.2,0-11.3l21.6-21.7c1.5-1.5,3.5-2.3,5.6-2.3c2.1,0,4.1,0.8,5.6,2.3l75.7,74.7l75.7-74.7 c1.5-1.5,3.5-2.3,5.6-2.3c2.1,0,4.1,0.8,5.6,2.3l21.6,21.7c3.1,3.1,3.1,8.2,0,11.3l-75.9,75L364.3,332.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}


textarea.uk-textarea {
  padding: 10px 20px;
}


@media (min-width: 640px) { 

  #path {
    position: absolute;
    width: calc(100% - 69px);
    left: 35px;
    top: 8px;
  }

  .benefits-tabs.uk-subnav>*>:first-child {
    font-size: 14px;
    padding: 10px 40px;
  }

  #benefits .uk-subnav {
    margin: inherit;
  }
  #benefits .inner-section > div {
    flex-direction: row;
  }
  .section-title {
    padding-bottom: 60px;
  }
  .device-page .section-title{
    padding-bottom: 30px;
  }


  img[width="60"] {
    max-width: 60px;
  }
  

.about-us_work {
  flex-direction: row;
}


.img-container.m {
  width: 350px;
}

.img-container.s {
  width: 255px;
}
}

@media (min-width: 960px) {

  #path {
    position: absolute;
    width: calc(100% - 115px);
    left: 61px;
    top: 0;
  }
  .uk-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .inner-section {
    padding-left: 96px;
    padding-right: 96px;
  }

  .dealership-footer {
    padding-top: 120px;
  }
  .img-container.m {
    width: 250px;
  }
  
  .img-container.s {
    width: 185px;
  }
 
}

@media (min-width: 1200px) {
  .img-container.m {
    width: 350px;
  }
  
  .img-container.s {
    width: 255px;
  }
  
}