/**
* Template Name: Knight - v2.0.0

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#Show_Notify .modal-content {
  border: none;
}


Show_Notify .modal-backdrop {
  z-index: 100000 !important;
}

#Show_Notify {
  z-index: 100001 !important;
}

#mobile-screen-navbar {
  display: none;
}

.search_mobile {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


html {
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;

}

#header-logo-for-mobile {
  display: none;
}

#header-logo-for-largeScreen {
  display: block;
}


body {
  font-family: 'Open Sans', sans-serif;
  color: #555555;
  font-weight: 400;
  padding-top: 50px;
}


/*--------------------------------------------------------------
# New User Sidebar After Scan
--------------------------------------------------------------*/
#blue-Sidebar {
  display: none;
}

.sidepanel-afterScanBlue {

  width: 0px;
  position: fixed;
  height: calc(100% - 50px);
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
  right: 25%;
  margin-left: auto;
  background-color: #1e2f97;
  margin-top: 50px;

}

.sidepanel-afterScanBlue a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.20;
  letter-spacing: normal;
}


.sidepanel-afterScanBlue a:hover {
  color: #f1f1f1;
}

.closebtn-afterScan {
  background-color: white;
  border: 1px solid white;
  height: 50px;
  width: 50px;
  -moz-border-radius: 50%;
  text-align: center !important;
  -webkit-border-radius: 50%;
  color: #1aa7ec !important;
}

.sidepanel-afterScanBlue .closebtn-afterScan {
  position: absolute;
  font-size: 36px;
  top: calc(420px + 10%);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}


.sidebar-username {
  background: #228fc4;
  padding: 20px 0px;
}

.sidepanel-afterScanBlue a:hover {
  color: #f1f1f1;
}


/*--------------------------------------------------------------
# End New User Sidebar After Scan
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header After Scan
--------------------------------------------------------------*/

.scanProcess-navbar {
  background: white;
}

.sidepanel-afterScan {

  width: 0px;
  position: fixed;
  height: calc(100% - 50px);
  top: 0;
  background-color: #1aa7ec;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
  right: 25%;
  margin-left: auto;
  margin-top: 50px;

}

.sidepanel-afterScan a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
}

a.closebtn-afterScan,
a.closebtn-afterScan {
  width: 41px;
  height: 41px;
}

.sidepanel-afterScan a:hover {
  color: #f1f1f1;
}

.sidepanel-afterScan .closebtn-afterScan {
  position: absolute;
  font-size: 36px;
  top: calc(420px + 10%);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.menu-afterScan {
  display: block;
}

ul.menu-afterScan li {
  padding: 0px 9px;
}

.language_dropdown-afterScan {
  margin-left: 10px;
  padding: 10px 0;
}

.menu-afterScan li a,
.language_dropdown-afterScan {
  text-transform: uppercase;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0 88px 0 63px;
}

.menu-afterScan li a {
  font-size: 14px;
  padding: 10px 0px;
}

a.closebtn-afterScan,
button.openbtn-afterScan {
  display: block;
}

.sidepanel-afterScan a:hover {
  color: #f1f1f1;
}

.openbtn-afterScan {
  font-size: 30px;
  cursor: pointer;
  color: #1e2f97;
  border: none;
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 2px;
  transform: translateY(-50%);
  background: transparent;

}

.afterScan-ring .fa-stack[data-count]:after {
  right: -12%;
  top: -12%;
  font-size: 8px;
}

.search-afterScan {
  right: 35px !important;
}

/*--------------------------------------------------------------
# End Header After Scan
--------------------------------------------------------------*/



/*********Search Bar in header***********/


.search_bar_header {
  width: 240px;
}

.searchfield {
  position: relative;
}

.custom-shadow {
  border-radius: 50rem !important;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  border: solid 1px #ededed;
}

.homepage-search i {
  font-size: 22px;
  font-weight: 100;
}

#query {
  font-size: 14px;
}

.form-group .homepage-search {
  position: absolute;
  right: 0px;
  background: transparent;
  height: 100%;
  border: none;
  color: #0050bb;
}

a.activate-email-link,
.resend-email-link {
  color: #020b56;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.09px;
}

a.activate-email-link:hover {
  color: #020b56;
}


/*.search {*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    left: 43%;*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    transform: translateX(-41%) translateY(-20%);*/
/*}*/

.search__toggle:checked~.search__field {
  width: calc(100% - 80px);
  border-width: 2px;
}

.search__toggle:checked~.search__field .search__input::placeholder {
  opacity: 1;
}

.search__toggle:checked~.search__field .search__close {
  left: -25px;
}

.search__toggle:checked~.search__field .search__button {
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}

.search__toggle:checked~.search__field .search__button--toggle {
  display: none;
}

.search__toggle:checked~.search__field .search__button--submit {
  display: flex;
}

.search__close {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}

.search__close::before,
.search__close::after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 3px;
  background-color: #fff;
}

.search__close::before {
  transform: rotate(45deg);
}

.search__close::after {
  transform: rotate(-45deg);
}

.search__field {
  position: absolute;
  right: 0px;
  top: 50px;
  height: 45px;
  border-radius: 50px;
  transform-origin: right;
  transition: 0.3s;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #f0f0f0;

}

.search__input {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: calc(100% - 40px);
  height: 100%;
  color: #95989a;
  background-color: transparent;
  border: 0;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.search__input::placeholder {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #95989a;


}

.search__label {
  cursor: pointer;
}

.search__button {
  position: absolute;
  top: 45%;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #f0f0f0;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.promo-bar>p {
  margin: 0px;
  font-size: 13px;
}



a.closebtn,
button.openbtn {
  display: none;
}

button.openbtn:active,
button.openbtn:focus {
  outline: none;
}


.search__button--submit {
  display: none;
  border: 0;
}

.search__icon {
  position: relative;
  width: 19px;
  height: 19px;
}

.search__icon::before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #09f;
  border-radius: 50px;
}

.search__icon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 8px;
  height: 2px;
  background-color: #09f;
  transform: rotate(45deg);
  transform-origin: right;
}

.promo-bar {
  background: red;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}

.promo-bar>p {
  margin: 0px;
}

/****End Search Bar***/


/********Notification****************/
.fa-bell {
  color: yellow;
  font-size: 1.6em !important;
}


.dropdown-toggle::after {
  margin: 0px;
}

.fa-stack[data-count]:after {
  position: absolute;
  right: -5%;
  top: -5%;
  content: attr(data-count);
  font-size: 10px;
  padding: .6em;
  border-radius: 999px;
  line-height: .75em;
  color: white;
  background: rgba(255, 0, 0, .85);
  text-align: center;
  min-width: 2em;
  font-weight: bold;
}

.notification-title {
  font-weight: bold;
  color: #0E183C;
  font-size: 16px;
}

.notification-body {
  color: #222;
}

.notify-mark-btn,
.notify-close-btn {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0E183C;
  border-radius: 39px;
  border: none;
}

.renew_ad_btn {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0E183C;
  border-radius: 39px;
  border: none;
  float: right;
}

.notify-mark-btn:hover,
.notify-close-btn:hover,
.renew_ad_btn:hover {
  color: white;
}

/*********End Notification**********/


.custom-dropdown {
  background: #020B56;
}

.custom-dropdown .dropdown-item {
  color: white;
  padding: .25rem 1rem;
}

.custom-dropdown .dropdown-item:hover {
  color: #333;
}

.dropdown-toggle::after {
  color: #020b56;
}

#header-logo-for-mobile {
  display: none;
}

#language_dropdown_for_mobile {
  display: none;
}


.nav-item .fa-user,
.far-user {
  color: #0050bb;
  font-size: 1.4em;
}

a:hover {
  text-decoration: none;
}

/*.language_dropdown*/
/*{*/
/*    margin-right:30px;*/
/*}*/

