@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600");

/*------------------------------------
  Theme Default
------------------------------------*/
a {
  color: #048f02;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:hover h1,
a:hover .h1,
a:hover h2,
a:hover .h2,
a:hover h3,
a:hover .h3,
a:hover h4,
a:hover .h4,
a:hover h5,
a:hover .h5,
a:hover h6,
a:hover .h6,
a:hover p {
  color: #1d5702;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.text-white,
a.text-white,
a.text-white:hover {
    color: #ffffff !important;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  color: #545454;
}

body {
  background-color: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Montserrat', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-weight: 300;
}

body > section,
body > footer {
  position: relative;
  margin: 0 auto;
  /*padding: 6.25rem 0;*/
  overflow: hidden;
}

.container {
    max-width: 1280px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

.text-muted {
    color: #999 !important;
}

.text-light {
  color: #96abdf !important;
}

img {
  max-width: 100%;
}

img.rounded, .rounded {
    border-radius: 0.625rem !important;
}

.rounded-left {
    border-top-left-radius: .625rem!important;
    border-bottom-left-radius: .625rem!important;
}

.rounded-right {
    border-top-right-radius: .625rem!important;
    border-bottom-right-radius: .625rem!important;
}

.second-color {
  color: #2c425d;
}

.bg-primary {
    background-color: #048f02 !important;
}

.bg-primary-alt {
  background: #f0f7ff !important;
}

.bg-primary-soft {
  background-color: #f9fbfd !important;
}

.bg-secondary {
    background-color: #2c425d !important;
}

.bg-secondary-soft {
    background-color: #e2ebf7 !important;
}

.bg-success {
    background-color: #42ba96!important;
}

.bg-success-soft {
    background-color: #ecf8f4!important;
}

.bg-info {
    background-color: #7c69ef !important;
}

.bg-info-soft {
    background-color: #f2f0fd !important;
}

.bg-warning {
    background-color: #c7aa58!important;
}

.bg-warning-soft {
    background-color: #fefbf1!important;
}

.bg-danger {
    background-color: #D00027!important;
}

.bg-danger-soft {
    background-color: #fae6ea!important;
}

.bg-white {
  background: #fff !important;
}

/*------------------------------------
  Top Navigation
------------------------------------*/
.topNavMenu,
.topNavMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topNavMenu li a {
  color: #5c6773;
  font-weight: 300;
  font-size: 0.875rem;
}

.topNavMenu>li>a {
  padding-left: 0;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: #273274;
}

/*------------------------------------
  Navigation
------------------------------------*/
#header {
  /*border-bottom: solid 1px #eaedf1;*/
}

.topNav {
  background-color: #f3f4f7;
  width: 100%;
  padding: 3px 0;
}

.topNav .dropdown-menu {
  min-width: 8.4375rem;
  visibility: visible;
}

.dropdown-toggle::after {
  border: none;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: .5rem;
  vertical-align: unset;
}

.ft-jumpto-button {
  padding: .5rem 0;
}

.ft-jumpto-menu a {
  color: #77838f;
  font-weight: 300;
  font-size: 0.875rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.ft-jumpto-menu a:hover {
  color: #273274;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.autoroyal-nav {
  margin-left: auto;
}

.navbar-brand {
  padding: 21px 0;
  margin: 0;
}

.navbar-logo {
  max-height: 38px;
}

.nav-item {
  position: relative;
}

.ft-has-submenu {
  position: relative;
}

.navbar-nav .nav-link,
.navbar-nav .dropdown-menu .nav-link,
.sticky-header .navbar-nav .dropdown-menu .nav-link {
  color: #444;
}

.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-menu .nav-link:hover,
.sticky-header .navbar-nav .dropdown-menu .nav-link:hover {
  color: #048f02;
}

.navbar-expand-xl .navbar-nav>li>.nav-link {
  padding: 2rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.navbar-expand-xl .navbar-nav>li>.nav-link::before {
  content: " ";
  text-align: center;
  height: 3px;
  background: #048f02;
  display: block;
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  margin: 0!important;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-expand-xl.white-header .navbar-nav>li>.nav-link::before {
    background-color: #fff;
}

.white-header {
    border-bottom: solid 1px rgba(255,255,255,.1);
}

.white-header #hamburgerTrigger {
  color: #fff;
}

.navbar-expand-xl .navbar-nav>li>.nav-link:hover::before,
.navbar-expand-xl .navbar-nav>li:hover>.nav-link::before {
    opacity: 1;
}

.navbar-nav .nav-link {
    font-size: 0.875rem;
    /*font-weight: 300;*/
}

.navbar-expand-xl .navbar-nav li ul li .nav-link {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.ft-has-submenu>a::after,
.ft-has-megamenu>a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 75%;
    font-weight: 600;
    content: "\f107";
    margin-left: .7rem;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  min-width: 320px;
  padding: .8rem 0;
  border: none;
  margin-top: -.002rem;
  visibility: hidden;
  opacity: 0;
  display: block;
  background-color: #fff;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
}

.dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: -24px;
  left: 0%;
  margin-left: 2.2rem;
  border: 12px solid transparent;
  border-bottom-color: #fff;
}

.dropdown-menu-md {
  min-width: 350px;
}


.dropdown-menu-lg {
  min-width: 420px;
}

.dropdown-menu-xl {
  min-width: 890px;
}

.ft-has-megamenu .dropdown-menu:before {
  display: none;
}

.ft-has-megamenu .dropdown-menu>.row>.col {
  position: relative;
}

.ft-has-megamenu .dropdown-menu>.row>.col:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 10px;
  bottom: 10px;
  border-right: solid 1px #f4f4f4;
}

.ft-has-megamenu .dropdown-menu>.row>.col:last-of-type:after {
  display: none;
}

.ft-has-submenu:hover .dropdown-menu,
.ft-has-megamenu:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.ft-has-submenu ul,
.ft-has-megamenu ul,
.ft-has-submenu ul li,
.ft-has-megamenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topNavIconMenu li:not(:last-child) {
  margin-right: 1rem;
}

.topNavIconMenu a {
  font-size: 0.75rem;
  color: #77838f;
}

.topNavIconMenu a:hover {
  color: #1e2022;
}

/*------------------------------------
  Sticky Header
------------------------------------*/
.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: none !important;
  border-bottom: solid 1px rgba(255, 255, 255, .05);
}

.sticky-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.sticky-header .topNav {
  display: none;
}

img.white-logo,
.white-header img.navbar-logo {
  display: none;
}

.white-header img.white-logo {
  display: inline-block;
}

.site-header .main-navigation:not(.white-header) {
    border-bottom: solid 1px rgba(0,0,0,.05);
    background-color: #fff;
}

#site-navigation.sticky-nav.clone-fixed {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    transform: translateY(-100%);
    top: 0;
    transition: all .3s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .3s cubic-bezier(.2,1,.22,1);
}

@media only screen and (min-width: 1280px) {

  #site-navigation.clone-fixed.slideDown {
      transform: translateY(0);
      -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
      -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
      box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
      /*-moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;*/
  }

}

/*------------------------------------
  Dropdown
------------------------------------*/
.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8125rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: .5rem;
}

/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.btn {
  font-weight: 600;
  padding: .8125rem 1.25rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .6rem 1.1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    font-size: 0.8175rem;
    width: 2rem;
    height: 2rem;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #048f02;
    border-color: #1d5702;
    color: #ffffff;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #1d5702;
    border-color: #1d5702;
    color: #ffffff;
}

.btn-primary-soft,
.btn-primary-soft.disabled,
.btn-primary-soft:disabled {
    background-color: #ebeffc;
    border-color: #ebeffc;
    color: #048f02;
}

.btn-primary-soft:focus,
.btn-primary-soft:hover,
.btn-primary-soft:not(:disabled):not(.disabled).active,
.btn-primary-soft:not(:disabled):not(.disabled):active,
.show>.btn-primary-soft.dropdown-toggle {
    background-color: #dce1f1;
    border-color: #dce1f1;
    color: #048f02;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #2c425d;
    border-color: #2c425d;
    color: #f0f7ff;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #22354c;
    border-color: #22354c;
    color: #f0f7ff;
}

.btn-secondary-soft,
.btn-secondary-soft.disabled,
.btn-secondary-soft:disabled {
    background-color: #e2ebf7;
    border-color: #e2ebf7;
    color: #2c425d;
}

.btn-secondary-soft:focus,
.btn-secondary-soft:hover,
.btn-secondary-soft:not(:disabled):not(.disabled).active,
.btn-secondary-soft:not(:disabled):not(.disabled):active,
.show>.btn-secondary-soft.dropdown-toggle {
    background-color: #d7e1ef;
    border-color: #d7e1ef;
    color: #2c425d;
}

.btn-success,
.btn-success.disabled,
.btn-success:disabled {
    background-color: #42ba96;
    border-color: #42ba96;
    color: #ecf8f4;
}

.btn-success:focus,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #338e73;
    border-color: #338e73;
    color: #ecf8f4;
}

.btn-success-soft,
.btn-success-soft.disabled,
.btn-success-soft:disabled {
    background-color: #ecf8f4;
    border-color: #ecf8f4;
    color: #42ba96;
}

.btn-success-soft:focus,
.btn-success-soft:hover,
.btn-success-soft:not(:disabled):not(.disabled).active,
.btn-success-soft:not(:disabled):not(.disabled):active,
.show>.btn-success-soft.dropdown-toggle {
    background-color: #d9f1ea;
    border-color: #d9f1ea;
    color: #42ba96;
}

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #D00027;
    border-color: #D00027;
    color: #ffffff;
}

.btn-danger:focus,
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #aa0020;
    border-color: #aa0020;
    color: #ffffff;
}

.btn-danger-soft,
.btn-danger-soft.disabled,
.btn-danger-soft:disabled {
    background-color: #fae6ea;
    border-color: #fae6ea;
    color: #D00027;
}

.btn-danger-soft:focus,
.btn-danger-soft:hover,
.btn-danger-soft:not(:disabled):not(.disabled).active,
.btn-danger-soft:not(:disabled):not(.disabled):active,
.show>.btn-danger-soft.dropdown-toggle {
    background-color: #f1d3d9;
    border-color: #f1d3d9;
    color: #D00027;
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #c7aa58;
    border-color: #c7aa58;
    color: #1e2022;
}

.btn-warning:focus,
.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #e4c56f;
    border-color: #e4c56f;
    color: #1e2022;
}

.btn-warning-soft,
.btn-warning-soft.disabled,
.btn-warning-soft:disabled {
    background-color: #fefbf1;
    border-color: #fefbf1;
    color: #c7aa58;
}

.btn-warning-soft:focus,
.btn-warning-soft:hover,
.btn-warning-soft:not(:disabled):not(.disabled).active,
.btn-warning-soft:not(:disabled):not(.disabled):active,
.show>.btn-warning-soft.dropdown-toggle {
    background-color: #fdf4d9;
    border-color: #fdf4d9;
    color: #c7aa58;
}

.btn-info,
.btn-info.disabled,
.btn-info:disabled {
    background-color: #7c69ef;
    border-color: #7c69ef;
    color: #f2f0fd;
}

.btn-info:focus,
.btn-info:hover,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #6d5bd8;
    border-color: #6d5bd8;
    color: #f2f0fd;
}

.btn-info-soft,
.btn-info-soft.disabled,
.btn-info-soft:disabled {
    background-color: #f2f0fd;
    border-color: #f2f0fd;
    color: #7c69ef;
}

.btn-info-soft:focus,
.btn-info-soft:hover,
.btn-info-soft:not(:disabled):not(.disabled).active,
.btn-info-soft:not(:disabled):not(.disabled):active,
.show>.btn-info-soft.dropdown-toggle {
    background-color: #d0c9f9;
    border-color: #d0c9f9;
    color: #7c69ef;
}

.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #2b354f;
    border-color: #2b354f;
    color: #e9eaed;
}

.btn-dark:focus,
.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1c2231;
    border-color: #1c2231;
    color: #e9eaed;
}

.btn-dark-soft,
.btn-dark-soft.disabled,
.btn-dark-soft:disabled {
    background-color: #e9eaed;
    border-color: #e9eaed;
    color: #2b354f;
}

.btn-dark-soft:focus,
.btn-dark-soft:hover,
.btn-dark-soft:not(:disabled):not(.disabled).active,
.btn-dark-soft:not(:disabled):not(.disabled):active,
.show>.btn-dark-soft.dropdown-toggle {
    background-color: #b3b7c0;
    border-color: #b3b7c0;
    color: #2b354f;
}

.btn-outline-primary {
    color: #0C3EB8;
    border-color: #0C3EB8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0C3EB8;
    border-color: #0C3EB8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(51, 94, 234, .5)
}

.btn-outline-secondary {
    color: #2c425d;
    border-color: #2c425d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2c425d;
    border-color: #2c425d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.btn-outline-success {
    color: #42ba96;
    border-color: #42ba96
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .5)
}

.btn-outline-info {
    color: #7c69ef;
    border-color: #7c69ef
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #7c69ef;
    border-color: #7c69ef
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(124, 105, 239, .5)
}

.btn-outline-warning {
    color: #c7aa58;
    border-color: #c7aa58
}

.btn-outline-warning:hover {
    color: #2b354f;
    background-color: #c7aa58;
    border-color: #c7aa58
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 hsla(44, 93%, 72%, .5)
}

.btn-outline-danger {
    color: #D00027;
    border-color: #D00027
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #D00027;
    border-color: #D00027
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .5)
}

.btn-outline-light {
    color: #f9fbfd;
    border-color: #f9fbfd
}

.btn-outline-light:hover {
    color: #2b354f;
    background-color: #f9fbfd;
    border-color: #f9fbfd
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.btn-outline-dark {
    color: #2b354f;
    border-color: #2b354f
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2b354f;
    border-color: #2b354f
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.btn-icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card-shadow {
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.card-shadow-alt {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.085);
}

.no-border {
  border: none;
}

.lift {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease
  transition: all 0.2s ease;
}

.lift:focus,
.lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
    transform: translateY(-3px);
    z-index: 1;
}

.car-makes-section-bg {
  background-color: #072b83;
}

.car-makes-section-bg > * {
    z-index: 3;
    position: relative;
}

.car-makes-section-bg .car-makes-bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.car-makes-section-bg .car-makes-bg-holder .car-makes-animated-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .08;
    background-image: url(../images/car-logos-pattern-full.svg);
    background-repeat: repeat;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: backgroundCarLogos 50s linear infinite;
    animation: backgroundCarLogos 50s linear infinite;
    background-position-y: 0px;
    background-size: auto;
}

@-webkit-keyframes backgroundJobs{
    from{
        background-position-y:960px
    }
}

@keyframes backgroundCarLogos{
    from{
        background-position-y:960px
    }
}

.ar-section-devider-bottom .devider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 96px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autoroyal-heading {
    font-size: 56px;
    line-height: 72px;
    color: #2c425d;
}

.bc-primary {
  border-color: #0c3eb8;
}

.bc-primary-soft {
  border-color: #f0f7ff;
}

.bc-secondary {
  border-color: #2c425d;
}

.bc-secondary-soft {
  border-color: #ebeffc;
}

.bc-success {
  border-color: #42ba96;
}

.bc-success-soft {
  border-color: #ecf8f4;
}

.bc-danger {
  border-color: #D00027;
}

.bc-danger-soft {
  border-color: #fcecee;
}

.bc-warning {
  border-color: #c7aa58;
}

.bc-warning-soft {
  border-color: #fefbf1;
}

.bc-info {
  border-color: #7c69ef;
}

.bc-info-soft {
  border-color: #f2f0fd;
}

.bc-dark {
  border-color: #2b354f;
}

.bc-dark-soft {
  border-color: #e9eaed;
}

.text-primary {
    color: #0c3eb8 !important;
}

.text-primary-soft {
    color: #f0f7ff !important;
}

.text-secondary {
    color: #2c425d !important;
}

.text-secondary-soft {
    color: #ebeffc !important;
}

.text-success {
    color: #42ba96 !important;
}

.text-success-soft {
    color: #ecf8f4 !important;
}

.text-danger {
    color: #D00027 !important;
}

.text-danger-soft {
    color: #fcecee !important;
}

.text-warning {
    color: #c7aa58 !important;
}

.text-warning-soft {
    color: #fefbf1 !important;
}

.text-info {
    color: #7c69ef !important;
}

.text-info-soft {
    color: #f2f0fd !important;
}

.text-dark {
    color: #2b354f !important;
}

.text-dark-soft {
    color: #e9eaed !important;
}

.text-yellow {
    color: #ffc107!important;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-75 {
  font-size: 75%;
}

.fs-80 {
  font-size: 80%;
}

.fs-85 {
  font-size: 85%;
}

.fs-90 {
  font-size: 90%;
}

.fs-110 {
    font-size: 110%;
}

.fs-120 {
    font-size: 120%;
}

.lh-1 {
  line-height: 1;
}

.primary-bg {
  background-color: #0c3eb8 !important;
  border-color: #0c3eb8 !important;
}

.primary-accent-bg {
  background-color: #D00027;
  border-color: #D00027;
}

.primary-btn-accent-bg {
  background-color: #D00027;
  border-color: #D00027;
}

.primary-btn-accent-bg:hover {
  background-color: #aa0020;
  border-color: #aa0020;
}

.btn.accent1-alt {
  color: #D00027;
  background-color: #f3d6dc;
  border-color: #f3d6dc;
}

.btn.accent1-alt:hover {
  color: #aa0020;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn.white-bg {
  color: #D00027;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn.white-bg:hover {
  color: #aa0020;
  background-color: #ffffff;
  border-color: #ffffff;
}

.bordered {
    border: 1px solid #f1f4f8!important;
}

.border-bottom {
    border-bottom: 1px solid #f1f4f8!important;
}

.border-top {
    border-top: 1px solid #f1f4f8!important;
}