a.sell-button {
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
  width: 100px;
  font-size: 18px;
  font-weight: 600;
  color: white !important;
  background: #020b56;
  border-radius: 39px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.custom-shadow .header-search {
  font-size: 14px;

}

.search__input {
  font-size: 14px;
  padding: 20px;
  border: none !important;
}

.header {
  position: fixed;
  width: 100%;
  height: auto;
  background: white;
  z-index: 200;
}

.header-scanProcess {
  /* position: fixed; */
  width: 550px;
  height: auto;
  background: white;
  /*z-index: 200;*/
  margin: 0 auto;
  /* left: 0; */
  /* right: 0; */
}

.menu {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/*.nav-item.dropdown.mobile-view {*/
/*    margin-right: -15px;*/
/*}*/

ul.menu li {
  padding: 0px 12px;
}

.login_user span {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.09px;
  color: #0050bb;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.09px;
  color: #0050bb;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10ch;
}

.menu li a {
  color: #020b56;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.09px;
  text-align: left;
}

.searchfield {
  position: relative;
}

.language_dropdown {
  margin-right: 30px;
}

.form-group .homepage-search {
  position: absolute;
  right: 0px;
  background: transparent;
  height: 100%;
  border: none;
  color: #0050bb;
}

.homepage-search i {
  font-size: 22px;
  font-weight: 100;
}


/*.search_mobile*/
/*{*/
/*    display: none;*/
/*}*/
/*.search {*/
/*    position: absolute;*/
/*    top: 8%;*/
/*    left: 20%;*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    transform: translateX(-32%) translateY(5%);*/
/*    z-index: 100;*/

/*}*/
/*.search__toggle:checked ~ .search__field {*/
/*    width: calc(100% - 80px);*/
/*    border-width: 2px;*/
/*}*/
/*.search__toggle:checked ~ .search__field .search__input::placeholder {*/
/*    opacity: 1;*/
/*}*/
/*.search__toggle:checked ~ .search__field .search__close {*/
/*    left: -25px;*/
/*}*/
/*.search__toggle:checked ~ .search__field .search__button {*/
/*    right: 5px;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    border-radius: 50px;*/
/*}*/
/*.search__toggle:checked ~ .search__field .search__button--toggle {*/
/*    display: none;*/
/*}*/
/*.search__toggle:checked ~ .search__field .search__button--submit {*/
/*    display: flex;*/
/*}*/
/*.search__close {*/
/*    position: relative;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translateX(-50%);*/
/*    transition: 0.3s;*/
/*}*/
/*.search__close::before, .search__close::after {*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: '';*/
/*    width: 15px;*/
/*    height: 3px;*/
/*    background-color: #fff;*/
/*}*/
/*.search__close::before {*/
/*    transform: rotate(45deg);*/
/*}*/
/*.search__close::after {*/
/*    transform: rotate(-45deg);*/
/*}*/
/*.search__field {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 18px;*/
/*    height: 45px;*/
/*    border-radius: 50px;*/
/*    transform-origin: right;*/
/*    transition: 0.3s;*/
/*    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);*/
/*    background-color: #f0f0f0;*/

/*}*/
/*.search__input {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    box-sizing: border-box;*/
/*    width: calc(100% - 40px);*/
/*    height: 100%;*/
/*    color: #95989a;*/
/*    background-color: transparent;*/
/*    border: 0;*/
/*    outline: none;*/
/*    font-size: 16px;*/
/*    padding: 0px 20px;*/
/*}*/
/*.search__input::placeholder {*/
/*    opacity: 0;*/
/*    transition: 0.3s;*/
/*    transition-delay: 0.3s;*/
/*    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.36;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #95989a;*/
/*}*/
/*.search__label {*/
/*    cursor: pointer;*/
/*}*/
/*.search__button {*/
/*    position: absolute;*/
/*    top: 41%;*/
/*    right: -30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    background-color: #f0f0f0;*/
/*    border-radius: 50px;*/
/*    transform: translateY(-50%);*/
/*    transition: 0.3s;*/
/*}*/

/*.search__button--submit {*/
/*    display: none;*/
/*    border: 0;*/
/*}*/
/*.search__icon {*/
/*    position: relative;*/
/*    width: 19px;*/
/*    height: 19px;*/
/*}*/
/*.search__icon::before {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-color: transparent;*/
/*    border: 2px solid #09f;*/
/*    border-radius: 50px;*/
/*}*/
/*.search__icon::after {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    content: '';*/
/*    width: 8px;*/
/*    height: 2px;*/
/*    background-color: #09f;*/
/*    transform: rotate(45deg);*/
/*    transform-origin: right;*/
/*}*/




/*.promo-bar {*/
/*    margin-bottom: -16px;*/
/*    background: red;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    margin-top: 15px;*/
/*}*/

/*.promo-bar p {*/
/*    padding: 10px;*/
/*    font-size: 14px;*/
/*}*/

.address-alert {
  font-size: 12px;
}

button:focus {
  outline: 0;
}

/*#iubenda-cs-banner .iubenda-cs-close-btn {*/
/*  display: none !important;}*/

/*******************Loader******************************/

.ajax-loader {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
  background: #FBFCFC;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.loading-text {
  position: absolute;
  top: calc(50% - -30px);
  left: calc(50% - 80px);
  text-align: center;
  color: black;
  font-weight: 600;
  font-style: italic;
}

.loading-text-2 {
  position: absolute;
  top: calc(53% - -30px);
  left: calc(50% - 80px);
  text-align: center;
  color: black;
  font-weight: 600;
  font-style: italic;
}

.car__body {
  animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
  transform-origin: center right;
  stroke-dasharray: 22;
  animation: line 0.8s ease-in-out infinite;
  animation-fill-mode: both;
}

.car__line--top {
  animation-delay: 0s;
}

.car__line--middle {
  animation-delay: 0.2s;
}

.car__line--bottom {
  animation-delay: 0.4s;
}

@keyframes shake {
  0% {
    transform: translateY(-1%);
  }

  100% {
    transform: translateY(3%);
  }
}

@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }

  25% {
    stroke-dashoffset: 22;
  }

  50% {
    stroke-dashoffset: 0;
  }

  51% {
    stroke-dashoffset: 0;
  }

  80% {
    stroke-dashoffset: -22;
  }

  100% {
    stroke-dashoffset: -22;
  }
}


/*****************end****************************/


.starter-section,
.home-starter-section {
  position: absolute;
}


/*****Modal for Quick Start Page***************/
.modal-backdrop {
  display: none;
}

.starter-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 100px 100px 150px 100px;
  color: white;
  text-align: center;
}

.home-starter-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 100px 100px 150px 100px;
  color: white;
  text-align: center;
}


/*--------------------------------------------------------------
# Starter Section
--------------------------------------------------------------*/
secton.w3l-feature-3 {
  padding-bottom: 30px;
}

.w3l-feature-3 .grid.top-bottom {
  margin-top: 150px;
  position: relative;
}

.w3l-feature-3 span.number img {
  vertical-align: -webkit-baseline-middle;
}

.w3l-feature-3 .middle-section {
  display: grid;
}



/*.w3l-feature-3 .three-grids-columns span {

    border-radius: 15px;
    background-color: #fff;
    padding: 40px 30px;
    border: 3px solid #020B56;}*/

.grid-column .modal-header .close {
  padding: 0;
  background: none;
}


.w3l-feature-3 .three-grids-columns {
  padding: 0px 30px;
}

.w3l-feature-3 .grid-column {
  /*    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    */
}

.w3l-feature-3 .custom-grid-column h4 {
  background: yellow;
}

.w3l-feature-3 .three-grids-columns h4 {
  font-size: 20px;
  color: #020b56;
  line-height: 30px;
  padding-top: 25px;
  font-weight: 800;
}

.w3l-feature-3 .three-grids-columns a {
  background: #4adede;
  color: #020b56;
  font-weight: 800;
}

.w3l-feature-3 .three-grids-columns .modal-body a {
  background: none;
}

.w3l-feature-3 .three-grids-columns a.cursor {
  cursor: pointer;
}

.w3l-feature-3 .three-grids-columns a.cursor:hover {
  color: #020b56;
}

.w3l-feature-3 .three-grids-columns p {
  padding-top: 15px;
  line-height: 24px;
  color: var(--text-color);
}

.w3l-feature-3 .three-grids-columns span.fa {
  font-size: 36px;
  color: var(--opposite-color);
}

.w3l-feature-3 a.actionbg {
  font-size: 16px;
  color: var(--opposite-color);
  margin-top: 25px;
  display: inline-block;
  font-weight: 600;
}

.w3l-feature-3 a.actionbg:hover {
  color: var(--theme-color);
}

.w3l-feature-3 img.arrow-png {
  padding-left: 5px;
}

/*@media (min-width: 1300px){*/
/*    .navbar-expand-custom {*/
/*        flex-direction: row;*/
/*        flex-wrap: nowrap;*/
/*        justify-content: flex-start;*/
/*    }*/
/*    .navbar-expand-custom .navbar-nav {*/
/*        flex-direction: row;*/
/*    }*/
/*    .navbar-expand-custom .navbar-nav .nav-link {*/
/*        padding-right: .5rem;*/
/*        padding-left: .5rem;*/
/*    }*/
/*    .navbar-expand-custom .navbar-collapse {*/
/*        display: flex!important;*/
/*    }*/
/*    .navbar-expand-custom .navbar-toggler {*/
/*        display: none;*/
/*    }*/
/*}    */


@media (max-width: 1280px) {
  .w3l-feature-3 .three-grids-columns h4 {
    padding-top: 20px;
  }

  .w3l-feature-3 .top-bottom {
    padding: 40px 0px 0;
  }
}


@media (max-width: 1070px) {

  /*i.fa.fa-user, .far {*/
  /*    color: #0050bb;*/
  /*    font-size: 1.7em;*/
  /*    margin-top: 5px;*/
  /*}*/



  /*#navbarDropdown img*/
  /*{*/
  /*    height: 25px;*/
  /*}*/

  /*.navbar-expand-md .navbar-toggler*/
  /*{display:block !important;}*/

  /*.navbar-expand-md .navbar-collapse {display:none !important;}*/


}

@media (max-width: 991px) {

  .search_mobile {
    display: block;
  }

  .language_dropdown {
    margin-right: 65px;
  }

  .search-afterScan {
    right: 5px !important;
  }

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 22%;
  }

  .sidepanel {
    width: 0;
    position: fixed;
    height: 100%;
    top: 0;
    background-color: #1aa7ec;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    right: 0px;
    z-index: 9999;
  }

  .menu {
    display: block;
  }

  a.closebtn,
  button.openbtn {
    display: block;
  }

  .sidepanel a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 17px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
  }

  .sidepanel a:hover {
    color: #f1f1f1;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .openbtn {
    font-size: 30px;
    cursor: pointer;
    color: #1e2f97;
    border: none;
    position: absolute;
    top: 32%;
    right: 15px;
    padding: 2px;
    transform: translateY(-50%);
    background: transparent;
  }

  .openbtn .fa-bars {
    color: #1aa7ec;
    border-color: rgba(255, 255, 255, .1);
    border-radius: .25rem;
    line-height: 1;
  }

  .search_bar_header {
    display: none;
  }





  #small_screen {
    display: block;
  }

  #large_screen {
    display: none;
  }

  #small_screen_logo_div {
    margin-left: 10px;
    margin-right: 425px;
  }

  #small_screen_user_div {
    margin-right: 40px;
  }


}

@media (max-width: 950px) {

  #small_screen_logo_div {
    margin-right: 410px;
  }

}

@media (max-width: 925px) {
  #small_screen_logo_div {
    margin-right: 370px;
  }

  .nav-item .fa-user {
    font-size: 1.8em !important;
  }
}

@media (max-width: 900px) {
  .w3l-feature-3 a.actionbg {
    margin-top: 20px;
  }

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 19%;
  }

  .w3l-feature-3 .three-grids-columns {
    padding: 0px 30px;
  }

  .starter-section h2 {
    font-size: 30px !important;
  }

  .home-starter-section h2 {
    font-size: 30px !important;
  }


  .w3l-feature-3 .three-grids-columns h4 {
    padding-top: 13px;
  }


  .starter-section h2 {
    padding: 100px 90px 100px 90px !important;
  }

  .home-section h2 {
    padding: 100px 90px 100px 90px !important;
  }


  .w3l-feature-3 .grid-column {
    margin-top: -40px !important;
  }

  #small_screen_logo_div {
    margin-right: 360px;
  }

}


@media (max-width: 899px) {
  .how-it-work .three-grids-columns {
    margin-top: -40px !important;
  }
}

.main {}

a {
  color: #7cc576;
}

a:hover {
  color: white;
  text-decoration: none;
}

i.fa.fa-search {
  font-size: 1.3em;
  color: #0050bb;
}

#edit_report {
  margin-top: 50px;
}


/*Align links center into navbar*/
.abs-center-x {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);

}

.auth-users {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10ch;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.09px;
  color: #0050bb;
}


#top-search {

  letter-spacing: 1px;
  padding: 10px 10px;
  width: 130px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white !important;
  background: #020b56;
  border-radius: 39px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);

}

#top-search .fa-search {
  color: white !important;
}


/*********************Homepage Carousel******************************************/

#myCarousel .carousel-item .mask {
  position: absolute;
  top: -50px !important;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}

#myCarousel h4 {
  font-size: 40px;
  color: #FFF;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
}

#myCarousel p {
  padding: 30px;
  font-size: 28px;
  color: white;
}

#myCarousel a {
  margin: 0px 10px;
}

a.slider_second_button.btn-get-started {
  padding: 10px !important;
  border: 3px solid #4adede;
  color: white !important;

}


.slider_first_button_lg {
  font-weight: 600 !important;
}

a.slider_second_button {
  position: absolute;
  top: 70px !important;
  left: 0px !important;
  background: none !important;
  border: 1px solid white;
}

#myCarousel .carousel-item a {
  background: #1aa7ec;
  width: 200px;
  float: left;
  position: absolute;
  left: 0;
  margin-left: 100px;
  top: 0px;
  border-radius: 39px;
  font-size: 14px;
  color: white;
  padding: 15px 0px;
  display: inline-block;
}

#myCarousel .carousel-item a:hover {
  background: #4adede;
  text-decoration: none;
}

#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  float: left;
  position: absolute;
  top: 200px;
  left: 100px;
}

#myCarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#myCarousel .container {
  max-width: 1430px;
}

#myCarousel .carousel-item {
  height: 100%;
  min-height: 570px;
}

.products-carousel .carousel-item {
  min-height: 0px !important;
}

#myCarousel {
  position: relative;
  z-index: 1;
  background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #1AA7EC;
}


#carousel-item1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)), url("../img-marketing/banner1.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

#carousel-item1_for_mobile {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)), url("../img-marketing/banner1_mobile.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#carousel-item2 {

  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)), url("../img-marketing/banner2.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#carousel-item2_for_mobile {

  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)), url("../img-marketing/banner2_mobile.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


#carousel-item3 {

  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)), url("../img-marketing/banner3.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#carousel-item3_for_mobile {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)), url("../img-marketing/banner3_mobile.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

@supports (transform-style:preserve-3d) {

  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}


/****************Notification********************/

.fa-bell {
  color: yellow;
  font-size: 1.6em;
}

.fa-stack[data-count]:after {
  position: absolute;
  right: -5%;
  top: -5%;
  content: attr(data-count);
  font-size: 10px;
  padding: .6em;
  border-radius: 999px;
  line-height: .75em;
  color: white;
  background: rgba(255, 0, 0, .85);
  text-align: center;
  min-width: 2em;
  font-weight: bold;
}

.notification-title {
  font-weight: bold;
  color: #0E183C;
  font-size: 16px;
}


.nav-item .fa-user,
.far-user {
  color: #0050bb;
}

.notification-body {
  color: #222;
}

.notify-mark-btn,
.notify-close-btn {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0E183C;
  border-radius: 39px;
  border: none;
}

.notify-mark-btn:hover,
.notify-close-btn:hover {
  color: white;
}

/****************End Notification********************/



/****************End Carousel********************/

.login-page,
.reset_password,
.confirm_password {
  padding-top: 100px;
}

.navbar {
  background-color: #ffffff !important;
}

/*.fa-bars*/
/*{*/
/*    color: #1aa7ec;*/
/*    border-color: rgba(255,255,255,.1);*/
/*    border-radius: .25rem;*/
/*    line-height: 1;*/
/*    font-size: 30px;*/
/*}*/

a.nav-link {
  margin-right: 10px;
  color: #020B56 !important;
  font-weight: bold;
}


form {
  margin-bottom: 0px;
}


#how-it-works {
  padding-bottom: 50px;
}

/*
input:not(:placeholder-shown) {
   background-color:  whitesmoke!important;
}


input:placeholder-shown {
   background-color: #333!important;
}
*/
button.login {
  color: #fff;
  background-color: #7cc576 !important;
  border-color: #7cc576 !important;
  padding: .2rem .75rem !important;
}


label.remember_login {
  margin-right: 30px;
  margin-left: 20px;
  font-size: 13px;
  color: white;
}

#remember_me {
  margin-left: 0px;
}

.forgot_password {
  font-size: 13px;
  color: white;
  margin-left: 5px;

}

.showUser {
  margin-top: -20px;
}


.tips-title h2 {
  padding: 80px;
}

.tips-title p {
  padding: 20px 100px;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)), url("../img/product1-lighter.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  min-height: 300px;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;

}

#hero .hero-logo {
  margin-bottom: 30px;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: white;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}


.btn-get-started {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0E183C;
  border-radius: 39px;
}


.btn-get-started:hover {
  background: #0E183C;
  color: #ffffff;
}

#product_features .btn-get-started {
  font-size: 13px;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    line-height: 22px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.product-features-descryption {
  padding: 170px 0px 100px 0px;
}

.products_title h2 {
  padding: 80px;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title,
fieldset {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .image {
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.9);
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.about .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #7cc576;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about p {
  font-size: 20px;
  color: #555555;
  font-weight: 400;
}

/*--------------------------------------------------------------
# What does Car-Chain do
--------------------------------------------------------------*/
.car-chain-info .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.car-chain-info .icon-box a {
  margin: 5px 0 10px 60px;
}

.car-chain-info .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.car-chain-info .icon-box p {
  font-size: 23px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;


}

.car-chain-info .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Lead Generation
--------------------------------------------------------------*/
.lead-generation .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.lead-generation .icon-box a {
  margin: 5px 0 10px 60px;
}

.lead-generation .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.lead-generation .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;


}

.lead-generation .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Custom QR Code
--------------------------------------------------------------*/
.custom-qr-code .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.custom-qr-code .icon-box a {
  margin: 5px 0 10px 60px;
}

.custom-qr-code .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.custom-qr-code .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.custom-qr-code .image {
  /*  background-position: center center;*/
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Analytics
--------------------------------------------------------------*/
.analytics .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.analytics .icon-box a {
  margin: 5px 0 10px 60px;
}

.analytics .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.analytics .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.analytics .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;

}


/*--------------------------------------------------------------
# Dynamic QR Code
--------------------------------------------------------------*/
.dynamic-qr-code .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.dynamic-qr-code .icon-box a {
  margin: 5px 0 10px 60px;
}

.dynamic-qr-code .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.dynamic-qr-code .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.dynamic-qr-code .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}

/*--------------------------------------------------------------
# Landing Pages
--------------------------------------------------------------*/
.landing-pages .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.landing-pages .icon-box a {
  margin: 5px 0 10px 60px;
}

.landing-pages .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.landing-pages .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.landing-pages .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


.top-bottom .container {
  max-width: 700px;
}