.mb-6, .my-6 {
    margin-bottom: 2rem!important;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-primary {
    color: #048f02 !important;
}

.img-skewed-left {
    perspective-origin: 0;
}

.img-skewed-right {
    perspective-origin:100%
}

.img-skewed {
    perspective: 1500px;
}

.img-skewed-left .img-skewed-item {
    transform: rotateY(-35deg) rotateX(15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-skewed-right .img-skewed-item {
    transform:rotateY(35deg) rotateX(15deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}

[data-aos=img-skewed-item-left],
[data-aos=img-skewed-item-right]{
  opacity: 0;
  transition-property: transform, opacity;
  will-change: transform, opacity;
}

[data-aos=img-skewed-item-left].aos-animate,
[data-aos=img-skewed-item-right].aos-animate{
  opacity:1;
}

[data-aos=img-skewed-item-left]{
  transform:rotateY(-20deg) rotateX(5deg) translate3d(0,100px,0);
}

[data-aos=img-skewed-item-left].aos-animate{
  transform:rotateY(-35deg) rotateX(15deg) translateZ(0);
}

[data-aos=img-skewed-item-right]{
  transform:rotateY(20deg) rotateX(5deg) translate3d(0,100px,0);
}

[data-aos=img-skewed-item-right].aos-animate{
  transform:rotateY(35deg) rotateX(15deg) translateZ(0);
}

.screenshot {
    border-radius: .625rem;
    box-shadow: 25px 60px 105px -25px rgba(80,102,144,.1), 16px 40px 75px -40px rgba(0,0,0,.2);
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.bg-pattern {
  position: relative;
}

.bg-pattern:after {
  content: '';
    position: absolute;
    top: 0;
    margin-top: 30px;
    left: 0;
    margin-left: 30px;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: rotateX(180deg) rotateY(180deg);
    background-image: url(../images/pattern.svg);
}

.owl-image-slider .owl-item img {
    border-radius: 6px;
}

.owl-image-slider .owl-nav .owl-prev,
.owl-image-slider .owl-nav .owl-next,
.testimonials-carousel .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-next {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    text-align: center;
    z-index: 20;
    border: 5px solid #fff;
    background: #F0F7FF;
    color: #2C425D;
}

.owl-image-slider .owl-nav .owl-prev i,
.owl-image-slider .owl-nav .owl-next i,
.testimonials-carousel .owl-nav .owl-prev i,
.testimonials-carousel .owl-nav .owl-next i {
    line-height: calc(4rem - 10px);
    font-size: 28px !important;
}

.owl-image-slider .owl-nav .owl-prev,
.testimonials-carousel .owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -2rem;
}

.owl-image-slider .owl-nav .owl-next,
.testimonials-carousel .owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -2rem;
}

.owl-image-slider .owl-nav .owl-next[class*="disabled"],
.testimonials-carousel .owl-nav .owl-next[class*="disabled"] {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.owl-image-slider .owl-nav .owl-prev[class*="disabled"],
.testimonials-carousel .owl-nav .owl-prev[class*="disabled"] {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.owl-image-slider .owl-nav .owl-prev:hover,
.owl-image-slider .owl-nav .owl-next:hover,
.testimonials-carousel .owl-nav .owl-prev:hover,
.testimonials-carousel .owl-nav .owl-next:hover {
    background-color: #2C425D;
    color: #F0F7FF;
}

svg.icon * {
  fill: #0C3EB8;
}

svg.icon[class*='bg-'] {
  background: none !important;
}

svg.bg-white,
svg.bg-primary,
svg.bg-primary-alt,
svg.bg-secondary,
svg.bg-secondary-alt,
svg.bg-muted,
svg.bg-success,
svg.bg-success-alt,
svg.bg-info,
svg.bg-info-alt,
svg.bg-warning,
svg.bg-warning-alt,
svg.bg-danger,
svg.bg-danger-alt,
svg.bg-light,
svg.bg-light-alt,
svg.bg-dark,
svg.bg-dark-alt,
svg.bg-primary-2,
svg.bg-primary-2-alt,
svg.bg-primary-3,
svg.bg-primary-3-alt {
  background: transparent !important;
}

svg.bg-white * {
  fill: #fff;
}

svg.bg-primary * {
  fill: #3755BE;
}

svg.bg-primary-alt * {
  fill: #f3f5fb;
}

svg.bg-secondary * {
  fill: #6c757d;
}

svg.bg-secondary-alt * {
  fill: #f6f7f7;
}

svg.bg-muted * {
  fill: #999;
}

svg.bg-success * {
  fill: #42ba96;
}

svg.bg-success-alt * {
  fill: #f2faf4;
}

svg.bg-info * {
  fill: #17a2b8;
}

svg.bg-info-alt * {
  fill: #f1f9fb;
}

svg.bg-warning * {
  fill: #ffc107;
}

svg.bg-warning-alt * {
  fill: #fffbf0;
}

svg.bg-danger * {
  fill: #D00027;
}

svg.bg-danger-alt * {
  fill: #fdf3f4;
}

svg.bg-light * {
  fill: #f8f9fa;
}

svg.bg-light-alt * {
  fill: white; }

svg.bg-dark * {
  fill: #212529;
}

svg.bg-dark-alt * {
  fill: #f2f2f2;
}

svg.bg-primary-2 * {
  fill: #FF8E88;
}

svg.bg-primary-2-alt * {
  fill: #fff8f8; }

svg.bg-primary-3 * {
  fill: #1B1F3B;
}

svg.bg-primary-3-alt * {
  fill: #f1f2f3;
}

.text-light svg.icon:not([class*='bg-']) * {
  fill: #fff;
}

.text-primary svg.icon:not([class*='bg-']) * {
  fill: #3755BE;
}

.icon {
  flex-shrink: 0;
  width: auto;
  height: 1.5rem;
}

.icon.icon-md {
  height: 2.25rem;
}

.icon.icon-lg {
  height: 3rem;
}

.icon.icon-xl {
  height: 6rem;
}

.icon.icon-sm {
  height: 1.2rem;
}

.icon-size-lg {
  font-size: 48px;
  line-height: 48px;
  height: auto;
}

.icon-size-md {
  font-size: 28px;
  line-height: 28px;
  height: auto;
}

.material-icons {
    font-size: inherit !important;
}

.icon-round {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-round > .icon {
  height: 2.25rem;
}

.icon-round.bg-primary {
  background: rgba(55, 85, 190, 0.1) !important;
}

.icon-round.bg-primary-2 {
  background: rgba(255, 142, 136, 0.1) !important;
}

.icon-round.bg-primary-3 {
  background: rgba(27, 31, 59, 0.1) !important;
}

.icon-round.bg-white {
  background: rgba(255, 255, 255, 0.1) !important;
}

.icon-round.icon-round-xs {
  width: 2.25rem;
  height: 2.25rem;
}

.icon-round.icon-round-xs > .icon {
  height: 1.5rem;
}

.icon-round.icon-round-sm {
  width: 3rem;
  height: 3rem;
}

.icon-round.icon-round-sm > .icon {
  height: 1.5rem;
}

.icon-round.icon-round-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-round.icon-round-xs > .icon {
  height: 1rem;
}

.w-180 {
    width: 170%!important;
}

.mt-12, .my-12 {
    margin-top: 9rem!important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mw-120 {
  max-width: 120px;
}

.mr-4, .mx-4 {
    margin-right: 1rem!important;
}

.mt-1, .my-1 {
    margin-top: .25rem!important;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.badge-primary-soft {
  background-color: rgba(55, 85, 190, .1);
  color: #3755BE;
}

.badge-rounded-circle {
    height: calc(1em + .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .35rem .75rem;
    font-size: 80%;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .75rem;
    padding-left: .75rem;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0C3EB8
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #1643d4
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(51, 94, 234, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #2c425d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #3e4f6f
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.badge-success {
    color: #fff;
    background-color: #42ba96
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #359478
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .5)
}

.badge-info {
    color: #fff;
    background-color: #7c69ef
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #543bea
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(124, 105, 239, .5)
}

.badge-warning {
    color: #2b354f;
    background-color: #c7aa58
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #2b354f;
    background-color: #f8c945
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0 hsla(44, 93%, 72%, .5)
}

.badge-danger {
    color: #fff;
    background-color: #D00027;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #aa0020
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .5)
}

.badge-light {
    color: #2b354f;
    background-color: #f9fbfd
}

a.badge-light:focus,
a.badge-light:hover {
    color: #2b354f;
    background-color: #d3e2f0
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.badge-dark {
    color: #fff;
    background-color: #2b354f;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #191f2e;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.badge-primary-desat {
    color: #fff;
    background-color: #6c8aec
}

a.badge-primary-desat:focus,
a.badge-primary-desat:hover {
    color: #fff;
    background-color: #3f66e6
}

a.badge-primary-desat.focus,
a.badge-primary-desat:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(108, 138, 236, .5)
}

.badge-primary-soft {
    background-color: rgba(51, 94, 234, .1);
    color: #2c425d;
}

.badge-secondary-soft {
    background-color: rgba(80, 102, 144, .1);
    color: #2c425d;
}

.badge-success-soft {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96;
}

.badge-info-soft {
    background-color: rgba(124, 105, 239, .1);
    color: #7c69ef;
}

.badge-warning-soft {
    background-color: hsla(44, 93%, 72%, .1);
    color: #c7aa58;
}

.badge-danger-soft {
    background-color: rgba(223, 71, 89, .1);
    color: #D00027;
}

.badge-light-soft {
    background-color: rgba(249, 251, 253, .1);
    color: #f9fbfd;
}

.badge-dark-soft {
    background-color: #e9eaed;
    color: #2b354f;
}

.badge-primary-desat-soft {
    background-color: rgba(108, 138, 236, .1);
    color: #6c8aec;
}

.badge-gray-700-soft {
    background-color: rgba(80, 102, 144, .1);
    color: #2c425d;
}

.badge-lg {
    padding: .7em 1.15em
}

.badge-rounded-circle {
    height: calc(1em + .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 10rem
}

.badge-rounded-circle>* {
    display: block;
    width: 1em
}

.badge-rounded-circle.badge-lg {
    height: 2.4em;
    padding-left: .7em;
    padding-right: .7em
}

@media (min-width: 992px) {
  .icon-round.icon-round-lg {
    width: 6rem;
    height: 6rem;
  }
  .icon-round.icon-round-lg > .icon {
    height: 3rem;
  }
  .white-header .navbar-nav .nav-link {
      color: #fff;
  }
  .white-header .navbar-nav .nav-link:hover {
      color: rgba(255, 255, 255, 0.75);
  }
}

@media (min-width: 768px){
  .w-md-120 {
    width: 120%!important;
  }
}

@media (min-width: 992px){
  .w-lg-110 {
    width: 110%!important;
  }
}

.display-1 {
    font-size: 4.375rem
}

.display-1,
.display-2 {
    font-weight: 400;
    line-height: 1
}

.display-2 {
    font-size: 3.8125rem
}

.display-3 {
    font-size: 3rem
}

.display-3,
.display-4 {
    font-weight: 400;
    line-height: 1
}

.display-4 {
    font-size: 2.125rem;
}

.display-5 {
    font-size: 18px;
    line-height: 2.05rem;
}

.search-form-wrapper {
    border-radius: 4px;
    background-color: #fff;
    z-index: 999;
    position: relative;
}

#autoroyal-advance-search-form {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    z-index: 1;
}

form#autoroyal-advance-search-form {
    position: relative;
    width: 100%;
}

#autoroyal-advance-search-form .autoroyal-filter-advanced-fields {
    background-color: #fff;
    padding: 40px 60px;
    padding-bottom: 30px;
    border-top: solid 1px #edeff1;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-radius: 4px;
    box-shadow: 0 60px 90px -15px rgba(78, 82, 99, 0.2);
    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    transition: all .3s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .3s cubic-bezier(.2,1,.22,1);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform-origin: 0% 0px;
    -moz-transform-origin: 0% 0px;
    -o-transform-origin: 0% 0px;
    -ms-transform-origin: 0% 0px;
    transform-origin: 0% 0px;
}

#autoroyal-advance-search-form.open .autoroyal-filter-advanced-fields {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.autoroyal-filter-advanced-fields .form-group {
    margin-bottom: 30px;
}

.autoroyal-filter-advanced-fields .aside-blk.colors {
    padding-top: 0;
}

.autoroyal-filter-advanced-fields .aside-blk.colors label {
    margin-bottom: 16px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

.title {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    user-select: none;
}

.primary-bg .title {
  color: #96abdf;
}

/*
Chosen
*/
.chosen-container {
    width: 100% !important;
    padding-top: 12px;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    padding: 0;
    font-size: 20px;
    box-shadow: none;
    border: none;
    color: #3B3B3B;
}

.chosen-container-single .chosen-single:hover,
.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single {
    color: #0C3EB8 !important;
}

.text-white .chosen-container-single .chosen-single:hover,
.text-white .chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single {
    color: #fff !important;
}

.chosen-single:after {
    content: attr(data-label); /* no quotes around attribute name! */
    position: absolute;
    top: 4px;
    color: #9b9b9b;
    font-size: 12px;
    font-size: .85714rem;
    display: block;
    left: 0;
    margin-left: 15px;
    width: auto;
}

.chosen-container .chosen-drop,
.range-container {
    position: absolute;
    top: 100%;
    z-index: 1010;
    clip: rect(0,0,0,0);
    font-size: 13px;
    padding: 15px;
    padding-top: 18px;
    padding-bottom: 6px;
    margin-left: -25px;
    width: calc(100% + 50px);
    margin-top: 10px;
    color: #d6d6d6;
    border: none;
    box-shadow: 0 1px 10px rgba(78, 82, 99, 0.15);
    background: none;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.chosen-container .chosen-results {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.range-container {
    padding: 15px 25px;
    margin-top: 7px;
}

.open_range {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 20px;
    margin-top: 14px;
}

.open_range #price_up,
.open_range #year_up,
.open_range #mileage_up {
    float: left;
}

a.open_range:hover,
.range-wrapper.active a,
.range-wrapper.active a:hover {
    color: #0C3EB8 !important;
}

.text-white a.open_range:hover,
.text-white .range-wrapper.active a,
.text-white .range-wrapper.active a:hover {
    color: #fff !important;
}

.range-container.open {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.range-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.open_range .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
    font-size: 18px;
    margin-top: 1px;
    color: #a0a0a0;
}

.chosen-container .chosen-results li {
    color: #505050;
    padding: 10px;
    letter-spacing: 0;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
    border: none;
    font-weight: 400;
}

.select-flag .chosen-container .chosen-results li {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding-left: 55px;
}

.chosen-container .chosen-results li.highlighted {
    color: #0C3EB8;
    background: none;
    background-color: #e6ecf7;
}

.chosen-container-single .chosen-search {
    margin-bottom: 10px;
    padding: 0;
}

.chosen-container-single .chosen-search input[type=text] {
    background-image: none !important;
    background-color: #f4f4f4;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 4px;
    border: none;
}

.chosen-container-single .chosen-search:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    margin: 0;
    color: #a0a0a0;
    right: 15px;
    top: 17px;
    z-index: 99;
}

.chosen-container-single .chosen-single div b {
    background-image: none;
}

.chosen-container-single .chosen-single div i.material-icons {
    font-size: 18px;
    margin-top: 4px;
    color: #a0a0a0;
}

.chosen-with-drop.chosen-container-active.chosen-container-single .chosen-single div i.material-icons {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

a#autoroyal-advanced-options {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 40px;
    color: #999;
    display: inline-grid;
}

.range-holder {
    width: 100%;
    float: left;
    padding: 0 5px;
    padding-left: 2px;
    background-color: #eceff3;
    border-radius: 7px;
}
.custom-range .ui-slider{
    width: 100%;
    border: none;
    border-radius: 0;
    background: #eceff3 !important;
    height: 3px;
    border-radius: 7px;
}
.custom-range.custom-range-filter .ui-slider{
    width: calc(100% - 60px);
}
.ui-slider-horizontal .ui-slider-range{background: none; background-color: #0C3EB8!important;}
.ui-slider-horizontal .ui-slider-handle{
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: #fff !important;
    border: solid 3px #0C3EB8 !important;
    top: -10px !important;
    outline: none !important;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    box-shadow: none;
    box-shadow: 0 0 0 4px rgba(44,66,93,0.1);
}
.ui-slider-horizontal .ui-slider-handle:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    border-width: 5px !important;
}

#priceUpRange2 {
    width: 100%;
    background: transparent;
    border: none;
    height: 3px;
}

.range-holder.range-holder {
    margin-top: 20px;
    margin-bottom: 18px;
}

.color-list li .btn {
    position: relative;
    width: 29px;
    height: 29px;
    border-radius: 30px;
    font-size: 8px;
    color: #666;
    padding: 0;
    border: solid 1px #eee;
}

.bg-shape-1 {
  background-image: url(../images/shapes/shape-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-shape-2 {
  background-image: url(../images/shapes/shape-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-shape-3 {
  background-image: url(../images/shapes/shape-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-shape-transparent-1 {
  background-image: url(../images/shapes/shape-transparent-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-shape-transparent-2 {
  background-image: url(../images/shapes/shape-transparent-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-shape-transparent-3 {
  background-image: url(../images/shapes/shape-transparent-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-pattern-1 {
    background-image: url(../images/svg/bg-pattern-3.svg);
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: calc(100% + 500px) calc(100% + 300px);
}

.bg-pattern-2 {
    background-image: url(../images/svg/bg-pattern-2.svg);
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: calc(100% + 500px) calc(100% + 300px);
}

.bg-left {
  background-position: left;
}


.overflow-visible {
  overflow: visible;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.font-size-1 {
    font-size: 0.875rem;
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: .75rem!important
}

.mt-3,
.my-3 {
    margin-top: .75rem!important
}

.mr-3,
.mx-3 {
    margin-right: .75rem!important
}

.mb-3,
.my-3 {
    margin-bottom: .75rem!important
}

.ml-3,
.mx-3 {
    margin-left: .75rem!important
}

.m-4 {
    margin: 1rem!important
}

.mt-4,
.my-4 {
    margin-top: 1rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1rem!important
}

.m-5 {
    margin: 1.5rem!important
}

.mt-5,
.my-5 {
    margin-top: 1.5rem!important
}

.mr-5,
.mx-5 {
    margin-right: 1.5rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem!important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem!important
}

.m-6 {
    margin: 2rem!important
}

.mt-6,
.my-6 {
    margin-top: 2rem!important
}

.mr-6,
.mx-6 {
    margin-right: 2rem!important
}

.mb-6,
.my-6 {
    margin-bottom: 2rem!important
}

.ml-6,
.mx-6 {
    margin-left: 2rem!important
}

.m-7 {
    margin: 2.5rem!important
}

.mt-7,
.my-7 {
    margin-top: 2.5rem!important
}

.mr-7,
.mx-7 {
    margin-right: 2.5rem!important
}

.mb-7,
.my-7 {
    margin-bottom: 2.5rem!important
}

.ml-7,
.mx-7 {
    margin-left: 2.5rem!important
}

.m-8 {
    margin: 3rem!important
}

.mt-8,
.my-8 {
    margin-top: 3rem!important
}

.mr-8,
.mx-8 {
    margin-right: 3rem!important
}

.mb-8,
.my-8 {
    margin-bottom: 3rem!important
}

.ml-8,
.mx-8 {
    margin-left: 3rem!important
}

.m-9 {
    margin: 4rem!important
}

.mt-9,
.my-9 {
    margin-top: 4rem!important
}

.mr-9,
.mx-9 {
    margin-right: 4rem!important
}

.mb-9,
.my-9 {
    margin-bottom: 4rem!important
}

.ml-9,
.mx-9 {
    margin-left: 4rem!important
}

.m-10 {
    margin: 5rem!important
}

.mt-10,
.my-10 {
    margin-top: 5rem!important
}

.mr-10,
.mx-10 {
    margin-right: 5rem!important
}

.mb-10,
.my-10 {
    margin-bottom: 5rem!important
}

.ml-10,
.mx-10 {
    margin-left: 5rem!important
}

.m-11 {
    margin: 6rem!important
}

.mt-11,
.my-11 {
    margin-top: 6rem!important
}

.mr-11,
.mx-11 {
    margin-right: 6rem!important
}

.mb-11,
.my-11 {
    margin-bottom: 6rem!important
}

.ml-11,
.mx-11 {
    margin-left: 6rem!important
}

.m-12 {
    margin: 8rem!important
}

.mt-12,
.my-12 {
    margin-top: 8rem!important
}

.mr-12,
.mx-12 {
    margin-right: 8rem!important
}

.mb-12,
.my-12 {
    margin-bottom: 8rem!important
}

.ml-12,
.mx-12 {
    margin-left: 8rem!important
}

.m-13 {
    margin: 10rem!important
}

.mt-13,
.my-13 {
    margin-top: 10rem!important
}

.mr-13,
.mx-13 {
    margin-right: 10rem!important
}

.mb-13,
.my-13 {
    margin-bottom: 10rem!important
}

.ml-13,
.mx-13 {
    margin-left: 10rem!important
}

.m-14 {
    margin: 12rem!important
}

.mt-14,
.my-14 {
    margin-top: 12rem!important
}

.mr-14,
.mx-14 {
    margin-right: 12rem!important
}

.mb-14,
.my-14 {
    margin-bottom: 12rem!important
}

.ml-14,
.mx-14 {
    margin-left: 12rem!important
}

.m-15 {
    margin: 16rem!important
}

.mt-15,
.my-15 {
    margin-top: 16rem!important
}

.mr-15,
.mx-15 {
    margin-right: 16rem!important
}

.mb-15,
.my-15 {
    margin-bottom: 16rem!important
}

.ml-15,
.mx-15 {
    margin-left: 16rem!important
}

.m-16 {
    margin: 25rem!important
}

.mt-16,
.my-16 {
    margin-top: 25rem!important
}

.mr-16,
.mx-16 {
    margin-right: 25rem!important
}

.mb-16,
.my-16 {
    margin-bottom: 25rem!important
}

.ml-16,
.mx-16 {
    margin-left: 25rem!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: .75rem!important
}

.pt-3,
.py-3 {
    padding-top: .75rem!important
}

.pr-3,
.px-3 {
    padding-right: .75rem!important
}

.pb-3,
.py-3 {
    padding-bottom: .75rem!important
}

.pl-3,
.px-3 {
    padding-left: .75rem!important
}

.p-4 {
    padding: 1rem!important
}

.pt-4,
.py-4 {
    padding-top: 1rem!important
}

.pr-4,
.px-4 {
    padding-right: 1rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1rem!important
}

.pl-4,
.px-4 {
    padding-left: 1rem!important
}

.p-5 {
    padding: 1.5rem!important
}

.pt-5,
.py-5 {
    padding-top: 1.5rem!important
}
@media only screen and (max-height: 800px) {
  .pt-5,
  .py-5 {
    padding-top: 0.1rem!important
  }
}

.pr-5,
.px-5 {
    padding-right: 1.5rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 1.5rem!important
}

@media only screen and (max-height: 800px) {
  .pb-5,
  .py-5 {
      padding-bottom: 0.1rem!important
  }
}

.pl-5,
.px-5 {
    padding-left: 1.5rem!important
}

.p-6 {
    padding: 2rem!important
}

.pt-6,
.py-6 {
    padding-top: 2rem!important
}

.pr-6,
.px-6 {
    padding-right: 2rem!important
}

.pb-6,
.py-6 {
    padding-bottom: 2rem!important
}

.pl-6,
.px-6 {
    padding-left: 2rem!important
}

.p-7 {
    padding: 2.5rem!important
}

.pt-7,
.py-7 {
    padding-top: 2.5rem!important
}

.pr-7,
.px-7 {
    padding-right: 2.5rem!important
}

.pb-7,
.py-7 {
    padding-bottom: 2.5rem!important
}

.pl-7,
.px-7 {
    padding-left: 2.5rem!important
}

.p-8 {
    padding: 3rem!important
}

.pt-8,
.py-8 {
    padding-top: 3rem!important
}

.pr-8,
.px-8 {
    padding-right: 3rem!important
}

.pb-8,
.py-8 {
    padding-bottom: 3rem!important
}

.pl-8,
.px-8 {
    padding-left: 3rem!important
}

.p-9 {
    padding: 4rem!important
}

.pt-9,
.py-9 {
    padding-top: 4rem!important
}

.pr-9,
.px-9 {
    padding-right: 4rem!important
}

.pb-9,
.py-9 {
    padding-bottom: 4rem!important
}

.pl-9,
.px-9 {
    padding-left: 4rem!important
}

.p-10 {
    padding: 5rem!important
}

.pt-10,
.py-10 {
    padding-top: 5rem!important
}

.pr-10,
.px-10 {
    padding-right: 5rem!important
}

.pb-10,
.py-10 {
    padding-bottom: 5rem!important
}

.pl-10,
.px-10 {
    padding-left: 5rem!important
}

.p-11 {
    padding: 6rem!important
}

.pt-11,
.py-11 {
    padding-top: 6rem!important
}

.pr-11,
.px-11 {
    padding-right: 6rem!important
}

.pb-11,
.py-11 {
    padding-bottom: 6rem!important
}

.pl-11,
.px-11 {
    padding-left: 6rem!important
}

.p-12 {
    padding: 8rem!important
}

.pt-12,
.py-12 {
    padding-top: 8rem!important
}

.pr-12,
.px-12 {
    padding-right: 8rem!important
}

.pb-12,
.py-12 {
    padding-bottom: 8rem!important
}

.pl-12,
.px-12 {
    padding-left: 8rem!important
}

.p-13 {
    padding: 10rem!important
}

.pt-13,
.py-13 {
    padding-top: 10rem!important
}

.pr-13,
.px-13 {
    padding-right: 10rem!important
}

.pb-13,
.py-13 {
    padding-bottom: 10rem!important
}

.pl-13,
.px-13 {
    padding-left: 10rem!important
}

.p-14 {
    padding: 12rem!important
}

.pt-14,
.py-14 {
    padding-top: 12rem!important
}

.pr-14,
.px-14 {
    padding-right: 12rem!important
}

.pb-14,
.py-14 {
    padding-bottom: 12rem!important
}

.pl-14,
.px-14 {
    padding-left: 12rem!important
}

.p-15 {
    padding: 16rem!important
}

.pt-15,
.py-15 {
    padding-top: 16rem!important
}

.pr-15,
.px-15 {
    padding-right: 16rem!important
}

.pb-15,
.py-15 {
    padding-bottom: 16rem!important
}

.pl-15,
.px-15 {
    padding-left: 16rem!important
}

.p-16 {
    padding: 25rem!important
}

.pt-16,
.py-16 {
    padding-top: 25rem!important
}

.pr-16,
.px-16 {
    padding-right: 25rem!important
}

.pb-16,
.py-16 {
    padding-bottom: 25rem!important
}

.pl-16,
.px-16 {
    padding-left: 25rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -.75rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -.75rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -.75rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.75rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -.75rem!important
}

.m-n4 {
    margin: -1rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem!important
}

.m-n5 {
    margin: -1.5rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -1.5rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.5rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.5rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.5rem!important
}

.m-n6 {
    margin: -2rem!important
}

.mt-n6,
.my-n6 {
    margin-top: -2rem!important
}

.mr-n6,
.mx-n6 {
    margin-right: -2rem!important
}

.mb-n6,
.my-n6 {
    margin-bottom: -2rem!important
}

.ml-n6,
.mx-n6 {
    margin-left: -2rem!important
}

.m-n7 {
    margin: -2.5rem!important
}

.mt-n7,
.my-n7 {
    margin-top: -2.5rem!important
}

.mr-n7,
.mx-n7 {
    margin-right: -2.5rem!important
}

.mb-n7,
.my-n7 {
    margin-bottom: -2.5rem!important
}

.ml-n7,
.mx-n7 {
    margin-left: -2.5rem!important
}

.m-n8 {
    margin: -3rem!important
}

.mt-n8,
.my-n8 {
    margin-top: -3rem!important
}

.mr-n8,
.mx-n8 {
    margin-right: -3rem!important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3rem!important
}

.ml-n8,
.mx-n8 {
    margin-left: -3rem!important
}

.m-n9 {
    margin: -4rem!important
}

.mt-n9,
.my-n9 {
    margin-top: -4rem!important
}

.mr-n9,
.mx-n9 {
    margin-right: -4rem!important
}

.mb-n9,
.my-n9 {
    margin-bottom: -4rem!important
}

.ml-n9,
.mx-n9 {
    margin-left: -4rem!important
}

.m-n10 {
    margin: -5rem!important
}

.mt-n10,
.my-n10 {
    margin-top: -5rem!important
}

.mr-n10,
.mx-n10 {
    margin-right: -5rem!important
}

.mb-n10,
.my-n10 {
    margin-bottom: -5rem!important
}

.ml-n10,
.mx-n10 {
    margin-left: -5rem!important
}

.m-n11 {
    margin: -6rem!important
}

.mt-n11,
.my-n11 {
    margin-top: -6rem!important
}

.mr-n11,
.mx-n11 {
    margin-right: -6rem!important
}

.mb-n11,
.my-n11 {
    margin-bottom: -6rem!important
}

.ml-n11,
.mx-n11 {
    margin-left: -6rem!important
}

.m-n12 {
    margin: -8rem!important
}

.mt-n12,
.my-n12 {
    margin-top: -8rem!important
}

.mr-n12,
.mx-n12 {
    margin-right: -8rem!important
}

.mb-n12,
.my-n12 {
    margin-bottom: -8rem!important
}

.ml-n12,
.mx-n12 {
    margin-left: -8rem!important
}

.m-n13 {
    margin: -10rem!important
}

.mt-n13,
.my-n13 {
    margin-top: -10rem!important
}

.mr-n13,
.mx-n13 {
    margin-right: -10rem!important
}

.mb-n13,
.my-n13 {
    margin-bottom: -10rem!important
}

.ml-n13,
.mx-n13 {
    margin-left: -10rem!important
}

.m-n14 {
    margin: -12rem!important
}

.mt-n14,
.my-n14 {
    margin-top: -12rem!important
}

.mr-n14,
.mx-n14 {
    margin-right: -12rem!important
}

.mb-n14,
.my-n14 {
    margin-bottom: -12rem!important
}

.ml-n14,
.mx-n14 {
    margin-left: -12rem!important
}

.m-n15 {
    margin: -20rem!important
}

.mt-n15,
.my-n15 {
    margin-top: -20rem!important
}

.mr-n15,
.mx-n15 {
    margin-right: -20rem!important
}

.mb-n15,
.my-n15 {
    margin-bottom: -20rem!important
}

.ml-n15,
.mx-n15 {
    margin-left: -20rem!important
}

.m-n16 {
    margin: -25rem!important
}

.mt-n16,
.my-n16 {
    margin-top: -25rem!important
}

.mr-n16,
.mx-n16 {
    margin-right: -25rem!important
}

.mb-n16,
.my-n16 {
    margin-bottom: -25rem!important
}

.ml-n16,
.mx-n16 {
    margin-left: -25rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

/*------------------------------------
  Position Spaces
------------------------------------*/
.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

/*------------------------------------
  Offset
------------------------------------*/
.offset-rb-1 {
  transform: translate(1rem, 1rem);
}

.offset-rb-2 {
  transform: translate(2rem, 2rem);
}

.offset-rb-3 {
  transform: translate(3rem, 3rem);
}


.nav-alt .nav-item {
  border-bottom: 3px solid #e6ecf7;
}

.nav-alt .nav-item.active {
  border-color: #0C3EB8;
}

.tab-pane-alt.active {
  animation: slide-down .4s ease-out;
}

@keyframes slide-down {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

.list {
    padding-left: 0;
    list-style: none;
}

.list-item+.list-item {
    margin-top: .5rem
}

.list-link {
    font-size: .9375rem;
    color: #0C3EB8
}

.list-link:focus,
.list-link:hover {
    text-decoration: none;
    color: #0C3EB8;
    padding-left: 4px;
}

.list .list-item a.active {
    font-weight: 400;
}

.list.checked li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #0C3EB8;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.5rem 2rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f1f4f8;
}

[aria-expanded=true] .collapse-chevron {
    transform: rotate(-180deg);
}

/* -------------------------------------------------------------------------------- */
/*  34. testimonials
/* -------------------------------------------------------------------------------- */
.autoroyal-testimonials {
    border-radius: 10px;
    position: relative;
    line-height: 1.714em;
    font-size: 18px;
    padding: 0 60px;
    padding-bottom: 30px;
}

.autoroyal-testimonials-holder .material-icons {
  font-size: 180px !important;
}

.autoroyal-post-testimonials-content {
  font-size: 28px;
  line-height: 46px;
  font-weight: 300;
}

.autoroyal-testimonials .rating {
    color: #D00027;
    margin-bottom: 10px;
    display: inline-block;
}

.autoroyal-testimonials-holder .user {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 60px;
}

.autoroyal-testimonials-holder .user .img-circle {
    margin: 0 auto 25px;
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    display: inline-block;
    border: solid 5px #fff;
}

.autoroyal-testimonials-holder .user h4 {
    margin: 0;
}

.autoroyal-testimonials-holder .user span {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.site-footer {
    background-color: #151515 !important;
    color: #565656 !important;
}

.autoroyal-footer-header {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, .07);
}

.autoroyal-footer-header .logo-wrapper img {
    float: left;
    height: 42px;
}

.site-info {
    background-color: #000000;
    color: #888888;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.site-footer a:not(.btn), .footer-widgets .widget ul li a:not(.btn) {
    color: #a9a9a9;
    font-weight: 800;
}

.site-footer a:not(.btn):hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/*////////////////////////////
/ 22 Back To Top
///////////////////////////*/
.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 999997;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #07ad05 url(../images/svg/cd-top-arrow.svg) no-repeat center 50%;
    opacity: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
}
.cd-top.go-top-visible {
    /* the button becomes visible */
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    background-color: #339b02;
    opacity: 1;
}

.overlay {
    position: relative
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit
}

.overlay-black:before {
    background-color: #161c2d
}

.overlay-white:before {
    background-color: #fff
}

.overlay-primary:before {
    background-color: #0055ff
}

.overlay-10:before {
    opacity: .1
}

.overlay-20:before {
    opacity: .2
}

.overlay-30:before {
    opacity: .3
}

.overlay-40:before {
    opacity: .4
}

.overlay-50:before {
    opacity: .5
}

.overlay-60:before {
    opacity: .6
}

.overlay-70:before {
    opacity: .7
}

.overlay-80:before {
    opacity: .8
}

.overlay-90:before {
    opacity: .9
}

.bg-cover {
    background: no-repeat 50%/cover
}

.chosen-select {
    font-size: 20px;
    left: -5px;
    position: relative;
}

.l-spacing-05 {
    letter-spacing: .5px;
}

.l-spacing-1 {
    letter-spacing: 1px;
}

@media (max-width: 1200px){
    .navbar-expand-xl .navbar-nav {
        padding: 0 1rem;
        padding-bottom: 1rem;
        background-color: #fff;
        border-radius: .25rem;
    }
    .navbar-nav .dropdown-menu,
    .navbar-expand-xl .navbar-nav>li>.nav-link::before {
        display: none;
    }
    .navbar-expand-xl .navbar-nav>li>.nav-link {
        padding: 1rem 0;
    }
    .navbar-expand-xl .navbar-nav {
        padding: 0 1rem;
        padding-bottom: 1rem;
    }
    .ft-has-submenu>a::after,
    .ft-has-megamenu>a::after {
        float: right;
        margin-top: 4px;
    }
    .menu-item-has-children .dropdown-menu {
        box-shadow: none !important;
        border: 1px solid rgba(0,0,0,.1);
    }
    .menu-item-has-children .dropdown-menu.show-submenu {
        visibility: visible;
        display: block;
        opacity: 1;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .dropdown-menu-xl,
    .dropdown-menu-lg {
        min-width: 100%;
    }
    .sticky-header {
        position: relative;
    }
}

@media (max-width: 768px){
    .dropdown-menu-md,
    .dropdown-menu-lg,
    .dropdown-menu-xl {
        min-width: 100%;
    }
    #navBar {
        -ms-flex-pack: left!important;
        justify-content: left!important;
    }
}

@media (min-width: 992px) {

    .lg-mb-30 {
        margin-bottom: 30px;
    }
    .lg-mt-0,
    .lg-my-0 {
        margin-top: 0!important
    }

    .lg-mr-0,
    .lg-mx-0 {
        margin-right: 0!important
    }

    .lg-mb-0,
    .lg-my-0 {
        margin-bottom: 0!important
    }

    .lg-ml-0,
    .lg-mx-0 {
        margin-left: 0!important
    }

    .lg-m-1 {
        margin: .25rem!important
    }

    .lg-mt-1,
    .lg-my-1 {
        margin-top: .25rem!important
    }

    .lg-mr-1,
    .lg-mx-1 {
        margin-right: .25rem!important
    }

    .lg-mb-1,
    .lg-my-1 {
        margin-bottom: .25rem!important
    }

    .lg-ml-1,
    .lg-mx-1 {
        margin-left: .25rem!important
    }

    .lg-m-2 {
        margin: .5rem!important
    }

    .lg-mt-2,
    .lg-my-2 {
        margin-top: .5rem!important
    }

    .lg-mr-2,
    .lg-mx-2 {
        margin-right: .5rem!important
    }

    .lg-mb-2,
    .lg-my-2 {
        margin-bottom: .5rem!important
    }

    .lg-ml-2,
    .lg-mx-2 {
        margin-left: .5rem!important
    }

    .lg-m-3 {
        margin: .75rem!important
    }

    .lg-mt-3,
    .lg-my-3 {
        margin-top: .75rem!important
    }

    .lg-mr-3,
    .lg-mx-3 {
        margin-right: .75rem!important
    }

    .lg-mb-3,
    .lg-my-3 {
        margin-bottom: .75rem!important
    }

    .lg-ml-3,
    .lg-mx-3 {
        margin-left: .75rem!important
    }

    .lg-m-4 {
        margin: 1rem!important
    }

    .lg-mt-4,
    .lg-my-4 {
        margin-top: 1rem!important
    }

    .lg-mr-4,
    .lg-mx-4 {
        margin-right: 1rem!important
    }

    .lg-mb-4,
    .lg-my-4 {
        margin-bottom: 1rem!important
    }

    .lg-ml-4,
    .lg-mx-4 {
        margin-left: 1rem!important
    }

    .lg-m-5 {
        margin: 1.5rem!important
    }

    .lg-mt-5,
    .lg-my-5 {
        margin-top: 1.5rem!important
    }

    .lg-mr-5,
    .lg-mx-5 {
        margin-right: 1.5rem!important
    }

    .lg-mb-5,
    .lg-my-5 {
        margin-bottom: 1.5rem!important
    }

    .lg-ml-5,
    .lg-mx-5 {
        margin-left: 1.5rem!important
    }

    .lg-m-6 {
        margin: 2rem!important
    }

    .lg-mt-6,
    .lg-my-6 {
        margin-top: 2rem!important
    }

    .lg-mr-6,
    .lg-mx-6 {
        margin-right: 2rem!important
    }

    .lg-mb-6,
    .lg-my-6 {
        margin-bottom: 2rem!important
    }

    .lg-ml-6,
    .lg-mx-6 {
        margin-left: 2rem!important
    }

    .lg-m-7 {
        margin: 2.5rem!important
    }

    .lg-mt-7,
    .lg-my-7 {
        margin-top: 2.5rem!important
    }

    .lg-mr-7,
    .lg-mx-7 {
        margin-right: 2.5rem!important
    }

    .lg-mb-7,
    .lg-my-7 {
        margin-bottom: 2.5rem!important
    }

    .lg-ml-7,
    .lg-mx-7 {
        margin-left: 2.5rem!important
    }

    .lg-m-8 {
        margin: 3rem!important
    }

    .lg-mt-8,
    .lg-my-8 {
        margin-top: 3rem!important
    }

    .lg-mr-8,
    .lg-mx-8 {
        margin-right: 3rem!important
    }

    .lg-mb-8,
    .lg-my-8 {
        margin-bottom: 3rem!important
    }

    .lg-ml-8,
    .lg-mx-8 {
        margin-left: 3rem!important
    }

    .lg-m-9 {
        margin: 4rem!important
    }

    .lg-mt-9,
    .lg-my-9 {
        margin-top: 4rem!important
    }

    .lg-mr-9,
    .lg-mx-9 {
        margin-right: 4rem!important
    }

    .lg-mb-9,
    .lg-my-9 {
        margin-bottom: 4rem!important
    }

    .lg-ml-9,
    .lg-mx-9 {
        margin-left: 4rem!important
    }

    .lg-m-10 {
        margin: 5rem!important
    }

    .lg-mt-10,
    .lg-my-10 {
        margin-top: 5rem!important
    }

    .lg-mr-10,
    .lg-mx-10 {
        margin-right: 5rem!important
    }

    .lg-mb-10,
    .lg-my-10 {
        margin-bottom: 5rem!important
    }

    .lg-ml-10,
    .lg-mx-10 {
        margin-left: 5rem!important
    }

    .lg-m-11 {
        margin: 6rem!important
    }

    .lg-mt-11,
    .lg-my-11 {
        margin-top: 6rem!important
    }

    .lg-mr-11,
    .lg-mx-11 {
        margin-right: 6rem!important
    }

    .lg-mb-11,
    .lg-my-11 {
        margin-bottom: 6rem!important
    }

    .lg-ml-11,
    .lg-mx-11 {
        margin-left: 6rem!important
    }

    .lg-m-12 {
        margin: 8rem!important
    }

    .lg-mt-12,
    .lg-my-12 {
        margin-top: 8rem!important
    }

    .lg-mr-12,
    .lg-mx-12 {
        margin-right: 8rem!important
    }

    .lg-mb-12,
    .lg-my-12 {
        margin-bottom: 8rem!important
    }

    .lg-ml-12,
    .lg-mx-12 {
        margin-left: 8rem!important
    }

    .lg-m-13 {
        margin: 10rem!important
    }

    .lg-mt-13,
    .lg-my-13 {
        margin-top: 10rem!important
    }

    .lg-mr-13,
    .lg-mx-13 {
        margin-right: 10rem!important
    }

    .lg-mb-13,
    .lg-my-13 {
        margin-bottom: 10rem!important
    }

    .lg-ml-13,
    .lg-mx-13 {
        margin-left: 10rem!important
    }

    .lg-m-14 {
        margin: 12rem!important
    }

    .lg-mt-14,
    .lg-my-14 {
        margin-top: 12rem!important
    }

    .lg-mr-14,
    .lg-mx-14 {
        margin-right: 12rem!important
    }

    .lg-mb-14,
    .lg-my-14 {
        margin-bottom: 12rem!important
    }

    .lg-ml-14,
    .lg-mx-14 {
        margin-left: 12rem!important
    }

    .lg-m-15 {
        margin: 16rem!important
    }

    .lg-mt-15,
    .lg-my-15 {
        margin-top: 16rem!important
    }

    .lg-mr-15,
    .lg-mx-15 {
        margin-right: 16rem!important
    }

    .lg-mb-15,
    .lg-my-15 {
        margin-bottom: 16rem!important
    }

    .lg-ml-15,
    .lg-mx-15 {
        margin-left: 16rem!important
    }

    .lg-m-16 {
        margin: 25rem!important
    }

    .lg-mt-16,
    .lg-my-16 {
        margin-top: 25rem!important
    }

    .lg-mr-16,
    .lg-mx-16 {
        margin-right: 25rem!important
    }

    .lg-mb-16,
    .lg-my-16 {
        margin-bottom: 25rem!important
    }

    .lg-ml-16,
    .lg-mx-16 {
        margin-left: 25rem!important
    }

    .lg-p-0 {
        padding: 0!important
    }

    .lg-pt-0,
    .lg-py-0 {
        padding-top: 0!important
    }

    .lg-pr-0,
    .lg-px-0 {
        padding-right: 0!important
    }

    .lg-pb-0,
    .lg-py-0 {
        padding-bottom: 0!important
    }

    .lg-pl-0,
    .lg-px-0 {
        padding-left: 0!important
    }

    .lg-p-1 {
        padding: .25rem!important
    }

    .lg-pt-1,
    .lg-py-1 {
        padding-top: .25rem!important
    }

    .lg-pr-1,
    .lg-px-1 {
        padding-right: .25rem!important
    }

    .lg-pb-1,
    .lg-py-1 {
        padding-bottom: .25rem!important
    }

    .lg-pl-1,
    .lg-px-1 {
        padding-left: .25rem!important
    }

    .lg-p-2 {
        padding: .5rem!important
    }

    .lg-pt-2,
    .lg-py-2 {
        padding-top: .5rem!important
    }

    .lg-pr-2,
    .lg-px-2 {
        padding-right: .5rem!important
    }

    .lg-pb-2,
    .lg-py-2 {
        padding-bottom: .5rem!important
    }

    .lg-pl-2,
    .lg-px-2 {
        padding-left: .5rem!important
    }

    .lg-p-3 {
        padding: .75rem!important
    }

    .lg-pt-3,
    .lg-py-3 {
        padding-top: .75rem!important
    }

    .lg-pr-3,
    .lg-px-3 {
        padding-right: .75rem!important
    }

    .lg-pb-3,
    .lg-py-3 {
        padding-bottom: .75rem!important
    }

    .lg-pl-3,
    .lg-px-3 {
        padding-left: .75rem!important
    }

    .lg-p-4 {
        padding: 1rem!important
    }

    .lg-pt-4,
    .lg-py-4 {
        padding-top: 1rem!important
    }

    .lg-pr-4,
    .lg-px-4 {
        padding-right: 1rem!important
    }

    .lg-pb-4,
    .lg-py-4 {
        padding-bottom: 1rem!important
    }

    .lg-pl-4,
    .lg-px-4 {
        padding-left: 1rem!important
    }

    .lg-p-5 {
        padding: 1.5rem!important
    }

    .lg-pt-5,
    .lg-py-5 {
        padding-top: 1.5rem!important
    }

    .lg-pr-5,
    .lg-px-5 {
        padding-right: 1.5rem!important
    }

    .lg-pb-5,
    .lg-py-5 {
        padding-bottom: 1.5rem!important
    }

    .lg-pl-5,
    .lg-px-5 {
        padding-left: 1.5rem!important
    }

    .lg-p-6 {
        padding: 2rem!important
    }

    .lg-pt-6,
    .lg-py-6 {
        padding-top: 2rem!important
    }

    .lg-pr-6,
    .lg-px-6 {
        padding-right: 2rem!important
    }

    .lg-pb-6,
    .lg-py-6 {
        padding-bottom: 2rem!important
    }

    .lg-pl-6,
    .lg-px-6 {
        padding-left: 2rem!important
    }

    .lg-p-7 {
        padding: 2.5rem!important
    }

    .lg-pt-7,
    .lg-py-7 {
        padding-top: 2.5rem!important
    }

    .lg-pr-7,
    .lg-px-7 {
        padding-right: 2.5rem!important
    }

    .lg-pb-7,
    .lg-py-7 {
        padding-bottom: 2.5rem!important
    }

    .lg-pl-7,
    .lg-px-7 {
        padding-left: 2.5rem!important
    }

    .lg-p-8 {
        padding: 3rem!important
    }

    .lg-pt-8,
    .lg-py-8 {
        padding-top: 3rem!important
    }

    .lg-pr-8,
    .lg-px-8 {
        padding-right: 3rem!important
    }

    .lg-pb-8,
    .lg-py-8 {
        padding-bottom: 3rem!important
    }

    .lg-pl-8,
    .lg-px-8 {
        padding-left: 3rem!important
    }

    .lg-p-9 {
        padding: 4rem!important
    }

    .lg-pt-9,
    .lg-py-9 {
        padding-top: 4rem!important
    }

    .lg-pr-9,
    .lg-px-9 {
        padding-right: 4rem!important
    }

    .lg-pb-9,
    .lg-py-9 {
        padding-bottom: 4rem!important
    }

    .lg-pl-9,
    .lg-px-9 {
        padding-left: 4rem!important
    }

    .lg-p-10 {
        padding: 5rem!important
    }

    .lg-pt-10,
    .lg-py-10 {
        padding-top: 5rem!important
    }

    .lg-pr-10,
    .lg-px-10 {
        padding-right: 5rem!important
    }

    .lg-pb-10,
    .lg-py-10 {
        padding-bottom: 5rem!important
    }

    .lg-pl-10,
    .lg-px-10 {
        padding-left: 5rem!important
    }

    .lg-p-11 {
        padding: 6rem!important
    }

    .lg-pt-11,
    .lg-py-11 {
        padding-top: 6rem!important
    }

    .lg-pr-11,
    .lg-px-11 {
        padding-right: 6rem!important
    }

    .lg-pb-11,
    .lg-py-11 {
        padding-bottom: 6rem!important
    }

    .lg-pl-11,
    .lg-px-11 {
        padding-left: 6rem!important
    }

    .lg-p-12 {
        padding: 8rem!important
    }

    .lg-pt-12,
    .lg-py-12 {
        padding-top: 8rem!important
    }

    .lg-pr-12,
    .lg-px-12 {
        padding-right: 8rem!important
    }

    .lg-pb-12,
    .lg-py-12 {
        padding-bottom: 8rem!important
    }

    .lg-pl-12,
    .lg-px-12 {
        padding-left: 8rem!important
    }

    .lg-p-13 {
        padding: 10rem!important
    }

    .lg-pt-13,
    .lg-py-13 {
        padding-top: 10rem!important
    }

    .lg-pr-13,
    .lg-px-13 {
        padding-right: 10rem!important
    }

    .lg-pb-13,
    .lg-py-13 {
        padding-bottom: 10rem!important
    }

    .lg-pl-13,
    .lg-px-13 {
        padding-left: 10rem!important
    }

    .lg-p-14 {
        padding: 12rem!important
    }

    .lg-pt-14,
    .lg-py-14 {
        padding-top: 12rem!important
    }

    .lg-pr-14,
    .lg-px-14 {
        padding-right: 12rem!important
    }

    .lg-pb-14,
    .lg-py-14 {
        padding-bottom: 12rem!important
    }

    .lg-pl-14,
    .lg-px-14 {
        padding-left: 12rem!important
    }

    .lg-p-15 {
        padding: 16rem!important
    }

    .lg-pt-15,
    .lg-py-15 {
        padding-top: 16rem!important
    }

    .lg-pr-15,
    .lg-px-15 {
        padding-right: 16rem!important
    }

    .lg-pb-15,
    .lg-py-15 {
        padding-bottom: 16rem!important
    }

    .lg-pl-15,
    .lg-px-15 {
        padding-left: 16rem!important
    }

    .lg-p-16 {
        padding: 25rem!important
    }

    .lg-pt-16,
    .lg-py-16 {
        padding-top: 25rem!important
    }

    .lg-pr-16,
    .lg-px-16 {
        padding-right: 25rem!important
    }

    .lg-pb-16,
    .lg-py-16 {
        padding-bottom: 25rem!important
    }

    .lg-pl-16,
    .lg-px-16 {
        padding-left: 25rem!important
    }
}

@media (max-width: 992px) and (min-width: 768px) {

    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-mt-0,
    .md-my-0 {
        margin-top: 0!important
    }

    .md-mr-0,
    .md-mx-0 {
        margin-right: 0!important
    }

    .md-mb-0,
    .md-my-0 {
        margin-bottom: 0!important
    }

    .md-ml-0,
    .md-mx-0 {
        margin-left: 0!important
    }

    .md-m-1 {
        margin: .25rem!important
    }

    .md-mt-1,
    .md-my-1 {
        margin-top: .25rem!important
    }

    .md-mr-1,
    .md-mx-1 {
        margin-right: .25rem!important
    }

    .md-mb-1,
    .md-my-1 {
        margin-bottom: .25rem!important
    }

    .md-ml-1,
    .md-mx-1 {
        margin-left: .25rem!important
    }

    .md-m-2 {
        margin: .5rem!important
    }

    .md-mt-2,
    .md-my-2 {
        margin-top: .5rem!important
    }

    .md-mr-2,
    .md-mx-2 {
        margin-right: .5rem!important
    }

    .md-mb-2,
    .md-my-2 {
        margin-bottom: .5rem!important
    }

    .md-ml-2,
    .md-mx-2 {
        margin-left: .5rem!important
    }

    .md-m-3 {
        margin: .75rem!important
    }

    .md-mt-3,
    .md-my-3 {
        margin-top: .75rem!important
    }

    .md-mr-3,
    .md-mx-3 {
        margin-right: .75rem!important
    }

    .md-mb-3,
    .md-my-3 {
        margin-bottom: .75rem!important
    }

    .md-ml-3,
    .md-mx-3 {
        margin-left: .75rem!important
    }

    .md-m-4 {
        margin: 1rem!important
    }

    .md-mt-4,
    .md-my-4 {
        margin-top: 1rem!important
    }

    .md-mr-4,
    .md-mx-4 {
        margin-right: 1rem!important
    }

    .md-mb-4,
    .md-my-4 {
        margin-bottom: 1rem!important
    }

    .md-ml-4,
    .md-mx-4 {
        margin-left: 1rem!important
    }

    .md-m-5 {
        margin: 1.5rem!important
    }

    .md-mt-5,
    .md-my-5 {
        margin-top: 1.5rem!important
    }

    .md-mr-5,
    .md-mx-5 {
        margin-right: 1.5rem!important
    }

    .md-mb-5,
    .md-my-5 {
        margin-bottom: 1.5rem!important
    }

    .md-ml-5,
    .md-mx-5 {
        margin-left: 1.5rem!important
    }

    .md-m-6 {
        margin: 2rem!important
    }

    .md-mt-6,
    .md-my-6 {
        margin-top: 2rem!important
    }

    .md-mr-6,
    .md-mx-6 {
        margin-right: 2rem!important
    }

    .md-mb-6,
    .md-my-6 {
        margin-bottom: 2rem!important
    }

    .md-ml-6,
    .md-mx-6 {
        margin-left: 2rem!important
    }

    .md-m-7 {
        margin: 2.5rem!important
    }

    .md-mt-7,
    .md-my-7 {
        margin-top: 2.5rem!important
    }

    .md-mr-7,
    .md-mx-7 {
        margin-right: 2.5rem!important
    }

    .md-mb-7,
    .md-my-7 {
        margin-bottom: 2.5rem!important
    }

    .md-ml-7,
    .md-mx-7 {
        margin-left: 2.5rem!important
    }

    .md-m-8 {
        margin: 3rem!important
    }

    .md-mt-8,
    .md-my-8 {
        margin-top: 3rem!important
    }

    .md-mr-8,
    .md-mx-8 {
        margin-right: 3rem!important
    }

    .md-mb-8,
    .md-my-8 {
        margin-bottom: 3rem!important
    }

    .md-ml-8,
    .md-mx-8 {
        margin-left: 3rem!important
    }

    .md-m-9 {
        margin: 4rem!important
    }

    .md-mt-9,
    .md-my-9 {
        margin-top: 4rem!important
    }

    .md-mr-9,
    .md-mx-9 {
        margin-right: 4rem!important
    }

    .md-mb-9,
    .md-my-9 {
        margin-bottom: 4rem!important
    }

    .md-ml-9,
    .md-mx-9 {
        margin-left: 4rem!important
    }

    .md-m-10 {
        margin: 5rem!important
    }

    .md-mt-10,
    .md-my-10 {
        margin-top: 5rem!important
    }

    .md-mr-10,
    .md-mx-10 {
        margin-right: 5rem!important
    }

    .md-mb-10,
    .md-my-10 {
        margin-bottom: 5rem!important
    }

    .md-ml-10,
    .md-mx-10 {
        margin-left: 5rem!important
    }

    .md-m-11 {
        margin: 6rem!important
    }

    .md-mt-11,
    .md-my-11 {
        margin-top: 6rem!important
    }

    .md-mr-11,
    .md-mx-11 {
        margin-right: 6rem!important
    }

    .md-mb-11,
    .md-my-11 {
        margin-bottom: 6rem!important
    }

    .md-ml-11,
    .md-mx-11 {
        margin-left: 6rem!important
    }

    .md-m-12 {
        margin: 8rem!important
    }

    .md-mt-12,
    .md-my-12 {
        margin-top: 8rem!important
    }

    .md-mr-12,
    .md-mx-12 {
        margin-right: 8rem!important
    }

    .md-mb-12,
    .md-my-12 {
        margin-bottom: 8rem!important
    }

    .md-ml-12,
    .md-mx-12 {
        margin-left: 8rem!important
    }

    .md-m-13 {
        margin: 10rem!important
    }

    .md-mt-13,
    .md-my-13 {
        margin-top: 10rem!important
    }

    .md-mr-13,
    .md-mx-13 {
        margin-right: 10rem!important
    }

    .md-mb-13,
    .md-my-13 {
        margin-bottom: 10rem!important
    }

    .md-ml-13,
    .md-mx-13 {
        margin-left: 10rem!important
    }

    .md-m-14 {
        margin: 12rem!important
    }

    .md-mt-14,
    .md-my-14 {
        margin-top: 12rem!important
    }

    .md-mr-14,
    .md-mx-14 {
        margin-right: 12rem!important
    }

    .md-mb-14,
    .md-my-14 {
        margin-bottom: 12rem!important
    }

    .md-ml-14,
    .md-mx-14 {
        margin-left: 12rem!important
    }

    .md-m-15 {
        margin: 16rem!important
    }

    .md-mt-15,
    .md-my-15 {
        margin-top: 16rem!important
    }

    .md-mr-15,
    .md-mx-15 {
        margin-right: 16rem!important
    }

    .md-mb-15,
    .md-my-15 {
        margin-bottom: 16rem!important
    }

    .md-ml-15,
    .md-mx-15 {
        margin-left: 16rem!important
    }

    .md-m-16 {
        margin: 25rem!important
    }

    .md-mt-16,
    .md-my-16 {
        margin-top: 25rem!important
    }

    .md-mr-16,
    .md-mx-16 {
        margin-right: 25rem!important
    }

    .md-mb-16,
    .md-my-16 {
        margin-bottom: 25rem!important
    }

    .md-ml-16,
    .md-mx-16 {
        margin-left: 25rem!important
    }

    .md-p-0 {
        padding: .25rem!important
    }

    .md-pt-0,
    .md-py-0 {
        padding-top: 0!important
    }

    .md-pr-0,
    .md-px-0 {
        padding-right: 0!important
    }

    .md-pb-0,
    .md-py-0 {
        padding-bottom: 0!important
    }

    .md-pl-0,
    .md-px-0 {
        padding-left: 0!important
    }

    .md-p-1 {
        padding: .25rem!important
    }

    .md-pt-1,
    .md-py-1 {
        padding-top: .25rem!important
    }

    .md-pr-1,
    .md-px-1 {
        padding-right: .25rem!important
    }

    .md-pb-1,
    .md-py-1 {
        padding-bottom: .25rem!important
    }

    .md-pl-1,
    .md-px-1 {
        padding-left: .25rem!important
    }

    .md-p-2 {
        padding: .5rem!important
    }

    .md-pt-2,
    .md-py-2 {
        padding-top: .5rem!important
    }

    .md-pr-2,
    .md-px-2 {
        padding-right: .5rem!important
    }

    .md-pb-2,
    .md-py-2 {
        padding-bottom: .5rem!important
    }

    .md-pl-2,
    .md-px-2 {
        padding-left: .5rem!important
    }

    .md-p-3 {
        padding: .75rem!important
    }

    .md-pt-3,
    .md-py-3 {
        padding-top: .75rem!important
    }

    .md-pr-3,
    .md-px-3 {
        padding-right: .75rem!important
    }

    .md-pb-3,
    .md-py-3 {
        padding-bottom: .75rem!important
    }

    .md-pl-3,
    .md-px-3 {
        padding-left: .75rem!important
    }

    .md-p-4 {
        padding: 1rem!important
    }

    .md-pt-4,
    .md-py-4 {
        padding-top: 1rem!important
    }

    .md-pr-4,
    .md-px-4 {
        padding-right: 1rem!important
    }

    .md-pb-4,
    .md-py-4 {
        padding-bottom: 1rem!important
    }

    .md-pl-4,
    .md-px-4 {
        padding-left: 1rem!important
    }

    .md-p-5 {
        padding: 1.5rem!important
    }

    .md-pt-5,
    .md-py-5 {
        padding-top: 1.5rem!important
    }

    .md-pr-5,
    .md-px-5 {
        padding-right: 1.5rem!important
    }

    .md-pb-5,
    .md-py-5 {
        padding-bottom: 1.5rem!important
    }

    .md-pl-5,
    .md-px-5 {
        padding-left: 1.5rem!important
    }

    .md-p-6 {
        padding: 2rem!important
    }

    .md-pt-6,
    .md-py-6 {
        padding-top: 2rem!important
    }

    .md-pr-6,
    .md-px-6 {
        padding-right: 2rem!important
    }

    .md-pb-6,
    .md-py-6 {
        padding-bottom: 2rem!important
    }

    .md-pl-6,
    .md-px-6 {
        padding-left: 2rem!important
    }

    .md-p-7 {
        padding: 2.5rem!important
    }

    .md-pt-7,
    .md-py-7 {
        padding-top: 2.5rem!important
    }

    .md-pr-7,
    .md-px-7 {
        padding-right: 2.5rem!important
    }

    .md-pb-7,
    .md-py-7 {
        padding-bottom: 2.5rem!important
    }

    .md-pl-7,
    .md-px-7 {
        padding-left: 2.5rem!important
    }

    .md-p-8 {
        padding: 3rem!important
    }

    .md-pt-8,
    .md-py-8 {
        padding-top: 3rem!important
    }

    .md-pr-8,
    .md-px-8 {
        padding-right: 3rem!important
    }

    .md-pb-8,
    .md-py-8 {
        padding-bottom: 3rem!important
    }

    .md-pl-8,
    .md-px-8 {
        padding-left: 3rem!important
    }

    .md-p-9 {
        padding: 4rem!important
    }

    .md-pt-9,
    .md-py-9 {
        padding-top: 4rem!important
    }

    .md-pr-9,
    .md-px-9 {
        padding-right: 4rem!important
    }

    .md-pb-9,
    .md-py-9 {
        padding-bottom: 4rem!important
    }

    .md-pl-9,
    .md-px-9 {
        padding-left: 4rem!important
    }

    .md-p-10 {
        padding: 5rem!important
    }

    .md-pt-10,
    .md-py-10 {
        padding-top: 5rem!important
    }

    .md-pr-10,
    .md-px-10 {
        padding-right: 5rem!important
    }

    .md-pb-10,
    .md-py-10 {
        padding-bottom: 5rem!important
    }

    .md-pl-10,
    .md-px-10 {
        padding-left: 5rem!important
    }

    .md-p-11 {
        padding: 6rem!important
    }

    .md-pt-11,
    .md-py-11 {
        padding-top: 6rem!important
    }

    .md-pr-11,
    .md-px-11 {
        padding-right: 6rem!important
    }

    .md-pb-11,
    .md-py-11 {
        padding-bottom: 6rem!important
    }

    .md-pl-11,
    .md-px-11 {
        padding-left: 6rem!important
    }

    .md-p-12 {
        padding: 8rem!important
    }

    .md-pt-12,
    .md-py-12 {
        padding-top: 8rem!important
    }

    .md-pr-12,
    .md-px-12 {
        padding-right: 8rem!important
    }

    .md-pb-12,
    .md-py-12 {
        padding-bottom: 8rem!important
    }

    .md-pl-12,
    .md-px-12 {
        padding-left: 8rem!important
    }

    .md-p-13 {
        padding: 10rem!important
    }

    .md-pt-13,
    .md-py-13 {
        padding-top: 10rem!important
    }

    .md-pr-13,
    .md-px-13 {
        padding-right: 10rem!important
    }

    .md-pb-13,
    .md-py-13 {
        padding-bottom: 10rem!important
    }

    .md-pl-13,
    .md-px-13 {
        padding-left: 10rem!important
    }

    .md-p-14 {
        padding: 12rem!important
    }

    .md-pt-14,
    .md-py-14 {
        padding-top: 12rem!important
    }

    .md-pr-14,
    .md-px-14 {
        padding-right: 12rem!important
    }

    .md-pb-14,
    .md-py-14 {
        padding-bottom: 12rem!important
    }

    .md-pl-14,
    .md-px-14 {
        padding-left: 12rem!important
    }

    .md-p-15 {
        padding: 16rem!important
    }

    .md-pt-15,
    .md-py-15 {
        padding-top: 16rem!important
    }

    .md-pr-15,
    .md-px-15 {
        padding-right: 16rem!important
    }

    .md-pb-15,
    .md-py-15 {
        padding-bottom: 16rem!important
    }

    .md-pl-15,
    .md-px-15 {
        padding-left: 16rem!important
    }

    .md-p-16 {
        padding: 25rem!important
    }

    .md-pt-16,
    .md-py-16 {
        padding-top: 25rem!important
    }

    .md-pr-16,
    .md-px-16 {
        padding-right: 25rem!important
    }

    .md-pb-16,
    .md-py-16 {
        padding-bottom: 25rem!important
    }

    .md-pl-16,
    .md-px-16 {
        padding-left: 25rem!important
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .dropdown-menu-md,
    .dropdown-menu-lg,
    .dropdown-menu-xl {
        min-width: 100%;
    }
    .autoroyal-post-testimonials-content {
        font-size: 22px;
        line-height: 36px;
    }
    .nav-alt .nav-item {
        width: 100%;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-mt-0,
    .sm-my-0 {
        margin-top: 0!important
    }

    .sm-mr-0,
    .sm-mx-0 {
        margin-right: 0!important
    }

    .sm-mb-0,
    .sm-my-0 {
        margin-bottom: 0!important
    }

    .sm-ml-0,
    .sm-mx-0 {
        margin-left: 0!important
    }

    .sm-m-1 {
        margin: .25rem!important
    }

    .sm-mt-1,
    .sm-my-1 {
        margin-top: .25rem!important
    }

    .sm-mr-1,
    .sm-mx-1 {
        margin-right: .25rem!important
    }

    .sm-mb-1,
    .sm-my-1 {
        margin-bottom: .25rem!important
    }

    .sm-ml-1,
    .sm-mx-1 {
        margin-left: .25rem!important
    }

    .sm-m-2 {
        margin: .5rem!important
    }

    .sm-mt-2,
    .sm-my-2 {
        margin-top: .5rem!important
    }

    .sm-mr-2,
    .sm-mx-2 {
        margin-right: .5rem!important
    }

    .sm-mb-2,
    .sm-my-2 {
        margin-bottom: .5rem!important
    }

    .sm-ml-2,
    .sm-mx-2 {
        margin-left: .5rem!important
    }

    .sm-m-3 {
        margin: .75rem!important
    }

    .sm-mt-3,
    .sm-my-3 {
        margin-top: .75rem!important
    }

    .sm-mr-3,
    .sm-mx-3 {
        margin-right: .75rem!important
    }

    .sm-mb-3,
    .sm-my-3 {
        margin-bottom: .75rem!important
    }

    .sm-ml-3,
    .sm-mx-3 {
        margin-left: .75rem!important
    }

    .sm-m-4 {
        margin: 1rem!important
    }

    .sm-mt-4,
    .sm-my-4 {
        margin-top: 1rem!important
    }

    .sm-mr-4,
    .sm-mx-4 {
        margin-right: 1rem!important
    }

    .sm-mb-4,
    .sm-my-4 {
        margin-bottom: 1rem!important
    }

    .sm-ml-4,
    .sm-mx-4 {
        margin-left: 1rem!important
    }

    .sm-m-5 {
        margin: 1.5rem!important
    }

    .sm-mt-5,
    .sm-my-5 {
        margin-top: 1.5rem!important
    }

    .sm-mr-5,
    .sm-mx-5 {
        margin-right: 1.5rem!important
    }

    .sm-mb-5,
    .sm-my-5 {
        margin-bottom: 1.5rem!important
    }

    .sm-ml-5,
    .sm-mx-5 {
        margin-left: 1.5rem!important
    }

    .sm-m-6 {
        margin: 2rem!important
    }

    .sm-mt-6,
    .sm-my-6 {
        margin-top: 2rem!important
    }

    .sm-mr-6,
    .sm-mx-6 {
        margin-right: 2rem!important
    }

    .sm-mb-6,
    .sm-my-6 {
        margin-bottom: 2rem!important
    }

    .sm-ml-6,
    .sm-mx-6 {
        margin-left: 2rem!important
    }

    .sm-m-7 {
        margin: 2.5rem!important
    }

    .sm-mt-7,
    .sm-my-7 {
        margin-top: 2.5rem!important
    }

    .sm-mr-7,
    .sm-mx-7 {
        margin-right: 2.5rem!important
    }

    .sm-mb-7,
    .sm-my-7 {
        margin-bottom: 2.5rem!important
    }

    .sm-ml-7,
    .sm-mx-7 {
        margin-left: 2.5rem!important
    }

    .sm-m-8 {
        margin: 3rem!important
    }

    .sm-mt-8,
    .sm-my-8 {
        margin-top: 3rem!important
    }

    .sm-mr-8,
    .sm-mx-8 {
        margin-right: 3rem!important
    }

    .sm-mb-8,
    .sm-my-8 {
        margin-bottom: 3rem!important
    }

    .sm-ml-8,
    .sm-mx-8 {
        margin-left: 3rem!important
    }

    .sm-m-9 {
        margin: 4rem!important
    }

    .sm-mt-9,
    .sm-my-9 {
        margin-top: 4rem!important
    }

    .sm-mr-9,
    .sm-mx-9 {
        margin-right: 4rem!important
    }

    .sm-mb-9,
    .sm-my-9 {
        margin-bottom: 4rem!important
    }

    .sm-ml-9,
    .sm-mx-9 {
        margin-left: 4rem!important
    }

    .sm-m-10 {
        margin: 5rem!important
    }

    .sm-mt-10,
    .sm-my-10 {
        margin-top: 5rem!important
    }

    .sm-mr-10,
    .sm-mx-10 {
        margin-right: 5rem!important
    }

    .sm-mb-10,
    .sm-my-10 {
        margin-bottom: 5rem!important
    }

    .sm-ml-10,
    .sm-mx-10 {
        margin-left: 5rem!important
    }

    .sm-m-11 {
        margin: 6rem!important
    }

    .sm-mt-11,
    .sm-my-11 {
        margin-top: 6rem!important
    }

    .sm-mr-11,
    .sm-mx-11 {
        margin-right: 6rem!important
    }

    .sm-mb-11,
    .sm-my-11 {
        margin-bottom: 6rem!important
    }

    .sm-ml-11,
    .sm-mx-11 {
        margin-left: 6rem!important
    }

    .sm-m-12 {
        margin: 8rem!important
    }

    .sm-mt-12,
    .sm-my-12 {
        margin-top: 8rem!important
    }

    .sm-mr-12,
    .sm-mx-12 {
        margin-right: 8rem!important
    }

    .sm-mb-12,
    .sm-my-12 {
        margin-bottom: 8rem!important
    }

    .sm-ml-12,
    .sm-mx-12 {
        margin-left: 8rem!important
    }

    .sm-m-13 {
        margin: 10rem!important
    }

    .sm-mt-13,
    .sm-my-13 {
        margin-top: 10rem!important
    }

    .sm-mr-13,
    .sm-mx-13 {
        margin-right: 10rem!important
    }

    .sm-mb-13,
    .sm-my-13 {
        margin-bottom: 10rem!important
    }

    .sm-ml-13,
    .sm-mx-13 {
        margin-left: 10rem!important
    }

    .sm-m-14 {
        margin: 12rem!important
    }

    .sm-mt-14,
    .sm-my-14 {
        margin-top: 12rem!important
    }

    .sm-mr-14,
    .sm-mx-14 {
        margin-right: 12rem!important
    }

    .sm-mb-14,
    .sm-my-14 {
        margin-bottom: 12rem!important
    }

    .sm-ml-14,
    .sm-mx-14 {
        margin-left: 12rem!important
    }

    .sm-m-15 {
        margin: 16rem!important
    }

    .sm-mt-15,
    .sm-my-15 {
        margin-top: 16rem!important
    }

    .sm-mr-15,
    .sm-mx-15 {
        margin-right: 16rem!important
    }

    .sm-mb-15,
    .sm-my-15 {
        margin-bottom: 16rem!important
    }

    .sm-ml-15,
    .sm-mx-15 {
        margin-left: 16rem!important
    }

    .sm-m-16 {
        margin: 25rem!important
    }

    .sm-mt-16,
    .sm-my-16 {
        margin-top: 25rem!important
    }

    .sm-mr-16,
    .sm-mx-16 {
        margin-right: 25rem!important
    }

    .sm-mb-16,
    .sm-my-16 {
        margin-bottom: 25rem!important
    }

    .sm-ml-16,
    .sm-mx-16 {
        margin-left: 25rem!important
    }

    .sm-p-0 {
        padding: 0!important;
    }

    .sm-pt-0,
    .sm-py-0 {
        padding-top: 0!important
    }

    .sm-pr-0,
    .sm-px-0 {
        padding-right: 0!important
    }

    .sm-pb-0,
    .sm-py-0 {
        padding-bottom: 0!important
    }

    .sm-pl-0,
    .sm-px-0 {
        padding-left: 0!important
    }

    .sm-p-1 {
        padding: .25rem!important
    }

    .sm-pt-1,
    .sm-py-1 {
        padding-top: .25rem!important
    }

    .sm-pr-1,
    .sm-px-1 {
        padding-right: .25rem!important
    }

    .sm-pb-1,
    .sm-py-1 {
        padding-bottom: .25rem!important
    }

    .sm-pl-1,
    .sm-px-1 {
        padding-left: .25rem!important
    }

    .sm-p-2 {
        padding: .5rem!important
    }

    .sm-pt-2,
    .sm-py-2 {
        padding-top: .5rem!important
    }

    .sm-pr-2,
    .sm-px-2 {
        padding-right: .5rem!important
    }

    .sm-pb-2,
    .sm-py-2 {
        padding-bottom: .5rem!important
    }

    .sm-pl-2,
    .sm-px-2 {
        padding-left: .5rem!important
    }

    .sm-p-3 {
        padding: .75rem!important
    }

    .sm-pt-3,
    .sm-py-3 {
        padding-top: .75rem!important
    }

    .sm-pr-3,
    .sm-px-3 {
        padding-right: .75rem!important
    }

    .sm-pb-3,
    .sm-py-3 {
        padding-bottom: .75rem!important
    }

    .sm-pl-3,
    .sm-px-3 {
        padding-left: .75rem!important
    }

    .sm-p-4 {
        padding: 1rem!important
    }

    .sm-pt-4,
    .sm-py-4 {
        padding-top: 1rem!important
    }

    .sm-pr-4,
    .sm-px-4 {
        padding-right: 1rem!important
    }

    .sm-pb-4,
    .sm-py-4 {
        padding-bottom: 1rem!important
    }

    .sm-pl-4,
    .sm-px-4 {
        padding-left: 1rem!important
    }

    .sm-p-5 {
        padding: 1.5rem!important
    }

    .sm-pt-5,
    .sm-py-5 {
        padding-top: 1.5rem!important
    }

    .sm-pr-5,
    .sm-px-5 {
        padding-right: 1.5rem!important
    }

    .sm-pb-5,
    .sm-py-5 {
        padding-bottom: 1.5rem!important
    }

    .sm-pl-5,
    .sm-px-5 {
        padding-left: 1.5rem!important
    }

    .sm-p-6 {
        padding: 2rem!important
    }

    .sm-pt-6,
    .sm-py-6 {
        padding-top: 2rem!important
    }

    .sm-pr-6,
    .sm-px-6 {
        padding-right: 2rem!important
    }

    .sm-pb-6,
    .sm-py-6 {
        padding-bottom: 2rem!important
    }

    .sm-pl-6,
    .sm-px-6 {
        padding-left: 2rem!important
    }

    .sm-p-7 {
        padding: 2.5rem!important
    }

    .sm-pt-7,
    .sm-py-7 {
        padding-top: 2.5rem!important
    }

    .sm-pr-7,
    .sm-px-7 {
        padding-right: 2.5rem!important
    }

    .sm-pb-7,
    .sm-py-7 {
        padding-bottom: 2.5rem!important
    }

    .sm-pl-7,
    .sm-px-7 {
        padding-left: 2.5rem!important
    }

    .sm-p-8 {
        padding: 3rem!important
    }

    .sm-pt-8,
    .sm-py-8 {
        padding-top: 3rem!important
    }

    .sm-pr-8,
    .sm-px-8 {
        padding-right: 3rem!important
    }

    .sm-pb-8,
    .sm-py-8 {
        padding-bottom: 3rem!important
    }

    .sm-pl-8,
    .sm-px-8 {
        padding-left: 3rem!important
    }

    .sm-p-9 {
        padding: 4rem!important
    }

    .sm-pt-9,
    .sm-py-9 {
        padding-top: 4rem!important
    }

    .sm-pr-9,
    .sm-px-9 {
        padding-right: 4rem!important
    }

    .sm-pb-9,
    .sm-py-9 {
        padding-bottom: 4rem!important
    }

    .sm-pl-9,
    .sm-px-9 {
        padding-left: 4rem!important
    }

    .sm-p-10 {
        padding: 5rem!important
    }

    .sm-pt-10,
    .sm-py-10 {
        padding-top: 5rem!important
    }

    .sm-pr-10,
    .sm-px-10 {
        padding-right: 5rem!important
    }

    .sm-pb-10,
    .sm-py-10 {
        padding-bottom: 5rem!important
    }

    .sm-pl-10,
    .sm-px-10 {
        padding-left: 5rem!important
    }

    .sm-p-11 {
        padding: 6rem!important
    }

    .sm-pt-11,
    .sm-py-11 {
        padding-top: 6rem!important
    }

    .sm-pr-11,
    .sm-px-11 {
        padding-right: 6rem!important
    }

    .sm-pb-11,
    .sm-py-11 {
        padding-bottom: 6rem!important
    }

    .sm-pl-11,
    .sm-px-11 {
        padding-left: 6rem!important
    }

    .sm-p-12 {
        padding: 8rem!important
    }

    .sm-pt-12,
    .sm-py-12 {
        padding-top: 8rem!important
    }

    .sm-pr-12,
    .sm-px-12 {
        padding-right: 8rem!important
    }

    .sm-pb-12,
    .sm-py-12 {
        padding-bottom: 8rem!important
    }

    .sm-pl-12,
    .sm-px-12 {
        padding-left: 8rem!important
    }

    .sm-p-13 {
        padding: 10rem!important
    }

    .sm-pt-13,
    .sm-py-13 {
        padding-top: 10rem!important
    }

    .sm-pr-13,
    .sm-px-13 {
        padding-right: 10rem!important
    }

    .sm-pb-13,
    .sm-py-13 {
        padding-bottom: 10rem!important
    }

    .sm-pl-13,
    .sm-px-13 {
        padding-left: 10rem!important
    }

    .sm-p-14 {
        padding: 12rem!important
    }

    .sm-pt-14,
    .sm-py-14 {
        padding-top: 12rem!important
    }

    .sm-pr-14,
    .sm-px-14 {
        padding-right: 12rem!important
    }

    .sm-pb-14,
    .sm-py-14 {
        padding-bottom: 12rem!important
    }

    .sm-pl-14,
    .sm-px-14 {
        padding-left: 12rem!important
    }

    .sm-p-15 {
        padding: 16rem!important
    }

    .sm-pt-15,
    .sm-py-15 {
        padding-top: 16rem!important
    }

    .sm-pr-15,
    .sm-px-15 {
        padding-right: 16rem!important
    }

    .sm-pb-15,
    .sm-py-15 {
        padding-bottom: 16rem!important
    }

    .sm-pl-15,
    .sm-px-15 {
        padding-left: 16rem!important
    }

    .sm-p-16 {
        padding: 25rem!important
    }

    .sm-pt-16,
    .sm-py-16 {
        padding-top: 25rem!important
    }

    .sm-pr-16,
    .sm-px-16 {
        padding-right: 25rem!important
    }

    .sm-pb-16,
    .sm-py-16 {
        padding-bottom: 25rem!important
    }

    .sm-pl-16,
    .sm-px-16 {
        padding-left: 25rem!important
    }
}

@media (max-width: 576px){
    .dropdown-menu-md,
    .dropdown-menu-lg,
    .dropdown-menu-xl {
        min-width: 100%;
    }
    .autoroyal-post-testimonials-content {
        font-size: 22px;
        line-height: 36px;
    }
    .nav-alt .nav-item {
        width: 100%;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .xs-mt-0,
    .xs-my-0 {
        margin-top: 0!important
    }

    .xs-mr-0,
    .xs-mx-0 {
        margin-right: 0!important
    }

    .xs-mb-0,
    .xs-my-0 {
        margin-bottom: 0!important
    }

    .xs-ml-0,
    .xs-mx-0 {
        margin-left: 0!important
    }

    .xs-m-1 {
        margin: .25rem!important
    }

    .xs-mt-1,
    .xs-my-1 {
        margin-top: .25rem!important
    }

    .xs-mr-1,
    .xs-mx-1 {
        margin-right: .25rem!important
    }

    .xs-mb-1,
    .xs-my-1 {
        margin-bottom: .25rem!important
    }

    .xs-ml-1,
    .xs-mx-1 {
        margin-left: .25rem!important
    }

    .xs-m-2 {
        margin: .5rem!important
    }

    .xs-mt-2,
    .xs-my-2 {
        margin-top: .5rem!important
    }

    .xs-mr-2,
    .xs-mx-2 {
        margin-right: .5rem!important
    }

    .xs-mb-2,
    .xs-my-2 {
        margin-bottom: .5rem!important
    }

    .xs-ml-2,
    .xs-mx-2 {
        margin-left: .5rem!important
    }

    .xs-m-3 {
        margin: .75rem!important
    }

    .xs-mt-3,
    .xs-my-3 {
        margin-top: .75rem!important
    }

    .xs-mr-3,
    .xs-mx-3 {
        margin-right: .75rem!important
    }

    .xs-mb-3,
    .xs-my-3 {
        margin-bottom: .75rem!important
    }

    .xs-ml-3,
    .xs-mx-3 {
        margin-left: .75rem!important
    }

    .xs-m-4 {
        margin: 1rem!important
    }

    .xs-mt-4,
    .xs-my-4 {
        margin-top: 1rem!important
    }

    .xs-mr-4,
    .xs-mx-4 {
        margin-right: 1rem!important
    }

    .xs-mb-4,
    .xs-my-4 {
        margin-bottom: 1rem!important
    }

    .xs-ml-4,
    .xs-mx-4 {
        margin-left: 1rem!important
    }

    .xs-m-5 {
        margin: 1.5rem!important
    }

    .xs-mt-5,
    .xs-my-5 {
        margin-top: 1.5rem!important
    }

    .xs-mr-5,
    .xs-mx-5 {
        margin-right: 1.5rem!important
    }

    .xs-mb-5,
    .xs-my-5 {
        margin-bottom: 1.5rem!important
    }

    .xs-ml-5,
    .xs-mx-5 {
        margin-left: 1.5rem!important
    }

    .xs-m-6 {
        margin: 2rem!important
    }

    .xs-mt-6,
    .xs-my-6 {
        margin-top: 2rem!important
    }

    .xs-mr-6,
    .xs-mx-6 {
        margin-right: 2rem!important
    }

    .xs-mb-6,
    .xs-my-6 {
        margin-bottom: 2rem!important
    }

    .xs-ml-6,
    .xs-mx-6 {
        margin-left: 2rem!important
    }

    .xs-m-7 {
        margin: 2.5rem!important
    }

    .xs-mt-7,
    .xs-my-7 {
        margin-top: 2.5rem!important
    }

    .xs-mr-7,
    .xs-mx-7 {
        margin-right: 2.5rem!important
    }

    .xs-mb-7,
    .xs-my-7 {
        margin-bottom: 2.5rem!important
    }

    .xs-ml-7,
    .xs-mx-7 {
        margin-left: 2.5rem!important
    }

    .xs-m-8 {
        margin: 3rem!important
    }

    .xs-mt-8,
    .xs-my-8 {
        margin-top: 3rem!important
    }

    .xs-mr-8,
    .xs-mx-8 {
        margin-right: 3rem!important
    }

    .xs-mb-8,
    .xs-my-8 {
        margin-bottom: 3rem!important
    }

    .xs-ml-8,
    .xs-mx-8 {
        margin-left: 3rem!important
    }

    .xs-m-9 {
        margin: 4rem!important
    }

    .xs-mt-9,
    .xs-my-9 {
        margin-top: 4rem!important
    }

    .xs-mr-9,
    .xs-mx-9 {
        margin-right: 4rem!important
    }

    .xs-mb-9,
    .xs-my-9 {
        margin-bottom: 4rem!important
    }

    .xs-ml-9,
    .xs-mx-9 {
        margin-left: 4rem!important
    }

    .xs-m-10 {
        margin: 5rem!important
    }

    .xs-mt-10,
    .xs-my-10 {
        margin-top: 5rem!important
    }

    .xs-mr-10,
    .xs-mx-10 {
        margin-right: 5rem!important
    }

    .xs-mb-10,
    .xs-my-10 {
        margin-bottom: 5rem!important
    }

    .xs-ml-10,
    .xs-mx-10 {
        margin-left: 5rem!important
    }

    .xs-m-11 {
        margin: 6rem!important
    }

    .xs-mt-11,
    .xs-my-11 {
        margin-top: 6rem!important
    }

    .xs-mr-11,
    .xs-mx-11 {
        margin-right: 6rem!important
    }

    .xs-mb-11,
    .xs-my-11 {
        margin-bottom: 6rem!important
    }

    .xs-ml-11,
    .xs-mx-11 {
        margin-left: 6rem!important
    }

    .xs-m-12 {
        margin: 8rem!important
    }

    .xs-mt-12,
    .xs-my-12 {
        margin-top: 8rem!important
    }

    .xs-mr-12,
    .xs-mx-12 {
        margin-right: 8rem!important
    }

    .xs-mb-12,
    .xs-my-12 {
        margin-bottom: 8rem!important
    }

    .xs-ml-12,
    .xs-mx-12 {
        margin-left: 8rem!important
    }

    .xs-m-13 {
        margin: 10rem!important
    }

    .xs-mt-13,
    .xs-my-13 {
        margin-top: 10rem!important
    }

    .xs-mr-13,
    .xs-mx-13 {
        margin-right: 10rem!important
    }

    .xs-mb-13,
    .xs-my-13 {
        margin-bottom: 10rem!important
    }

    .xs-ml-13,
    .xs-mx-13 {
        margin-left: 10rem!important
    }

    .xs-m-14 {
        margin: 12rem!important
    }

    .xs-mt-14,
    .xs-my-14 {
        margin-top: 12rem!important
    }

    .xs-mr-14,
    .xs-mx-14 {
        margin-right: 12rem!important
    }

    .xs-mb-14,
    .xs-my-14 {
        margin-bottom: 12rem!important
    }

    .xs-ml-14,
    .xs-mx-14 {
        margin-left: 12rem!important
    }

    .xs-m-15 {
        margin: 16rem!important
    }

    .xs-mt-15,
    .xs-my-15 {
        margin-top: 16rem!important
    }

    .xs-mr-15,
    .xs-mx-15 {
        margin-right: 16rem!important
    }

    .xs-mb-15,
    .xs-my-15 {
        margin-bottom: 16rem!important
    }

    .xs-ml-15,
    .xs-mx-15 {
        margin-left: 16rem!important
    }

    .xs-m-16 {
        margin: 25rem!important
    }

    .xs-mt-16,
    .xs-my-16 {
        margin-top: 25rem!important
    }

    .xs-mr-16,
    .xs-mx-16 {
        margin-right: 25rem!important
    }

    .xs-mb-16,
    .xs-my-16 {
        margin-bottom: 25rem!important
    }

    .xs-ml-16,
    .xs-mx-16 {
        margin-left: 25rem!important
    }

    .xs-p-0 {
        padding: 0!important
    }

    .xs-pt-0,
    .xs-py-0 {
        padding-top: 0!important
    }

    .xs-pr-0,
    .xs-px-0 {
        padding-right: 0!important
    }

    .xs-pb-0,
    .xs-py-0 {
        padding-bottom: 0!important
    }

    .xs-pl-0,
    .xs-px-0 {
        padding-left: 0!important
    }

    .xs-p-1 {
        padding: .25rem!important
    }

    .xs-pt-1,
    .xs-py-1 {
        padding-top: .25rem!important
    }

    .xs-pr-1,
    .xs-px-1 {
        padding-right: .25rem!important
    }

    .xs-pb-1,
    .xs-py-1 {
        padding-bottom: .25rem!important
    }

    .xs-pl-1,
    .xs-px-1 {
        padding-left: .25rem!important
    }

    .xs-p-2 {
        padding: .5rem!important
    }

    .xs-pt-2,
    .xs-py-2 {
        padding-top: .5rem!important
    }

    .xs-pr-2,
    .xs-px-2 {
        padding-right: .5rem!important
    }

    .xs-pb-2,
    .xs-py-2 {
        padding-bottom: .5rem!important
    }

    .xs-pl-2,
    .xs-px-2 {
        padding-left: .5rem!important
    }

    .xs-p-3 {
        padding: .75rem!important
    }

    .xs-pt-3,
    .xs-py-3 {
        padding-top: .75rem!important
    }

    .xs-pr-3,
    .xs-px-3 {
        padding-right: .75rem!important
    }

    .xs-pb-3,
    .xs-py-3 {
        padding-bottom: .75rem!important
    }

    .xs-pl-3,
    .xs-px-3 {
        padding-left: .75rem!important
    }

    .xs-p-4 {
        padding: 1rem!important
    }

    .xs-pt-4,
    .xs-py-4 {
        padding-top: 1rem!important
    }

    .xs-pr-4,
    .xs-px-4 {
        padding-right: 1rem!important
    }

    .xs-pb-4,
    .xs-py-4 {
        padding-bottom: 1rem!important
    }

    .xs-pl-4,
    .xs-px-4 {
        padding-left: 1rem!important
    }

    .xs-p-5 {
        padding: 1.5rem!important
    }

    .xs-pt-5,
    .xs-py-5 {
        padding-top: 1.5rem!important
    }

    .xs-pr-5,
    .xs-px-5 {
        padding-right: 1.5rem!important
    }

    .xs-pb-5,
    .xs-py-5 {
        padding-bottom: 1.5rem!important
    }

    .xs-pl-5,
    .xs-px-5 {
        padding-left: 1.5rem!important
    }

    .xs-p-6 {
        padding: 2rem!important
    }

    .xs-pt-6,
    .xs-py-6 {
        padding-top: 2rem!important
    }

    .xs-pr-6,
    .xs-px-6 {
        padding-right: 2rem!important
    }

    .xs-pb-6,
    .xs-py-6 {
        padding-bottom: 2rem!important
    }

    .xs-pl-6,
    .xs-px-6 {
        padding-left: 2rem!important
    }

    .xs-p-7 {
        padding: 2.5rem!important
    }

    .xs-pt-7,
    .xs-py-7 {
        padding-top: 2.5rem!important
    }

    .xs-pr-7,
    .xs-px-7 {
        padding-right: 2.5rem!important
    }

    .xs-pb-7,
    .xs-py-7 {
        padding-bottom: 2.5rem!important
    }

    .xs-pl-7,
    .xs-px-7 {
        padding-left: 2.5rem!important
    }

    .xs-p-8 {
        padding: 3rem!important
    }

    .xs-pt-8,
    .xs-py-8 {
        padding-top: 3rem!important
    }

    .xs-pr-8,
    .xs-px-8 {
        padding-right: 3rem!important
    }

    .xs-pb-8,
    .xs-py-8 {
        padding-bottom: 3rem!important
    }

    .xs-pl-8,
    .xs-px-8 {
        padding-left: 3rem!important
    }

    .xs-p-9 {
        padding: 4rem!important
    }

    .xs-pt-9,
    .xs-py-9 {
        padding-top: 4rem!important
    }

    .xs-pr-9,
    .xs-px-9 {
        padding-right: 4rem!important
    }

    .xs-pb-9,
    .xs-py-9 {
        padding-bottom: 4rem!important
    }

    .xs-pl-9,
    .xs-px-9 {
        padding-left: 4rem!important
    }

    .xs-p-10 {
        padding: 5rem!important
    }

    .xs-pt-10,
    .xs-py-10 {
        padding-top: 5rem!important
    }

    .xs-pr-10,
    .xs-px-10 {
        padding-right: 5rem!important
    }

    .xs-pb-10,
    .xs-py-10 {
        padding-bottom: 5rem!important
    }

    .xs-pl-10,
    .xs-px-10 {
        padding-left: 5rem!important
    }

    .xs-p-11 {
        padding: 6rem!important
    }

    .xs-pt-11,
    .xs-py-11 {
        padding-top: 6rem!important
    }

    .xs-pr-11,
    .xs-px-11 {
        padding-right: 6rem!important
    }

    .xs-pb-11,
    .xs-py-11 {
        padding-bottom: 6rem!important
    }

    .xs-pl-11,
    .xs-px-11 {
        padding-left: 6rem!important
    }

    .xs-p-12 {
        padding: 8rem!important
    }

    .xs-pt-12,
    .xs-py-12 {
        padding-top: 8rem!important
    }

    .xs-pr-12,
    .xs-px-12 {
        padding-right: 8rem!important
    }

    .xs-pb-12,
    .xs-py-12 {
        padding-bottom: 8rem!important
    }

    .xs-pl-12,
    .xs-px-12 {
        padding-left: 8rem!important
    }

    .xs-p-13 {
        padding: 10rem!important
    }

    .xs-pt-13,
    .xs-py-13 {
        padding-top: 10rem!important
    }

    .xs-pr-13,
    .xs-px-13 {
        padding-right: 10rem!important
    }

    .xs-pb-13,
    .xs-py-13 {
        padding-bottom: 10rem!important
    }

    .xs-pl-13,
    .xs-px-13 {
        padding-left: 10rem!important
    }

    .xs-p-14 {
        padding: 12rem!important
    }

    .xs-pt-14,
    .xs-py-14 {
        padding-top: 12rem!important
    }

    .xs-pr-14,
    .xs-px-14 {
        padding-right: 12rem!important
    }

    .xs-pb-14,
    .xs-py-14 {
        padding-bottom: 12rem!important
    }

    .xs-pl-14,
    .xs-px-14 {
        padding-left: 12rem!important
    }

    .xs-p-15 {
        padding: 16rem!important
    }

    .xs-pt-15,
    .xs-py-15 {
        padding-top: 16rem!important
    }

    .xs-pr-15,
    .xs-px-15 {
        padding-right: 16rem!important
    }

    .xs-pb-15,
    .xs-py-15 {
        padding-bottom: 16rem!important
    }

    .xs-pl-15,
    .xs-px-15 {
        padding-left: 16rem!important
    }

    .xs-p-16 {
        padding: 25rem!important
    }

    .xs-pt-16,
    .xs-py-16 {
        padding-top: 25rem!important
    }

    .xs-pr-16,
    .xs-px-16 {
        padding-right: 25rem!important
    }

    .xs-pb-16,
    .xs-py-16 {
        padding-bottom: 25rem!important
    }

    .xs-pl-16,
    .xs-px-16 {
        padding-left: 25rem!important
    }
}

@media (min-width:992px) {
    .sidenav {
        position: fixed;
        top: 90px;
        height: calc(100vh - 90px);
        overflow: auto
    }
    .ft-docs-navside {
        display: block !important;
    }
    .border-left-lg {
        border-left: 1px solid rgba(0,0,0,.05)!important
    }
}

@media (min-width:992px) {
    .sidenav-left {
        left: 0
    }
}

@media (min-width:992px) {
    .sidenav-right {
        right: 0
    }
}

.pt-90 {
    padding-top: 90px;
}

code[class*="language-"],
pre[class*="language-"] {
    color: black;
    background: none;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

div.code-toolbar {
    position: relative;
}

div.code-toolbar:hover .toolbar {
    opacity: 1;
}

div.code-toolbar > .toolbar {
    opacity: 0;
    top: 0;
    right: 0;
    position: absolute;
}

div.code-toolbar > .toolbar .toolbar-item {
    display: block;
}

div.code-toolbar > .toolbar a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0.25rem;
    background: #0C3EB8;
    color: #fff;
    display: block;
    margin: 10px 10px 0 0;
    padding: .5rem 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600;
}

div.code-toolbar > .toolbar a:hover {
    color: #fff;
    background: #053fb6;
}


pre[class*="language-"] {
  border-radius: 0.25rem;
  margin: 0 0 1rem 0;
  padding: 30px;
}

.text-white pre[class*="language-"] {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}

.card pre[class*="language-"] {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  border: 0;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    padding: 1.5rem;
    font-size: 13px;
    background: #f8fafd;
    margin-bottom: 1rem;
}

article > section:not(:first-child) {
    margin-top: 3.125rem;
}

.doc-content h2.h3::before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    visibility: hidden;
    margin-top: -100px;
}

.bd-example {
    position: relative;
    border: solid #f7f7f9;
    padding: 1.5rem;
    border-width: .2rem;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    font-size: .625rem
}

.avatar:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #abbcd5;
    color: #fff
}

.avatar-xs {
    width: 1rem;
    height: 1rem;
    font-size: .33333rem
}

.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .5rem
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1rem
}

.avatar-xl,
.avatar-xxl {
    width: 4rem;
    height: 4rem;
    font-size: 1.33333rem
}

@media (min-width:768px) {
    .avatar-xxl {
        width: 5rem;
        height: 5rem;
        font-size: 1.66667rem
    }
}

.avatar-group {
    display: inline-flex
}

.avatar-group .avatar img,
.avatar-group .avatar span {
    border: solid 2px #fff;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

.avatar-group .avatar+.avatar {
    margin-left: -.46875rem
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.25rem
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.375rem
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -.75rem
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1rem
}

.avatar-group .avatar-xxl+.avatar-xxl {
    margin-left: -1.25rem
}

/*------------------------------------
  File Attachment Button
------------------------------------*/
.file-attachment-btn {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.file-attachment-btn__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

/*------------------------------------
  File Attachment Input
------------------------------------*/
.file-attachment-input {
  position: relative;
  display: block;
  background-color: #f8fafd;
  border: 2px dashed #e7eaf3;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.3125rem;
  padding: 4rem;
  margin-bottom: 0;
}

.file-attachment-input__label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  cursor: inherit;
  opacity: 0;
}

.file-attachment-input:hover {
  background-color: #f5f8fc;
}

/*------------------------------------
  File Attachment Link
------------------------------------*/
.file-attachment-link {
  position: relative;
  top: .4375rem;
  overflow: hidden;
}

.file-attachment-link input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.file-attachment-link__label {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.file-attachment-link:hover .u-file-attachment-link__label {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.bd-example>.form-control+.form-control {
    margin-top: .5rem;
}

/*------------------------------------
  Checkbox Switch
------------------------------------*/
.custom-switch {
  padding-left: 3rem;
}

.custom-switch .custom-control-label::before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-3rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #97a4af;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(55, 125, 255, 0.5);
}

.custom-switch {
  padding-left: 3.25rem;
}

.custom-switch .custom-control-label::before {
  top: 0;
  left: -3.25rem;
  height: 1.5rem;
  border: none;
  background-color: #e7eaf3;
  border-radius: 6.1875rem;
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px) !important;
  left: calc(-2.875rem);
  background-color: #fff;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

/*------------------------------------
  Custom Checkbox
------------------------------------*/
.custom-control {
  padding-left: 1.8rem;
}
.custom-control-label::after,
.custom-control-label::before {
  left: -1.8rem;
}
.custom-control-label::before {
  border: none;
  background: #dfe1e5;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: rgba(55, 125, 255, 0);
}

.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(1.5em + 1.5rem + 4px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #1e2022;
  background-color: #fff;
  border-color: #d5dae2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(55, 125, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #8c98a4;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #8c98a4;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #8c98a4;
  opacity: 1;
}

.form-control::placeholder {
  color: #8c98a4;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f8fafd;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #1e2022;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.125rem + 1px);
  padding-bottom: calc(1.125rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1e2022;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.form-control-lg {
  height: calc(1.5em + 2.25rem + 2px);
  padding: 1.125rem 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group.custom-range {
  height: auto;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #8c98a4;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00c9a7;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00c9a7;
  border-radius: 0.3125rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00c9a7;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.375rem);
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00c9a7;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00c9a7;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00fcd1;
  background-color: #00fcd1;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00c9a7;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00c9a7;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00c9a7;
  box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0C3EB8;
    border-color: #0C3EB8;
}

.list-group-item-primary {
    background-color: #ebeffc;
    color: #0C3EB8;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #0C3A96;
    color: #ffffff;
}

.list-group-item-secondary {
    background-color: #e2ebf7;
    color: #2c425d;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #22354c;
    color: #f0f7ff;
}

.list-group-item-success {
    background-color: #ecf8f4;
    color: #42ba96;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #338e73;
    color: #ecf8f4;
}

.list-group-item-danger {
    background-color: #fae6ea;
    color: #D00027;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #aa0020;
    color: #ffffff;
}

.list-group-item-warning {
    background-color: #fefbf1;
    color: #c7aa58;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e4c56f;
    color: #1e2022;
}

.list-group-item-info {
    background-color: #f2f0fd;
    color: #7c69ef;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #6d5bd8;
    color: #f2f0fd;
}

.list-group-item-light {
    background-color: rgba(249, 251, 253, .1);
    color: #818182;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #ffffff;
    background-color: #818182;
}

.list-group-item-dark {
    background-color: #e9eaed;
    color: #2b354f;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #2b354f;
    color: #e9eaed;
}

.bd-example>.alert+.alert, .bd-example>.nav+.nav, .bd-example>.navbar+.navbar, .bd-example>.progress+.btn, .bd-example>.progress+.progress {
    margin-top: 1rem;
}

.progress-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f8fafd;
    height: 12.5rem;
}

.bd-example-border-utils-0 [class^=border] {
    border: 1px solid #dee2e6;
}

.bd-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #f5f5f5;
}

.bg-gradient-primary {
    background-image: linear-gradient(150deg, #0C3EB8 0%, #f9fbfd 100%);
    background-repeat: repeat-x;
}

.bg-gradient-secondary {
    background-image: linear-gradient(150deg, #2c425d 0%, #e2ebf7 100%);
    background-repeat: repeat-x;
}

.bg-gradient-success {
    background-image: linear-gradient(150deg, #42ba96 0%, #ecf8f4 100%);
    background-repeat: repeat-x;
}

.bg-gradient-danger {
    background-image: linear-gradient(150deg, #D00027 0%, #fae6ea 100%);
    background-repeat: repeat-x;
}

.bg-gradient-warning {
    background-image: linear-gradient(150deg, #c7aa58 0%, #fdf4d9 100%);
    background-repeat: repeat-x;
}

.bg-gradient-info {
    background-image: linear-gradient(150deg, #7c69ef 0%, #d0c9f9 100%);
    background-repeat: repeat-x;
}

.bg-gradient-light {
    background-image: linear-gradient(150deg, #eeeeee 0%, #ffffff 100%);
    background-repeat: repeat-x;
}

.bg-gradient-dark {
    background-image: linear-gradient(150deg, #2b354f 0%, #e9eaed 100%);
    background-repeat: repeat-x;
}

.vehicles-carousel .owl-nav {
    width: auto;
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.vehicles-carousel .owl-nav .owl-prev,
.vehicles-carousel .owl-nav .owl-next {
    display: inline-block;
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
    opacity: 1;
    position: relative;
}

.vehicles-carousel .owl-nav .owl-prev {
    margin-right: 60px;
}

.vehicles-carousel .owl-nav .owl-prev:before {
    content: "";
    position: absolute;
    top: 9px;
    right: -40px;
    width: 20px;
    height: 1px;
    background-color: #848484;
}

.autoroyal-carousel-view-all {
    width: auto;
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #212529;
    float: right;
}

.autoroyal-carousel-view-all .material-icons {
    margin-left: 20px;
    vertical-align: bottom;
    line-height: 22px;
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
}

.autoroyal-carousel-view-all:hover {
    color: #212529;
    opacity: .6;
}

.autoroyal-carousel-view-all:hover .material-icons {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.no-shadow,
.no-shadow.lift:hover {
    box-shadow: none !important;
}

.autoroyal-dealer-card::after,
.autoroyal-rent-location-card::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .4;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.autoroyal-dealer-card:hover::after,
.autoroyal-rent-location-card:hover::after {
    opacity: .8;
}

.autoroyal-dealer-card .dealer-details-inner {
    position: absolute;
    left: 30px;
    bottom: 5px;
    right: 30px;
    text-align: left;
    color: #fff;
    z-index: 9;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transform: translateY(calc(100% - 45px));
    -webkit-transform: translateY(calc(100% - 45px));
}

.autoroyal-rent-location-card .card-rent-location-inner {
  position: absolute;
    left: 30px;
    bottom: 5px;
    right: 30px;
    text-align: left;
    color: #fff;
    z-index: 9;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.autoroyal-dealer-card:hover .dealer-details-inner {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.autoroyal-dealer-card h4,
.autoroyal-dealer-card span,
.autoroyal-rent-location-card h4,
.autoroyal-rent-location-card span {
    padding: 15px 0;
    float: left;
    width: 100%;
}

.autoroyal-dealer-card h4,
.autoroyal-rent-location-card h4 {
    padding-bottom: 0;
    margin: 0;
    padding-top: 0;
    font-weight: 600;
}

.autoroyal-dealer-card span {
    padding-bottom: 20px;
    padding-top: 5px;
    color: #eee;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.autoroyal-rent-location-card span {
    padding-bottom: 20px;
    padding-top: 5px;
    color: #eee;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.autoroyal-dealer-card:hover span {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.h-700 {
    height: 700px;
}

.marker-holder {
    width: 300px;
    height: 270px;
    padding: 10px;
    display: block;
    position: relative;
}

.marker-content {
    width: 270px;
    height: 250px;
    position: relative;
    float: left;
}

.marker-vehicle-holder .marker-content {
    width: 278px;
    height: 250px;
    position: relative;
    float: left;
    margin-left: 1px;
    border-radius: 6px;
    overflow: hidden;
}

.marker-vehicle-holder .marker-listing-image {
    height: 120px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.marker-vehicle-holder .marker-listing-image a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.marker-vehicle-holder .marker-content .marker-listing-title {
    margin: 0;
    padding: 10px 20px;
    padding-top: 18px;
    padding-bottom: 5px;
    border: none;
    text-align: center;
}

.marker-vehicle-holder .marker-content .marker-price {
    padding: 10px 20px;
    padding-top: 0;
    width: 100%;
    display: inline-block;
    color: #0C3EB8;
    line-height: 1;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.marker-vehicle-holder .marker-content .marker-listing-title span {
    color: #a0a0a0;
}

.marker-content .marker-listing-title {
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    color: #0C3EB8;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    border-bottom: solid 1px #f1f1f1;
    text-transform: uppercase;
}

.marker-content .marker-listing-data {
    padding: 15px 20px;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    display: inline-block;
    color: #484848;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
}

.marker-content .marker-listing-data a {
    padding-left: 25px;
    position: relative;
    float: left;
    width: 100%;
    color: #232323;
}

.marker-content .marker-listing-data a:hover {
    color: #D00027;
}

.marker-content .marker-listing-data .fa {
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    color: #D00027;
}

.mh-20 {
  max-height: 20px;
}

.mh-24 {
  max-height: 24px;
}

.mh-40 {
  max-height: 40px;
}

.mh-70 {
  max-height: 70px;
}

.mh-140 {
  max-height: 140px;
}

.mh-210 {
  max-height: 210px;
}

.h-210 {
  height: 210px;
}

.h-420 {
  height: 420px;
}

.car-makes-bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.car-makes-bg-holder .car-makes-animated-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .08;
    background-image: url(../images/svg/car-logos-pattern-full.svg);
    background-repeat: repeat;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: backgroundCarLogos 50s linear infinite;
    animation: backgroundCarLogos 50s linear infinite;
    background-position-y: 0px;
    background-size: auto;
}

@-webkit-keyframes backgroundJobs{
    from{
        background-position-y:960px
    }
}

@keyframes backgroundCarLogos{
    from{
        background-position-y:960px
    }
}

.gutter-1 {
    margin: -5px;
}
.gutter-1 > * {
    margin-bottom: 0 !important;
    padding: 5px;
}

.gutter-2 {
    margin: -10px;
}

.gutter-2 > * {
    margin-bottom: 0 !important;
    padding: 10px;
}

.gutter-3 {
    margin: -15px;
}

.gutter-3 > * {
    margin-bottom: 0 !important;
    padding: 15px;
}

.gutter-4 {
    margin: -20px;
}

.gutter-4 > * {
    margin-bottom: 0 !important;
    padding: 20px;
}

.gutter-5 {
    margin: -25px;
}

.gutter-5 > * {
    margin-bottom: 0 !important;
    padding: 25px;
}

@media (min-width: 576px) {

    .gutter-sm-1 {
        margin: -5px;
    }

    .gutter-sm-1 > * {
        margin-bottom: 0 !important;
        padding: 5px;
    }

    .gutter-sm-2 {
        margin: -10px;
    }

    .gutter-sm-2 > * {
        margin-bottom: 0 !important;
        padding: 10px;
    }

    .gutter-sm-3 {
        margin: -15px;
    }

    .gutter-sm-3 > * {
        margin-bottom: 0 !important;
        padding: 15px;
    }

    .gutter-sm-4 {
        margin: -20px;
    }

    .gutter-sm-4 > * {
        margin-bottom: 0 !important;
        padding: 20px;
    }

    .gutter-sm-5 {
        margin: -25px;
    }

    .gutter-sm-5 > * {
        margin-bottom: 0 !important;
        padding: 25px;
    }

}

@media (min-width: 768px) {

    .gutter-md-1 {
        margin: -5px;
    }

    .gutter-md-1 > * {
        margin-bottom: 0 !important;
        padding: 5px;
    }

    .gutter-md-2 {
        margin: -10px;
    }

    .gutter-md-2 > * {
        margin-bottom: 0 !important;
        padding: 10px;
    }

    .gutter-md-3 {
        margin: -15px;
    }

    .gutter-md-3 > * {
        margin-bottom: 0 !important;
        padding: 15px;
    }

    .gutter-md-4 {
        margin: -20px;
    }

    .gutter-md-4 > * {
        margin-bottom: 0 !important;
        padding: 20px;
    }

    .gutter-md-5 {
        margin: -25px;
    }

    .gutter-md-5 > * {
        margin-bottom: 0 !important;
        padding: 25px;
    }

}

@media (min-width: 1200px) {

    .gutter-lg-1 {
        margin: -5px;
    }

    .gutter-lg-1 > * {
        margin-bottom: 0 !important;
        padding: 5px;
    }

    .gutter-lg-2 {
        margin: -10px;
    }

    .gutter-lg-2 > * {
        margin-bottom: 0 !important;
        padding: 10px;
    }

    .gutter-lg-3 {
        margin: -15px;
    }

    .gutter-lg-3 > * {
        margin-bottom: 0 !important;
        padding: 15px;
    }

    .gutter-lg-4 {
        margin: -20px;
    }

    .gutter-lg-4 > * {
        margin-bottom: 0 !important;
        padding: 20px;
    }

    .gutter-lg-5 {
        margin: -25px;
    }

    .gutter-lg-5 > * {
        margin-bottom: 0 !important;
        padding: 25px;
    }

}

@media (min-width: 1600px) {

    .gutter-xl-1 {
        margin: -5px;
    }

    .gutter-xl-1 > * {
        margin-bottom: 0 !important;
        padding: 5px;
    }

    .gutter-xl-2 {
        margin: -10px;
    }

    .gutter-xl-2 > * {
        margin-bottom: 0 !important;
        padding: 10px;
    }

    .gutter-xl-3 {
        margin: -15px;
    }

    .gutter-xl-3 > * {
        margin-bottom: 0 !important;
        padding: 15px;
    }

    .gutter-xl-4 {
        margin: -20px;
    }

    .gutter-xl-4 > * {
        margin-bottom: 0 !important;
        padding: 20px;
    }

    .gutter-xl-5 {
        margin: -25px;
    }

    .gutter-xl-5 > * {
        margin-bottom: 0 !important;
        padding: 25px;
    }

}

@media (min-height: 760px) and (min-width: 1000px) {
    .headerpadding {
        margin-top: 80px;
    }
}

.gutter-0 {
    padding: 1px 1px 0 0;
    margin-left: 0;
    margin-right: 0;
}

.gutter-0 > * {
    padding: 0;
    margin: -1px -1px 0 0 !important;
}

.gutter-1 [class*="-double"]::before {
    padding-top: calc(200% + 10px);
}

.gutter-2 [class*="-double"]::before {
    padding-top: calc(200% + 20px);
}

.gutter-3 [class*="-double"]::before {
    padding-top: calc(200% + 30px);
}


.dropoff-location-wrapper {
  display: none;
}

.testimonials-2-carousel .owl-item .item {
    padding: 30px;
}

.sidebar-car-meta {
    position: relative;
    margin: 0;
    padding: 0 140px 0 30px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.1px;
}

.sidebar-car-meta {
    margin-bottom: 40px;
    color: #777;
}

.car-color {
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 2px;
    width: 16px;
    height: 16px;
}

.car-id {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
    padding: 4px 9px;
    line-height: 1;
    border: solid 1px #f7f7f7;
}

.bg-red {
  background-color: #e33535;
}

.carousel-inner {
    margin-bottom: 30px;
    cursor:move;
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab;
}

.carousel-inner:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.carousel-item {
    width: 100%;
    padding-top: 70%;
    background-size: cover;
    background-position: center;
}
.carousel-item > img{
    width: 100%;
    height: auto;
    object-fit: cover
}
.carousel-control { background: none; }

/*thumbnails/indicators*/
.carousel-indicators{
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin: 0;
    width: calc(100% + 20px);
}
.carousel-indicators .thumbnail{
    position: relative;
    width: calc(25% - 20px);
    height: 90px;
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 4px;
    float: left;
    margin: 0 20px 20px 0 !important;
    overflow: hidden;
    transition: all .3s ease-in;
}
.carousel-indicators .active{margin: 0 20px 20px 0 !important;}
.carousel-indicators .thumbnail:hover,
.carousel-indicators .thumbnail.active{box-shadow: 0 0 0 4px #048f02 inset;}

.d-inline-grid {
  display: inline-grid;
}

.mt-1px {
  margin-top: 1px;
}

/*------------------------------------
  Breadcrumb
------------------------------------*/
.breadcrumb-white {
  background-color: transparent;
}

.breadcrumb-white .breadcrumb-item {
  color: #fff;
}

.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-white .breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-no-gutter {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 60%;
    font-weight: 600;
    content: "\f054";
    padding-right: 0.5rem;
    color: #97a4af;
    vertical-align: middle;
}


#not-found h2 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
}
.preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.preloader-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 14px;
    top: 14px;
}

.ft-spin {
    -webkit-animation: ft-spin 1.5s infinite linear;
    animation: ft-spin 1.5s infinite linear;
}

@-webkit-keyframes ft-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg);
    }
}
@keyframes ft-spin {
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg);
    }
}

.loading:before {
    -webkit-animation: ft-spin 1.5s infinite linear;
    animation: ft-spin 1.5s infinite linear;
}

.display-error {
    font-size: 2.375rem !important;
}

.barra-boton-comercial
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.fila-normal { background-color: #CCCCCC }
.fila-highlight { background-color: #CFF5FF !important; }
.sortable {
    cursor: pointer;
}


#cont{
  position: relative;

}
.son{
  position: absolute;
  top:0;
  left:0;

}




#control{
  position:absolute;

  left:0;

  z-index: 50;
  background: HoneyDew ;
  opacity:0.7;
  color:#fff;
  text-align: center;

}
#snap{
  background-color: dimgray ;

}
#retake{
  background-color: coral ;

}

#close{
  background-color: lightcoral ;

}
.hov{
  opacity:.8;
  transition: all .5s;
}
.hov:hover{
  opacity:1;

  font-weight: bolder;
}
/*#canvas{
  z-index: 1;
}
#video{
  z-index: 3;
}*/


.img-upload-btn {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.img-upload-btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.img-upload-btn i {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.btn-radio {
    position: relative;
    overflow: hidden;
}

.btn-radio input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.container_backoffice {
    max-width: 90%;
    margin-left:  40px;
    margin-top: 40px;
}

.dataTables_tasaciones
{
  max-width: 90%;

}

.metric-row {
    margin-bottom: 1.25rem;
    border-radius: .25rem;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.metric-row .metric {
    margin: .5rem 0;
    min-height: 8.5rem
}

.metric-flush {
    margin: .5rem -1px .5rem 1px
}

@media (max-width:575.98px) {
    .metric-flush {
        display: block
    }

    .metric-flush>.col,
    .metric-flush>[class="col-*"] {
        margin-top: -1px
    }
}

.metric-flush .metric {
    margin: 0;
    border-radius: 0
}

.metric-flush>.col,
.metric-flush>[class="col-*"] {
    margin-left: -1px;
    padding-right: 0;
    padding-left: 0
}

.metric-flush>.col:first-child>.metric,
.metric-flush>[class="col-*"]:first-child>.metric {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.metric-flush>.col:last-child>.metric,
.metric-flush>[class="col-*"]:last-child>.metric {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

@media (min-width:576px) {

    .metric-flush>.col:first-child>.metric,
    .metric-flush>[class="col-*"]:first-child>.metric {
        border-top-right-radius: 0;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .metric-flush>.col:last-child>.metric,
    .metric-flush>[class="col-*"]:last-child>.metric {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

.metric {
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    max-width: 100%;
    border-radius: .25rem;
    cursor: default
}

@media (min-width:576px) {
    .metric {
        flex-basis: 0
    }
}

.metric-hoverable,
a.metric {
    color: inherit;
    outline: 0;
    cursor: pointer
}

.metric-hoverable:focus,
.metric-hoverable:hover,
a.metric:focus,
a.metric:hover {
    color: inherit;
    text-decoration: none;
    border: 1px solid #363642
}

.metric-bordered {
    border: 1px solid #363642
}

.metric-label {
    font-size: .875rem;
    font-weight: 500;
    color: #888c9b;
    white-space: nowrap
}

.metric-label:first-child {
    margin-bottom: .5rem
}

.metric-label:last-child {
    margin-top: .5rem;
    margin-bottom: 0
}

.metric-value {
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap
}

.metric-value .value {
    vertical-align: middle
}

.metric-value>sub,
.metric-value>sup {
    color: #a6abbd;
    font-size: .5em
}

.metric-value>sup {
    top: -.75em
}

.metric-value>sub {
    bottom: 0
}

.metric-badge {
    position: relative;
    top: -.5rem
}

.card-metric {
    text-align: center;
    background-color: #222230;
    border: none;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15)
}

.parsley-errors-list {
    margin: 0.25rem 0;
    padding: 0;
    display: none;
    width: 100%;
    font-size: 80%;
    color: #b76ba3;
}
.parsley-errors-list.filled,
.parsley-errors-list > li {
    display: block;
}


.veinte{

  width : 20%!important;

}

.cincuenta{

  width : 50%!important;

}

.treinta{

  width : 30%!important;

}


.cuarenta{

  width : 40%!important;

}

.diez{

  width : 10%!important;

}

.cinco {

  width : 5%!important;

}

.tres {

  width : 3%!important;

}

.uno {
    width : 1%!important;
}

.dos {
    width: 2%!important;
}

.ochenta{

  width : 80%!important;

}

.noventa{

  width : 90%!important;

}

.btn-grid
{
  width: 40px;
  height: 40px;
  padding: 0 0;
}

.overlay {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}


@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.dropzone {
position: relative;
/*border: 5px dotted #FFF;
border-radius: 20px; */
color: #048f02;
background-color: floralwhite;
height: 100%;

text-align: center;
width: 100%;
}

.dropzone:hover {
border: 10px dotted #0C3;
}

.dropzone.dropped {
background: #222;
border: 10px dotted #444;
}

.dropzone.in {
width: 600px;
height: 200px;
line-height: 200px;
font-size: larger;
}

.dropzone img {
border-radius: 10px;
vertical-align: middle;
max-width: 95%;
max-height: 95%;
}

.dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
}
/*
.dropzone .dz-preview .dz-image {
  width: 500px;
  height: 500px;
}
*/

table#datatableVehiculos.dataTable tr:hover {
  background-color: #CFF5FF;
}

#cookie-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #048f02;
    padding: 15px;
    text-align: center;
    z-index: 9999;
}

#accept-cookies {
    background-color: #42ba96 !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}

.texto-justificado p{
    text-align: justify !important;
}

.alinear-derecha {
    text-align: right;
}

.flag-en
{
  background-image: url('./../images/flags/en.png')
}

.flag-es
{
  background-image: url('./../images/flags/es.png')
}

.no-rotate
{
  image-orientation: none;
}

.footer-imagenes
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px
}

.site-footer2 {
    background-color: #e1e6e2 !important;
    color: #565656 !important;
}

.select2 {
    width:100%!important;
}


.dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(0px);
    }
.dz-details 
{
  visibility: hidden;
}

.viewer {
  width: 50%;
  height: 500px;
  border: 1px solid black;
  position: relative;
}
.wrapper 
{
  overflow: hidden;
}

.imagen_zoom {
  width: 500px; 
  height: 500px; 
  margin: auto; 
  display: block;
}

@media (max-width: 900px) {
  .imagen_zoom {
    width: 300px; 
    height: 500px; 
    margin: auto; 
    display: block;
  }

  .uno {
    width : 100px !important;
}

}

.rojo-tenue {
   background-color: #fdbebe !important;
}

.azul-tenue {
   background-color: #ccccf1 !important;
}

.chart {
  margin: 10px 10px 10px 10px;
}


.zona_mensaje {
  border-radius: 15px;
  background-color: #e9e9f1;
  height: 250px;
  max-height: 250px;
  margin:0 auto;
  overflow-y: auto;
  /*position:relative;*/
}

.mensaje_from {
  border-radius: 15px;
  background: #cfddbb;
  padding: 10px;
  width: 90%;
  margin-top: 10px;
  margin-left: 10px;
  float:left;
  
}

.mensaje_to {
  border-radius: 15px;
  background: #fbf9e1;
  padding: 10px;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  /*position:absolute; right:0*/
  float: right;
}

.mensaje_origen {
    float: right;
    font-size: x-small;
    font-style: italic;
    color: #29294d;
    margin-bottom: 0px;
  }

 .zona_respuesta {
    margin-top: 15px;
    border-radius: 15px;
    background-color: #d7d7d7;
  
  
}

.icon-scoring-red {
  background-image: url('./../images/red-scoring.png');
  height: 42px;
  width: 75px;
  margin-left: 10px;
  display: inline-block
}

.icon-scoring-green {
  background-image: url('./../images/green-scoring.png');
  height: 42px;
  width: 75px;
  margin-left: 10px;
  display: inline-block
}

.icon-scoring-orange {
  background-image: url('./../images/orange-scoring.png');
  height: 42px;
  width: 75px;
  margin-left: 10px;
  display: inline-block
}

.icon-scoring-yellow {
  background-image: url('./../images/yellow-scoring.png');
  height: 42px;
  width: 75px;
  margin-left: 10px;
  display: inline-block
}