/*--------------------------------------------------------------
# Vector Export
--------------------------------------------------------------*/
.vector-export .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.vector-export .icon-box a {
  margin: 5px 0 10px 60px;
}

.vector-export .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.vector-export .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.vector-export .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Ready To Print
--------------------------------------------------------------*/
.ready-to-print .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.ready-to-print .icon-box a {
  margin: 5px 0 10px 60px;
}

.ready-to-print .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.ready-to-print .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.ready-to-print .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Bulk QR code Generator
--------------------------------------------------------------*/
.bulk-qr-code .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0px 0 10px 60px;
}

.bulk-qr-code .icon-box a {
  margin: 5px 0 10px 60px;
}

.bulk-qr-code .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.bulk-qr-code .icon-box p {
  font-size: 20px;
  color: #555555;
  margin-left: 60px;
  font-weight: 400;

}

.bulk-qr-code .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 300px;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/


.services .icon-box h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.services .icon-box a {
  margin: 5px 0 10px 60px;
}

.services .icon-box i {
  font-size: 48px;
  float: left;
  color: #7cc576;
}

.services .icon-box p {
  margin-left: 60px;
  font-size: 20px;
  color: #555555;
  font-weight: 400;


}

.first_product_button a {
  margin-left: 0px !important;
}

.services .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  padding: 40px 0 0 0;
  background: white;
}

.featured .nav-tabs {
  border: 0;
}

.featured .nav-link {
  border: 0;
  padding: 20px;
  color: #151515;
  transition: 0.3s;
}

.featured .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.featured .nav-link:hover h4 {
  color: #7cc576;
}

.featured .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.featured .nav-link.active {
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.08);
}

.featured .nav-link.active h4 {
  color: #7cc576;
}

.featured .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# First Product
--------------------------------------------------------------*/
#products-page {
  padding-top: 50px;
}

#first_product_homepage {
  background-image: linear-gradient(to right, #1FB8EC, #2AE0ED);
  padding: 20px 0px;
}

section.first-product {
  padding-bottom: 0px !important;
}

.scannable h2 {
  text-transform: none !important;
}

.product-1 {
  background-image: url("../img/product1-lighter.jpg");
}

.printer-image {
  background-image: url("../img/Printer.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 250px;
}


.product-page {
  margin-bottom: 100px;
}

.first-product .content {
  padding: 20px 60px 0 60px;
}

.first-product .content h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  text-align: left;
  color: white;
}

.first-product .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.first-product .content p {
  font-size: 16px;
  color: white;
  font-weight: 500;
  line-height: 2.2;
  margin: 5px 0 10px 60px;
  text-align: left;
}

.first-product a {

  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.video-box a {

  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 5px 0 10px 60px;

}

a.renew_ad_btn {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #0E183C;
  border-radius: 39px;
  border: none;
  float: right;
}

.first-product .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 250px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 0 10px #f8f9fa, 0 0 0 15px #f8f9fa;

}

.first-product .accordion-list {
  padding: 0 100px 60px 100px;
}

.first-product .accordion-list ul {
  padding: 0;
  list-style: none;
}

.first-product .accordion-list li+li {
  margin-top: 15px;
}

.first-product .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.first-product .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.first-product .accordion-list span {
  color: #7cc576;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.first-product .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.first-product .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.first-product .accordion-list .icon-show {
  display: none;
}

.first-product .accordion-list a.collapsed {
  color: #343a40;
}

.first-product .accordion-list a.collapsed:hover {
  color: #7cc576;
}

.first-product .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.first-product .accordion-list a.collapsed .icon-close {
  display: none;
}

.first-product .play-btn {
  width: 62.6px;
  height: 60.6px;
  /*background: radial-gradient(#1AA7EC 50%, rgba(124, 197, 118, 0.4) 52%);*/
  background: #1e2f97;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(15% - 40px);
  top: calc(15% - 47px);
  overflow: hidden;
  padding: 0px;
}

.first-product .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  /*  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);*/
}

.first-product .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.first-product .play-btn:hover::after {
  border-left: 15px solid #1e2f97;
  transform: scale(20);
}

.first-product .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}




/*--------------------------------------------------------------
# Second Product
--------------------------------------------------------------*/
.second-product {
  /*  padding: 50px 150px 50px 0px;*/
}


#second_product_homepage {
  background-image: linear-gradient(to right, #1E2F97, #44C5D4);
  padding: 20px 0px;
}

section.second-product {
  padding: 0px !important;
}

.product-page {
  margin-bottom: 100px;
}

.product-2 {
  background-image: url("../img/product-2-lighter.jpg");
}

.second-product .content {
  padding: 20px 60px 0 60px;
}

.second-product .content h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  text-align: left;
  color: white;
}

.second-product .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.second-product .content p {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  line-height: 2.2;
  margin: 5px 0 10px 60px;
  text-align: left;
  color: white;
}

.second-product a {
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 40px 0 10px 60px;
  float: left;
}

.video-box a {

  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 5px 0 10px 60px;

}

.second-product .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 250px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 0 10px #f8f9fa, 0 0 0 15px #f8f9fa;
}

.second-product .accordion-list {
  padding: 0 100px 60px 100px;
}

.second-product .accordion-list ul {
  padding: 0;
  list-style: none;
}

.second-product .accordion-list li+li {
  margin-top: 15px;
}

.second-product .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.second-product .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.second-product .accordion-list span {
  color: #7cc576;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.second-product .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.second-product .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.second-product .accordion-list .icon-show {
  display: none;
}

.second-product .accordion-list a.collapsed {
  color: #343a40;
}

.second-product .accordion-list a.collapsed:hover {
  color: #7cc576;
}

.second-product .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.second-product .accordion-list a.collapsed .icon-close {
  display: none;
}

.second-product .play-btn {
  width: 62.6px;
  height: 60.6px;
  background: #1AA7EC;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(15% - 40px);
  top: calc(5% - 47px);
  overflow: hidden;
  padding: 0px;
}

.second-product .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
}

.second-product .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #1AA7EC;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.second-product .play-btn:hover::after {
  border-left: 15px solid #1AA7EC;
  transform: scale(20);
}

.second-product .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


/*--------------------------------------------------------------
# Third Product
--------------------------------------------------------------*/


.third-product .content {
  padding: 20px 60px 0 60px;
}

.product-3 {
  background-image: url("../img/product-3-lighter.jpg");
}

.third-product .content h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  text-align: left;
}

.third-product .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.third-product .content p {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  line-height: 2.2;
  margin: 5px 0 10px 60px;
  text-align: left;
}

.third-product a {

  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 40px 0 10px 60px;
  float: left;
}

.video-box a {

  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 5px 0 10px 60px;

}

.third-product .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 250px;
  position: relative;
  padding: 20px;
  box-shadow: 0 0 0 10px #f8f9fa, 0 0 0 15px #f8f9fa;
}

.third-product .accordion-list {
  padding: 0 100px 60px 100px;
}

.third-product .accordion-list ul {
  padding: 0;
  list-style: none;
}

.third-product .accordion-list li+li {
  margin-top: 15px;
}

.third-product .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.third-product .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.third-product .accordion-list span {
  color: #7cc576;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.third-product .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.third-product .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.third-product .accordion-list .icon-show {
  display: none;
}

.third-product .accordion-list a.collapsed {
  color: #343a40;
}

.third-product .accordion-list a.collapsed:hover {
  color: #7cc576;
}

.third-product .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.third-product .accordion-list a.collapsed .icon-close {
  display: none;
}

.third-product .play-btn {
  width: 62.6px;
  height: 60.6px;
  background: #9a9999;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(14% - 40px);
  top: calc(5% - 47px);
  overflow: hidden;
  padding: 0px;
}

.third-product .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
}

.third-product .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.third-product .play-btn:hover::after {
  border-left: 15px solid #9a9999;
  transform: scale(20);
}

.third-product .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


/*---------------------
  Products Features Section
-----------------------*/

.plenty-secion {
  margin-top: 50px;
  margin-bottom: -40px;
}

.plenty-secion2 {
  padding-bottom: 30px;

}

#why-us {
  margin-top: -50px;
}

.plenty-secion h2 {
  color: #555555;
}

#num {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px;

  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
}


.choseus-section {
  padding: 20px 0px 0px 0px;
}

.choseus-section2 {
  padding-bottom: 100px;
}

.choseus-section h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 50px 0px 30px 0px;
  text-align: center;
  color: #1e2f97;
  padding: 30px 0px;
}

.cs-item {
  text-align: center;
  margin-bottom: 50px;
}

.cs-item:hover span {
  background: #7cc576;
  color: #ffffff;
}

.cs-item span {
  height: 70px;
  width: 70px;
  background: #eaf6e9;
  border-radius: 50%;
  display: inline-block;
  color: #7cc576;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 40px;
}

.cs-item h4 {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;

}


button.share_button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  color: white;
  background: #1AA7EC;
  font-size: 16px !important;
  background: #1AA7EC !important;
  padding: 15px 107px !important;
  border-radius: 20px !important;
  border: none;
  cursor: pointer;
}

a.back-after-registration {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  transition: 0.5s;
  margin: 10px;
  color: #1e2f97;
  background: white;
  border-radius: 39px;
  border: 2px solid #1e2f97;
}

#after_vehicle_register a {
  float: none;
  width: 300px;
  margin-bottom: 50px;
}

#after_vehicle_register h2 {
  font-size: 25px;
  line-height: 1.5em;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 20px;
}

p.userType_alert {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 13px;
  color: #0E183C;
  font-weight: 500;
}


.userType_alert a {
  box-shadow: none;
  float: none;
  background: none;
  margin: 0px;
  padding: 0px;
}

.userType_alert a:hover {
  background: none;
}







/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
  /* transition: all 0.3s ease-in-out; */
  margin: 0 4px 10px 4px;
  background: whitesmoke;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #7cc576;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #7cc576;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.testimonials .quote-icon {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials .quote-icon i {
  color: #7cc576;
  font-size: 24px;
  padding: 18px;
  border-radius: 50px;
  border: 2px solid #7cc576;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 30px auto;
  font-size: 20px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #7cc576 !important;
}

@media(min-width: 1200px) {
  #sell-page-navigation .container {
    margin: 0 auto;
    max-width: 95%;
  }
}


@media(min-width: 576px) and (max-width: 1199px) {
  #sell-page-navigation .container {
    margin: 0 auto;
    max-width: 95%;
  }
}

@media handheld,
only screen and (max-width: 1140px) {
  .header-logo {
    width: 150px;
  }

  ul.menu li {
    padding: 0px 9px;
  }

  .menu li a {
    font-size: 14px;
  }

}



@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }

  .navigationpy-2 {
    position: relative;
  }

  /*.language_dropdown {*/
  /*    margin-right: 65px;*/
  /*}*/

}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: whitesmoke;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 50%;
  }

  #top-search-btn {
    display: none;
  }


  .private_tab,
  .dealer_tab {
    width: 50%;
  }

  .car-collector {
    width: 50%;
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(124, 197, 118, 0.8);
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #7cc576;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #7cc576;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #151515;
}

.pricing .box h4 {
  font-size: 42px;
  color: #151515;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #151515;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #7cc576;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 5px;
  border: 2px solid #7cc576;
  color: #7cc576;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #7cc576;
  color: #fff;
}

.pricing .recommended {
  border-color: #7cc576;
}

.pricing .recommended .btn-buy {
  background: #7cc576;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #61b959;
  border-color: #61b959;
}

.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  padding: 4px 25px 6px 25px;
  background: #eaf6e9;
  color: #7cc576;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
}

p.userType_alert>a {
  display: inline-block !important;
  padding-right: 0px !important;
  color: #0E183C;
  text-decoration: underline;
  font-weight: 700;
}


.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #7cc576;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .info i {
  font-size: 20px;
  color: #7cc576;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #7cc576;
  color: #fff;
}

.contact .php-email-form {
  /* width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
*/
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  /*  background: #7cc576;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
*/
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #7cc576 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*  background: url("../img/footer-bg.jpg") center center no-repeat; */
  background: #020B56;
  color: #fff;
  font-size: 14px;
  position: relative;



}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*  background: rgba(0, 0, 0, 0.85);*/
  background: #020B56;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

.navbar-brand img {
  height: 40px;
}

#footer .footer-top .footer-logo img {
  height: 50px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 12px;
  margin: 30px 0 0 0;
  padding: 0;
  font-weight: 500;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  /* background: #fff; */
  padding: 6px 10px;
  /* position: relative; */
  /* border-radius: 50px; */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */

  /*    text-align: left;
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: white;
*/
}




#footer .footer-top .footer-newsletter form input[type="email"] {
  /*  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  */
  border-bottom: 1px;
  border-style: none none solid none;
  border-radius: 0;
  border-color: #fff;
  width: 100%;
  background: none !important;
  color: #fff;
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 70% !important;
  font-size: 12px;
}




#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  width: 150px;
  right: -15px;
  bottom: 6px;
  border: 1px solid white;
  background: transparent;
  font-size: 12px;
  padding: 0 20px;
  color: #fff;
  transition: 0.3s;
  border-radius: 39px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  cursor: pointer;

}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  font-size: 12px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
  font-weight: bold;
}

.footer-links {
  padding-top: 50px;
}

.footer-links a {
  padding-right: 10px;
  padding-left: 10px;
  color: white;
  font-size: 12px;
}

.footer-links a:hover {
  color: white;
}


.day-txt {
  display: inline-block;
  transition: all ease-out 0.3s;
}

.row:hover .day-txt {
  transform: translateX(5px);
  text-shadow: 0 0 0;
}


.tp-start-time,
.tp-end-time {
  color: var(--main-color);
  cursor: pointer;
  display: inline-block;
  border: 1px solid black;
  background: #fefefe;
  transition: all ease-out 0.3s;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  padding: 2% 30%;
}


/*.tp-start-time:hover,
.tp-end-time:hover{
  transform: scale(1.2);
  text-shadow: 0 0 0 var(--main-color);

}*/


/* timePicker.css */
#tp-modal .modal-footer {
  border: none;
}

#tp-modal .modal-header {
  border: none;
}

#tp-time-cont {
  display: flex;
  text-align: center;
  background: white;
  position: relative;
  align-items: stretch;
}

#tp-colon {
  display: flex;
  justify-content: center;
  align-items: center;
}

#tp-time-cont button {
  border: none;
  background: transparent;
  height: auto;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none !important;
  transition: all ease-out 0.3s;
}

#tp-hour-cont,
#tp-minutes-cont {
  flex-grow: 1;
}


#tp-time-cont button:hover {
  transform: scale(1.3);
  color: var(--main-color);
}

.tp-value {
  font-size: 2rem;
  line-height: 2rem;
}

#tp-set-btn {
  background: var(--main-color);
  border-color: var(--main-color);
}


#my-account .crop_logo_module {
  background: #4adede;
  text-align: center;
  width: 67px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 39px;
  font-size: 14px;
  color: #0E183C;
  padding: 5px 0px;
  border: none;
}

#my-account .crop_logo_module .bx {
  font-size: 25px !important;
}


#my-account .card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 0 7%;
}

#my-account .form-control {
  font-size: 14px;
}

#my-account label {
  font-size: 15px;
  color: #020B56;
}


#my-account .card-header {
  text-align: center;
  color: #0E183C !important;
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: underline;
  background: none;
  border: none;
  margin-left: 100px;
  padding-top: 50px;
}

#my-account span.private_span,
span.company_span {
  padding-right: 30px;
  font-size: 15px;
}

#my-account .hours_heading {
  font-weight: 700;
  color: #020B56;
}

#my-account #user_type_radio_buttons {
  border: none;
}

#tp-set-btn {
  background: #0E183C;
  border: #0E183C;
}

#my-account #myaccount_submit {
  background: #0E183C;
  border: #0E183C;
  border-radius: 39px;
  font-size: 14px;
  color: #FFF;
  padding: 13px 40px;
  display: inline-block;
}

#myaccount_edit {
  background-color: #020b56 !important;
  border-color: #020b56 !important;
}

#my-account .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

#logo-page .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.custom-file-upload input[type="file"] {
  display: none;
}

#my-account #myaccount_edit,
#submitbtn {
  border-radius: 39px;
  font-size: 14px;
  padding: 10px 30px;
  width: 120px;
  color: white;
  margin-left: 20px;
}

#my-account label.logo_label {
  border: 1px solid #0E183C;
  padding: 5px 10px !important;
  background: #0E183C;
  color: white;
  cursor: pointer;
}

span.seperator {
  font-size: 24px;
  color: #0E183C;
  margin-top: -2px;
}

/*input#company-logo {
    float: right;
}*/

#company-logo {
  width: 100px;
  padding: 0;
  margin: 0;
  left: calc(50vw - 41.75px);
}

::-webkit-file-upload-button {
  padding: 0;
  margin: 0;
  display: block;
}

@media(max-width:484px) {

  #footer .footer-top .footer-newsletter form input[type="email"] {
    width: 60% !important;
    font-size: 8px !important;
  }

  #my-account .card-header {
    padding-top: 100px;
    margin-left: 0px;
  }

  .uploaded-company-logo {
    margin-top: 0px;
  }

  #my-account .card {
    padding: 0px;
    margin: 0px;
  }

}



@media (max-width: 1024px) {

  .first-product .content,
  .first-product .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }

  .second-product .content,
  .second-product .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }

  .third-product .content,
  .second-product .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }


}

@media (max-width: 992px) {

  .choseus-section h2 {
    margin: 5px 0 10px 60px;
  }

  .first-product .content {
    padding-top: 30px;
  }

  .first-product .accordion-list {
    padding-bottom: 30px;
  }

  .second-product .content {
    padding-top: 30px;
  }

  .second-product .accordion-list {
    padding-bottom: 30px;
  }

  .third-product .accordion-list {
    padding-bottom: 30px;
  }

  .product_1_carousel .bs-example {
    margin: 20px 250px !important;
  }

  .product_1_carousel h2 {
    font-size: 1.7rem !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 250px !important;
  }

  .product_2_carousel h2 {
    font-size: 1.7rem !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 250px !important;
  }


  .product_3_carousel h2 {
    font-size: 1.7rem !important;
  }

  span.right-radio {
    float: left;
    margin-left: 150px;
  }

  span.left-radio {
    float: left;
    margin-left: 150px;
  }

  #myCarousel .carousel-item {
    min-height: 540px;
  }

  #myCarousel .carousel-item a {
    margin-left: 50px;
  }

  #myCarousel .carousel-item h4 {
    left: 50px;
    top: 175px;
  }

  .first-product .content p,
  .second-product .content p,
  .third-product .content p {
    margin: 0px 0px;
  }

  .first-product a,
  .second-product a,
  .third-product a {
    margin: 40px 0 10px 0px;
  }

  .first-product .content h3,
  .second-product .content h3,
  .third-product .content h3 {
    margin: 5px 0 10px 0px;
  }

}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media(max-width: 923px) {
  a.nav-link {
    font-size: 12px !important;
    margin-right: 8px;

  }

  /*.custom-dropdown .dropdown-item {*/
  /*    font-size: 12px;*/
  /*}*/

}

@media(max-width: 880px) {
  #myCarousel .carousel-item a {
    margin-left: 40px;
    width: 180px;
  }

  #myCarousel .carousel-item h4 {
    left: 40px;
  }
}

@media (max-width: 865px) {
  #small_screen_logo_div {
    margin-right: 330px;
  }

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 15%;
  }
}


@media (max-width: 835px) {
  #small_screen_logo_div {
    margin-right: 300px;
  }
}

@media (max-width: 829px) {

  .starter-section h2 {
    font-size: 27px !important;
  }

  .home-starter-section h2 {
    font-size: 27px !important;
  }

  #myCarousel .carousel-item {
    min-height: 430px;
  }

  #myCarousel .carousel-item h4 {
    font-size: 30px;
  }

}

@media (max-width: 815px) {
  #small_screen_logo_div {
    margin-right: 280px;
  }
}

@media (max-width: 795px) {
  #small_screen_logo_div {
    margin-right: 260px;
  }
}


@media (max-width: 768px) {
  .w3l-feature-3 .three-grids-columns h4 {
    padding-top: 7px;
  }

  .w3l-feature-3 a.actionbg {
    margin-top: 12px;
  }

  .w3l-feature-3 .three-grids-columns a {
    padding: 10px 20px !important;
  }

  .w3l-feature-3 .three-grids-columns h4 {
    font-size: 16px;
  }


  .starter-section h2 {
    font-size: 23px !important;
  }

  .home-starter-section h2 {
    font-size: 23px !important;
  }

  .mobile-view {
    text-align: center;
  }
}

@media(max-width:767px) {

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 10%;
  }

  #first_product_homepage {
    padding-bottom: 50px;
  }

  body {
    padding-top: 0px !important;
  }

  a.nav-link {
    font-size: 14px !important;
  }


  #myCarousel .carousel-item {
    min-height: 500px !important;
  }

  .section-title h2 {
    font-size: 25px !important;
  }

  .cs-item h4 {
    font-size: 13.5px !important;
  }


  .first-product .content h3 {
    margin: 10px 0 10px 20px !important;
  }

  .second-product .content h3 {
    margin: 10px 0 10px 20px !important;
  }

  .third-product .content h3 {
    margin: 10px 0 10px 20px !important;
  }


  .first-product .content p {
    margin: 10px 0px 10px 20px !important;
    padding: 10px 0px;
  }


  .second-product .content p {
    margin: 10px 0px 10px 20px !important;
    padding: 10px 0px;
  }

  .third-product .content p {
    margin: 10px 0px 10px 20px !important;
    padding: 10px 0px;
  }

  .first-product a {
    margin: 10px 0 10px 20px !important;
    padding: 15px 35px !important;
  }

  .second-product a {
    margin: 10px 0 10px 20px !important;
    padding: 15px 35px !important;
  }

  .third-product a {
    margin: 10px 0 10px 20px !important;
    padding: 15px 35px !important;
  }

  #first_product_homepage {
    padding-bottom: 50px;
  }

  #second_product_homepage {
    padding-bottom: 50px;
  }

  .video-box a {
    margin: 10px 0 10px 170px !important;
    padding: 15px 30px !important;
  }


  .first-product .play-btn {
    left: calc(10% - 175px) !important;
    top: calc(25% - 47px) !important;
  }

  .scannable h2 {
    padding: 50px 0px 0px 0px !important;
  }

  .second-product .play-btn {
    left: calc(10% - 175px) !important;
    top: calc(25% - 47px) !important;
  }


  .third-product .play-btn {
    left: calc(0% - 145px) !important;
    top: calc(25% - 47px) !important;
  }

  .product-features-descryption {
    padding-bottom: 0px !important;
  }

  .small-screens {
    margin-top: 100px !important;
  }


  .product_2_banner h1 {
    font-size: 2rem !important;
  }

  .product_2_banner h1 {
    font-size: 2rem !important;
  }


  .product_1_banner {
    height: 50vh !important;
    min-height: 400px !important;
  }

  .product_2_banner {
    height: 50vh !important;
    min-height: 400px !important;
  }


  .product_3_banner {
    height: 50vh !important;
    min-height: 400px !important;
  }

  .product_1 .container {
    max-width: 100% !important;
  }


  .product_1_carousel .bs-example {
    margin: 20px 270px !important;
  }


  .product_1_carousel h2 {
    font-size: 1.5rem !important;
  }


  .product_2_carousel .bs-example {
    margin: 20px 270px !important;
  }


  .product_2_carousel h2 {
    font-size: 1.5rem !important;
  }


  .product_3_carousel .bs-example {
    margin: 20px 270px !important;
  }


  .product_3_carousel h2 {
    font-size: 1.5rem !important;
  }

  .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 20% 20% 0 20% !important;
  }

  #msform fieldset {
    width: 100% !important;
    margin: 50px 0px !important;

  }

  #phone_form_control .col-sm-4 {
    width: 57% !important;
  }

  #phone_form_control .col-sm-3 {
    width: 40% !important;
  }

  .tp-day-cont {
    text-align: left !important;
  }

  span.left-radio {
    margin-left: 40px;
  }

  span.right-radio {
    margin-left: 40px;
  }

  .basic-product h3 {
    margin-top: 60px;
    font-size: 26px;
  }


  #myCarousel {
    margin-top: 50px;
  }

  #myCarousel .carousel-item a {
    width: 200px;
    margin-left: 10px;
    top: -150px;
  }

  a.slider_second_button {
    top: -70px !important;
  }

  #myCarousel .carousel-item h4 {
    left: 10px;
  }


  .first-product .content h3 {
    margin: -50px;
  }

  .first-product-img {
    margin-bottom: -60px !important;
  }

  .second-product-img {
    margin-bottom: -60px !important;
  }

  .third-product-img {
    margin: -40px 0px !important;
  }

  .private_landing .content h3,
  .enterprise_landing .content h3,
  .car_collector .content h3 {
    font-size: 25px !important;
  }

  .choseus-section h2 {
    margin: 120px 0px 0px 0px;
    font-size: 30px;
    font-weight: 700;
  }

  #after_vehicle_register a {
    font-size: 15px;
  }

  #after_vehicle_register h2 {
    font-size: 17px !important;
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .starter-section h2 {
    padding: 200px 90px 100px 90px !important;
  }

  .home-starter-section h2 {
    padding: 200px 90px 100px 90px !important;
  }

  .w3l-feature-3 .grid-column {
    margin-top: 40px !important;
  }

  .starter-section h2 {
    font-size: 20px !important;
  }

  .home-starter-section h2 {
    font-size: 20px !important;
  }

  #edit_report {
    margin-top: 150px;
  }


  #footer .footer-top .footer-newsletter form input[type="submit"] {
    right: 15px !important;
    width: 130px !important;
  }

  #small_screen_logo_div {
    margin-right: 230px;
  }


}

/***End 767px*****/


@media(max-width:740px) {
  #small_screen_logo_div {
    margin-right: 200px;
  }
}

@media(max-width:710px) {
  #small_screen_logo_div {
    margin-right: 180px;
  }
}

@media(max-width:700px) {
  .btn-get-started {
    padding: 10px 20px !important;
  }

  .product_1_carousel .bs-example {
    margin: 20px 240px !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 240px !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 240px !important;
  }

  #myCarousel .carousel-item {
    min-height: 500px !important;
  }


}

/***End 700px*****/

@media(max-width:694px) {

  .product_1_carousel .bs-example {
    margin: 20px 200px !important;
  }

  .product_1_carousel h2 {
    font-size: 1.3rem !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 200px !important;
  }

  .product_2_carousel h2 {
    font-size: 1.3rem !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 200px !important;
  }

  .product_3_carousel h2 {
    font-size: 1.3rem !important;
  }


  .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 15% 20% 0 20% !important;
  }

  #small_screen_logo_div {
    margin-right: 160px;
  }

}

/***End 694px*****/


@media(max-width:670px) {
  #small_screen_logo_div {
    margin-right: 140px;
  }

}

@media(max-width:650px) {

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 4%;
  }

  #small_screen_logo_div {
    margin-right: 120px;
  }

}

@media(max-width:630px) {
  #small_screen_logo_div {
    margin-right: 100px;
  }

}


@media(max-width:625px) {

  .first-product .play-btn {
    left: calc(8% - 175px) !important;
    top: calc(30% - 47px) !important;
  }

  .second-product .play-btn {
    left: calc(8% - 175px) !important;
    top: calc(30% - 47px) !important;
  }

  .third-product .play-btn {
    left: calc(5% - 190px) !important;
    top: calc(30% - 47px) !important;
  }

}


@media(max-width:615px) {

  .btn-get-started {
    padding: 10px 30px !important;
    font-size: 14px;
  }


  .product_1_carousel .bs-example {
    margin: 20px 190px !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 190px !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 190px !important;
  }

  .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 17% 20% 0 20% !important;
  }

  .starter-section h2 {
    padding: 200px 0px 100px 0px !important;
  }

  .home-starter-section h2 {
    padding: 70px 0px 70px 0px !important;
  }

  .uploaded-company-logo {
    margin-top: -25px;
  }
}

@media(max-width:610px) {
  #small_screen_logo_div {
    margin-right: 80px;
  }

}


@media(max-width:600px) {
  .header-scanProcess {
    width: 100%;
  }

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 0%;
  }

  #myCarousel .carousel-item {
    min-height: 400px !important;
  }

  #myCarousel .carousel-item a {
    width: 180px;
    top: -110px;
  }

  a.slider_second_button {
    top: -40px !important;
  }

}

@media(max-width:590px) {
  #small_screen_logo_div {
    margin-right: 60px;
  }

}

@media(max-width:575px) {
  #sell-page-navigation {
    display: none;
  }

  #mobile-screen-navbar {
    display: block;
  }

  #small_screen_logo_div {
    margin-right: 40px;
  }

  .tp-day-cont .col-sm-4 {
    width: 40% !important;
  }

  .tp-start-time,
  .tp-end-time {
    padding: 2% 37% !important;
  }

  span.seperator {
    padding: 0px 15px 0px 30px !important;
  }

  .plenty-secion .col-lg-3,
  .col-sm-4 {
    width: 50% !important;
  }


  .cs-item h4 {
    font-size: 13px !important;
  }


  h4.how-it-works-heading {
    font-size: 14px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 180px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 180px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 180px !important;
  }

  .h-100 {
    height: 110% !important;
  }

  .product_1 .btn-get-started {
    font-size: 14px !important;
    padding: 10px 20px !important;

  }

  .product_1,
  .product_2,
  .product_3 {
    padding: 50px 0px 50px 0px !important;
  }

  .product_1_carousel .bs-example {
    margin: 20px 170px !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 170px !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 170px !important;
  }

  .choseus-section h2 {
    font-size: 25px;
  }

  .third-product .play-btn {
    left: calc(5% - 203px) !important;
    top: calc(30% - 47px) !important;
  }

  .starter-section h2 {
    font-size: 18px !important;
  }

  .home-starter-section h2 {
    font-size: 18px !important;
  }

}

@media(max-width:550px) {
  #sell_btn {
    display: none;
  }
}

@media(max-width:552px) {
  span.left-radio {
    margin-left: 40px;
    font-size: 15px;
  }

  span.right-radio {
    margin-left: 40px;
    font-size: 15px;
  }

  label.ad_title {
    font-size: 15px;
  }

  label.ad_custom_title {
    font-size: 15px !important;
  }

  .side_notes a {
    font-size: 14px !important;
  }

  #small_screen_logo_div {
    margin-right: 30px;
  }

}

@media(max-width:543px) {

  .product_1_banner h1 {
    font-size: 1.8rem !important;
  }

  .product_2_banner h1 {
    font-size: 1.8rem !important;
  }


  .product_3_banner h1 {
    font-size: 1.8rem !important;
  }

  .lead {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
  }

  .product_1_carousel .bs-example {
    margin: 20px 150px !important;
  }

  .product_1_carousel h2 {
    font-size: 1rem !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 150px !important;
  }

  .product_2_carousel h2 {
    font-size: 1rem !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 150px !important;
  }

  .product_3_carousel h2 {
    font-size: 1rem !important;
  }

  button.share_button {
    top: 218% !important;
    margin-left: -130px !important;
  }


  .register {
    font-size: 3vmin !important;
  }

  .input {
    font-size: 3vmin !important;
    padding: 2vmin !important;

  }


  .box {
    overflow-x: hidden !important;
    overflow-y: hidden !important;

  }

  #myCarousel .carousel-item a {
    width: 150px;
    top: -90px;
    font-size: 14px;
  }

  a.slider_second_button {
    top: -30px !important;
  }

  #myCarousel .carousel-item h4 {
    left: 30px;
    font-size: 20px;
  }

  #small_screen_logo_div {
    margin-right: 20px;
  }

}

@media(max-width:528px) {
  span.left-radio {
    margin-left: 30px;
    font-size: 14px;
  }

  span.right-radio {
    margin-left: 30px;
    font-size: 14px;
  }

  /*.promo-bar p {*/
  /*    font-size: 12px;*/
  /*}*/

  #small_screen_user_div {
    margin-right: 30px;
  }
}



@media(max-width:520px) {

  .video-box a {
    margin: 10px 0px 10px 160px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 160px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 160px !important;
  }

  .basic-product h3 {
    font-size: 20px;
  }

  .first-product .play-btn {
    left: calc(8% - 175px) !important;
    top: calc(35% - 47px) !important;
    width: 50px;
    height: 50px;
  }

  .second-product .play-btn {
    left: calc(8% - 175px) !important;
    top: calc(35% - 47px) !important;
    width: 50px;
    height: 50px;
  }

  .third-product .play-btn {
    left: calc(5% - 179px) !important;
    top: calc(35% - 55px) !important;
    width: 50px;
    height: 50px;
  }

  #edit_report {
    margin-top: 150px;
  }

  #small_screen_user_div {
    margin-right: 15px;
  }

}


@media(max-width:514px) {

  button.share_button {
    top: 214% !important;
    margin-left: -130px !important;
  }

}

@media(max-width:514px) {
  #small_screen_user_div {
    margin-left: -20px;
  }
}


@media(max-width:494px) {
  #navbarDropdown img {
    height: 25px;
  }

  i.fa.fa-user,
  .far {
    font-size: 1.5em;
  }

  #top-search {
    width: 110px;
  }

  #small_screen a.mobile-lan-dropdown {
    margin-right: 25px;
  }

  span.left-radio {
    margin-left: 20px;
  }

  span.right-radio {
    margin-left: 20px;
  }


}

@media(max-width:479px) {

  span.login_user {
    margin-left: -30px;
  }

  .search__button {
    right: 4px;
  }

  .nav-item.dropdown.mobile-view {
    margin-right: 50px;
  }

  .openbtn {
    right: 0px;
  }


  .nav-item.user-icon {
    margin-right: 20px;
  }

  #header-logo {
    display: none;
  }


  #language_dropdown_for_desktop {
    display: none;
  }

  #header-logo-for-mobile {
    display: block !important;
    margin-left: 10px;
  }

  #language_dropdown_for_mobile {
    display: block;
    margin-left: -5px;
  }

  a.sell-button {
    width: 90px;
    font-size: 18px;
    padding: 2px 2px;

  }

  .language_dropdown {
    margin-right: 60px;
  }

  .header-logo {
    width: 125px;
  }

}


@media(max-width:484px) {



  #header-logo-for-largeScreen {
    display: none;
  }

  .lead-generation .icon-box {
    margin-top: -20px !important;
  }

  .custom-qr-code .icon-box {
    margin-top: -60px !important;
  }

  .dynamic-qr-code .icon-box {
    margin-top: 0px !important;
  }


  .bulk-qr-code .icon-box {
    margin-top: 0px !important;
  }

  .lead-generation .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .lead-generation .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .custom-qr-code .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .custom-qr-code .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }

  .analytics .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .analytics .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .dynamic-qr-code .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .dynamic-qr-code .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .landing-pages .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .landing-pages .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .vector-export .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .vector-export .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .ready-to-print .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .ready-to-print .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .bulk-qr-code .icon-box h3 {
    margin: 0px !important;
    text-align: center !important;
  }

  .bulk-qr-code .icon-box p {
    margin: 0px !important;
    padding: 10px 10px !important;
  }


  .starter-section h2 {
    font-size: 18px !important;
  }


  .product_1_banner h1 {
    font-size: 1.6rem !important;
  }

  .product_2_banner h1 {
    font-size: 1.6rem !important;
  }

  .product_3_banner h1 {
    font-size: 1.6rem !important;
  }


  .product_1_carousel .bs-example {
    margin: 20px 120px !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 120px !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 120px !important;
  }

  button.share_button {
    top: 210% !important;
    margin-left: -130px !important;
  }

  #msform fieldset {
    padding-top: 50px !important;
    margin-top: 50px !important;

  }

  span.left-radio {
    margin-left: 0px;
  }

  span.right-radio {
    margin-left: 0px;
  }

  #myCarousel .carousel-item {
    min-height: 350px !important;
  }

  #myCarousel .carousel-item h4 {
    left: 25px !important;
    top: 150px !important;
    font-size: 25px;
  }

  .side_notes a {
    font-size: 12.5px !important;
  }

  .btn-get-started {
    padding: 10px 20px !important;
  }

  #home-starter-section .top-bottom {
    margin-top: 0px !important;
  }

  #for-laptops-screens {
    display: none;
  }

  #for-mobiles-screens {
    display: block !important;
  }

  #small_screen_user_div {
    margin-left: 0px;
  }

  #small_screen_logo_div {
    margin-right: 180px;
  }
}

@media(max-width:470px) {
  #small_screen_logo_div {
    margin-right: 155px;
  }
}

@media(max-width:454px) {

  #small_screen a.mobile-lan-dropdown {
    margin-right: 45px;
  }

  .video-box a {
    margin: 10px 0px 10px 120px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 120px !important;
  }

  .video-box a {
    margin: 10px 0px 10px 120px !important;
  }

  .first-product .play-btn {
    width: 45px;
    height: 45px;
    left: calc(45% - 175px) !important;
    top: calc(22% - 47px) !important;
  }

  .second-product .play-btn {
    width: 45px;
    height: 45px;
    left: calc(45% - 175px) !important;
    top: calc(22% - 47px) !important;
  }

  .third-product .play-btn {
    width: 45px;
    height: 45px;
    left: calc(43% - 160px) !important;
    top: calc(22% - 47px) !important;
  }

  .product_1_carousel .bs-example {
    margin: 20px 110px !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 110px !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 110px !important;
  }

  #myCarousel .carousel-item a {
    width: 160px !important;
    top: -90px !important;
    font-size: 14px !important;
    padding: 10px 0px !important;
  }

  a.slider_second_button.btn-get-started {
    padding: 5px 0px !important;
  }

  a.slider_second_button {
    top: -20px !important;
    margin-top: 50px !important;
  }

  .first-product a {
    margin: 10px 0px 10px 10px !important;
  }

  .second-product a {
    margin: 10px 0px 10px 10px !important;
  }

  .third-product a {
    margin: 10px 0px 10px 10px !important;
  }

  .first-product .content p,
  .second-product .content p,
  .third-product .content p {
    font-size: 17px;
  }

  .how-it-work .three-grids-columns {
    margin-top: 40px !important;
  }

}

@media(max-width:442px) {
  .product_1_carousel .bs-example {
    margin: 20px 100px !important;
  }

  .product_2_carousel .bs-example {
    margin: 20px 100px !important;
  }

  .product_3_carousel .bs-example {
    margin: 20px 100px !important;
  }

  button.share_button {
    top: 205% !important;
    margin-left: -130px !important;
  }

  #my-account #myaccount_edit {
    margin-left: 0px !important;
  }

  #small_screen_logo_div {
    margin-right: 140px;
  }

}

@media(max-width:427px) {

  #small_screen a.mobile-lan-dropdown {
    margin-right: 30px;
  }

  #small_screen_logo_div {
    margin-right: 120px;
  }

}

@media(max-width:414px) {

  .sidepanel-afterScan,
  .sidepanel-afterScanBlue {
    right: 0%;
  }

  button.share_button {
    top: 202% !important;
    margin-left: -130px !important;
  }

  #small_screen a.mobile-lan-dropdown {
    margin-right: 20px;
  }

  #after_vehicle_register h2 {
    font-size: 15px !important;

  }

  #product_features .btn-get-started {
    padding: 10px 24px !important;
  }

  .w3l-feature-3 .three-grids-columns {
    padding: 0px 15px;
  }

}

@media(max-width:410px) {
  span.login_user {
    margin-left: -60px;
  }
}

@media(max-width:403px) {
  #small_screen_logo_div {
    margin-right: 100px;
  }

}

@media(max-width:390px) {

  .first-product .play-btn {
    width: 42px;
    height: 40px;
    left: calc(50% - 175px) !important;
    top: calc(24% - 47px) !important;
  }

  .second-product .play-btn {
    width: 45px;
    height: 45px;
    left: calc(50% - 175px) !important;
    top: calc(25% - 47px) !important;
  }

  .third-prodcut .play-btn {
    width: 42px;
    height: 40px;
    left: calc(50% - 175px) !important;
    top: calc(45% - 47px) !important;
  }

  #after_vehicle_register a {
    font-size: 12px;
    width: 250px;
  }

  #small_screen_logo_div {
    margin-right: 90px;
  }

}


@media(max-width:375px) {
  button.share_button {
    top: 198% !important;
    margin-left: -130px !important;
  }

  #small_screen_logo_div {
    margin-right: 70px;
  }
}


@media(max-width:369px) {
  .nav-item.dropdown.mobile-view {
    margin-right: 25px;
  }

  span.login_user {
    margin-left: -80px;
  }

}

@media(max-width:360px) {
  button.share_button {
    top: 195% !important;
    margin-left: -130px !important;
  }
}

@media(max-width:354px) {
  #small_screen_logo_div {
    margin-right: 30px;
  }
}

@media(max-width:340px) {

  span.login_user {
    margin-left: -100px;
  }
}


/* media-query
------------------------------------------------*/

/*@media handheld, only screen and (max-width: 1140px) {*/
/*    .header-logo {  width: 150px;}*/
/*    ul.menu li {padding: 0px 9px;}*/
/*    .menu li a{font-size: 14px;}*/

/*}*/

/*@media handheld, only screen and (max-width: 991px) {*/
/*    .sidepanel {*/
/*        width: 0;*/
/*        position: fixed;*/
/*        height: 100%;*/
/*        top: 0;*/
/*        background-color: #1aa7ec;*/
/*        overflow-x: hidden;*/
/*        transition: 0.5s;*/
/*        padding-top: 60px;*/
/*        right: 0px;*/
/*        z-index: 9999;*/
/*    }*/
/*    .menu{*/
/*        display: block;*/
/*    }*/
/*    a.closebtn, button.openbtn{display: block;}*/

/*    .sidepanel a {*/
/*        padding: 8px 8px 8px 15px;*/
/*        text-decoration: none;*/
/*        font-size: 17px;*/
/*        color: #fff !important;*/
/*        display: block;*/
/*        transition: 0.3s;*/
/*    }*/

/*    .sidepanel a:hover {*/
/*        color: #f1f1f1;*/
/*    }*/

/*    .sidepanel .closebtn {*/
/*        position: absolute;*/
/*        top: 0;*/
/*        right: 25px;*/
/*        font-size: 36px;*/
/*    }*/

/*    .openbtn {*/
/*        font-size: 30px;*/
/*        cursor: pointer;*/
/*        color: #1e2f97;*/
/*        border: none;*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        right: 0px;*/
/*        padding:2px;*/
/*        transform: translateY(-50%);*/
/*        background: transparent;*/
/*    }*/
/*    .openbtn .fa-bars*/
/*    {*/
/*        color: #1aa7ec;*/
/*        border-color: rgba(255,255,255,.1);*/
/*        border-radius: .25rem;*/
/*        line-height: 1;*/
/*    }*/
/*    .search_bar_header*/
/*    {display:none;}*/


/*}*/
/*@media handheld, only screen and (max-width: 767px) {*/

/*    .search_mobile*/
/*    {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media handheld, only screen and (max-width: 550px) {*/
/*    #sell_btn*/
/*    {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media handheld, only screen and (max-width: 479px) {*/

/*    span.login_user {*/
/*        margin-left: -30px;*/
/*    }*/

/*    .nav-item.dropdown.mobile-view {*/
/*        margin-right: 50px;*/
/*    }*/

/*    .search_mobile*/
/*    {*/
/*        display: block;*/
/*    }*/

/*    .nav-item.user-icon {*/
/*        margin-right: 30px;*/
/*    }*/

/*    #header-logo*/
/*    {display:none;}*/


/*    #language_dropdown_for_desktop*/
/*    {display:none;}*/

/*    #header-logo-for-mobile*/
/*    {*/
/*        display:block !important;*/
/*        margin-left: 10px;*/
/*    }*/

/*    #language_dropdown_for_mobile*/
/*    {*/
/*        display:block;*/
/*        margin-left: -5px;*/
/*    }*/

/*    a.sell-button*/
/*    {width:90px;*/
/*        font-size: 18px;*/
/*        padding:2px 2px;*/

/*    }*/

/*    .language_dropdown {*/
/*        margin-right: 60px;*/
/*    }*/
/*    .header-logo {*/
/*        width: 125px;*/
/*    }*/
/*    */
/*}*/

/*@media handheld, only screen and (max-width: 410px) {*/
/*    span.login_user {*/
/*        margin-left: -60px;*/
/*    }*/
/*}*/


/*@media handheld, only screen and (max-width: 369px) {*/
/*    .nav-item.dropdown.mobile-view {*/
/*        margin-right: 25px;*/
/*    }*/
/*    span.login_user {*/
/*        margin-left: -80px;*/
/*    }*/

/*}*/
/*@media handheld, only screen and (max-width: 340px) {*/
/*    span.login_user {*/
/*        margin-left: -100px;*/
/*    }*/

/*}*/

/* 
* For arrow on the mobile blue menu 
*/

li.sidebar-username>a {
  width: 100%;
}

.name-block {
  display: flex;
  align-items: center;
}

.triangle-arrow {
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-color: #020b56 transparent transparent transparent;
  border-style: solid;
  margin-left: 10px;
  transition: rotate 0.3ms ease-in;
  -webkit-transition: rotate 0.3ms ease-in;
  -moz-transition: rotate 0.3ms ease-in;
  -ms-transition: rotate 0.3ms ease-in;
  -o-transition: rotate 0.3ms ease-in;
}

.triangle-arrow.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}