html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #00a6f8;
  transition: all 0.3s ease 0s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ababab;
  margin: 50px auto;
  padding: 0;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

#wp-toolbar ul:after {
  content: none;
}

.last_li,
.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.first_li,
.first {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

a:not([href]):not([tabindex]) {
  color: white;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: white;
}

/* Gobal */

.x:before {
  position: absolute;
  content: '';
}

body {
  margin: 0;
  /* font-family: sans-serif; */
  font-family: 'Montserrat', sans-serif !important;
}

/* Vertical Middle */

.x:before
/*Parent Before*/ {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* h1,
h2,
h4 {
  font-family: "Microsoft YaHei" !important;
} */

.container-fleet {
  max-width: 122rem;
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
}

.container-fluid > .scroll-box {
  margin-top: calc(8.8rem + 25px) !important;
}

/* 
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 22px  10px;
  max-width: 1340px;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo {
  width: 72px;
  height: 44px;
  margin-left: 7px;
}
.logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.header-text {
  color: #fe7a1f;
  font-size: 20px;
  text-decoration: none;
}
header a{
  font-weight: 500;
}
header .menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 600px;
} */

.breadcrumbs {
  margin: 25px 0 40px;
}

.breadcrumbs a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.breadcrumbs span {
  color: #fe7a1f;
  font-size: 15px;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  color: #fe7a1f;
  padding-bottom: 30px;
}

p {
  font-size: 18px;
  font-weight: 300;
  color: #261205;
  line-height: 22px;
  letter-spacing: 0.0015em;
  padding-bottom: 30px;
}

p b {
  font-weight: 500;
}

.heading p {
  max-width: 1040px;
}

.tright {
  transform: scaleX(-1);
}

.cards {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.card {
  width: 354px;
  min-height: 834px;
  border: 0.5px solid #e4e1e0 !important;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px rgba(52, 43, 39, 0.15);
  border-radius: 8px;
  position: relative;
  background-color: #fff !important;
  margin: 35px 23px 0 0;
}

/* .card:nth-child(3n) {
  margin-right: 0;
} */

.card ul li {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #5c4d44;
}

.card ul li img {
  margin-right: 10px;
}

.card-text {
  padding: 0 15px 100px;
  box-sizing: border-box;
}

.img-wrap {
  height: 349px;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 0 5px 20px;
}

.card h3 {
  color: #fe7a1f;
  padding: 24px 0 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  min-height: 240px;
  letter-spacing: 0.0015em;
  color: #261205;
}

.card .more {
  background: linear-gradient(90deg, #fe676e 0%, #fd8f52 95.31%);
  border-radius: 8px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fffdfc;
  height: 44px;
  position: absolute;
  bottom: 36px;
}

.cat-cards {
  padding-top: 30px;
}

.cat-card {
  background-color: #fff7f1;
}

.cat-row {
  display: flex;
  align-items: flex-end;
}

.card-wrap {
  max-width: 122rem;
  box-sizing: border-box;
  margin: auto;
  padding: 28px 20px;
}

.school .cat-card {
  background-color: #fff;
}

.school .cat-card:nth-child(2n) {
  background-color: #fff7f1;
}

.cat-card:nth-child(2n) {
  background-color: #fff;
}

.cat-card .i-wrap img {
  width: 450px;
}

.cat-card .book {
  background: linear-gradient(90deg, #fe676e 0%, #fd8f52 95.31%);
  border-radius: 8px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fffdfc;
  height: 44px;
  margin-top: 7px;
}

.cat-card h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 11px;
  line-height: 41px;
  letter-spacing: 0.0025em;
  position: relative;
}

.cat-card h3:before {
  content: '';
  height: 2px;
  width: 504px;
  background: rgb(254, 103, 110);
  background: linear-gradient(84deg, rgba(254, 103, 110, 1) 0%, rgba(255, 220, 162, 1) 100%);
  position: absolute;
  bottom: -6px;
  left: 0;
}

.cat-card p {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #5c4d44;
}

.cat-card ul {
  display: flex;
  height: 155px;
  flex-flow: column;
  flex-wrap: wrap;
}

.cat-card ul li {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 14px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #5c4d44;
}

.cat-card ul li img {
  margin-right: 7px;
  margin-top: -3px;
}

.cat-card .text-wrap {
  padding-left: 15px;
}

.cat-card h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 18px;
  line-height: 24px;
  color: #261205;
}

.slider-wrap h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  padding-bottom: 10px;
  letter-spacing: 0.0025em;
  color: #fe7a1f;
}

.slider-wrap p {
  padding-bottom: 0;
}

/* Defines the width of the carousel and centers it on the page */

.slick-carousel {
  margin: 0 auto;
  width: 860px;
  padding: 5px 0;
}

.slick-slide {
  margin: 0 12px;
}

.slide-card {
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(38, 18, 5, 0.15);
  border-radius: 8px;
}

.slide-card img {
  width: 100%;
}

.slide-card h3 {
  padding: 8px 8px 5px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #fe7a1f;
}

.slide-card p {
  padding: 0 8px 20px;
  font-size: 16px;
}

.slick-track {
  padding: 20px 0;
}

.slide-card .smore {
  background: #fe7a1f;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 8px 24px rgba(228, 225, 224, 0.15);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  color: #fffdfc;
}

.slick-arrow {
  position: absolute;
  width: 68px;
}

button:focus {
  outline: 0;
}

.slick-prev {
  left: -121px;
  transform: rotate(180deg);
  top: 140px;
  height: 38px;
  background-color: transparent;
  border: none;
  color: transparent;
  background: url(https://elifelimo.com/fleet-transportation/img/Categories/Icons/Arrow.svg) no-repeat center/cover;
}

.slick-next {
  right: -121px;
  top: 150px;
  height: 38px;
  background-color: transparent;
  border: none;
  color: transparent;
  background: url(https://elifelimo.com/fleet-transportation/img/Categories/Icons/Arrow.svg) no-repeat center/cover;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots button {
  border-radius: 50%;
  background-color: #ffdec7;
  margin: 0 3px;
  font-size: 0;
  width: 16px;
  height: 16px;
  border: none;
  color: transparent;
}

.slick-dots .slick-active button {
  background-color: #fe7a1f;
}

.slider-wrap {
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}

.slider-wrap:before {
  content: url(https://elifelimo.com/fleet-transportation/img/Categories/Icons/Ornament-74.png);
  position: absolute;
  left: 50%;
  transform: translateX(-183%);
  top: 385px;
}

.annotations {
  width: 122rem;
  margin: 2.4rem auto 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 1120px) {
  .limo-li {
    width: 250px !important;
  }
}

@media only screen and (max-width: 1150px) {
  .cards {
    justify-content: center;
  }
  .card:nth-child(3n) {
    margin-right: 23px;
  }
  .card:nth-child(2n) {
    margin-right: 0;
  }
  .cat-card ul {
    height: 180px;
  }
  .cat-card ul li {
    width: 280px;
  }
  .slick-next {
    right: -100px;
  }
  .slick-prev {
    left: -100px;
  }
}

@media only screen and (max-width: 1024px) {
  .cat-card .i-wrap img {
    width: 350px;
  }
  .slick-carousel {
    width: 650px;
  }
  .slick-next {
    right: -50px;
  }
  .slick-prev {
    left: -50px;
  }
}

@media only screen and (max-width: 900px) {
  .cat-card ul li {
    width: 190px;
  }
  .cat-card ul {
    height: 230px;
  }
}

@media only screen and (max-width: 768px) {
  .slider-wrap:before {
    content: url(https://elifelimo.com/fleet-transportation/img/Categories/Icons/Ornament-76.png);
    transform: none;
    left: 0;
    top: unset;
    bottom: 115px;
  }
  .card {
    margin: 44px auto 0 !important;
    width: 288px;
    min-height: 713px;
  }
  .card:last-child .img-wrap {
    padding-bottom: 0;
  }
  .container-fleet {
    padding: 0 16px;
  }
  header .menu {
    display: none;
  }
  .breadcrumbs {
    margin: 0 0 24px;
  }
  .breadcrumbs a {
    font-size: 12px;
    line-height: 15px;
  }
  .breadcrumbs span {
    font-size: 12px;
    line-height: 15px;
  }
  h1 {
    font-size: 32px !important;
    line-height: 39px;
    padding-bottom: 24px;
  }
  .main p {
    font-size: 14px !important;
    line-height: 17px;
    padding-bottom: 15px;
  }
  .heading p:last-child {
    padding-bottom: 0;
  }
  .img-wrap {
    height: 284px;
    padding: 0 0 20px;
  }
  .card p {
    padding-bottom: 35px;
    min-height: 180px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 17px;
  }
  .card-text {
    padding-bottom: 80px;
  }
  .card ul li {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 3px;
  }
  .card .more {
    bottom: 22px;
  }
  .card h3 {
    font-size: 20px !important;
    line-height: 24px;
  }
  /* Category page ///////////////////////////////////// */
  .cat-card h3 {
    font-size: 24px !important;
    line-height: 29px !important;
  }
  .cat-row {
    flex-direction: column;
    align-items: center;
  }
  .cat-card .i-wrap img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .cat-card ul {
    height: auto;
  }
  .cat-card ul li {
    width: 100%;
  }
  .slider-wrap h2 {
    font-size: 32px !important;
    line-height: 39px !important;
    letter-spacing: 0.0025em;
  }
  .slick-carousel {
    width: 500px;
  }
  .slide-card h3 {
    font-size: 18px !important;
    line-height: 22px;
  }
  .slider-wrap p {
    font-size: 16px !important;
  }
  .slider-wrap .slide-card p {
    font-size: 14px !important;
  }
  .cat-card .text-wrap {
    padding-left: 0;
  }
  .card-wrap {
    padding: 28px 15px;
  }
  .annotations {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .cat-card h3:before {
    width: 100%;
  }
  .text-wrap {
    width: 100%;
  }
  .cat-card .book {
    width: 100%;
    max-width: 300px;
  }
  .slick-slide {
    margin: 0 15px 0 0;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slide-card {
    min-width: 210px;
    max-width: 210px;
  }
  .slick-carousel {
    width: auto;
  }
  .slick-track {
    display: flex;
  }
}

.active {
  background-color: transparent !important;
}

.business-dropdown-item:hover,
.top-item-dropdown label:hover {
  background-color: #ebe4e4;
}

.cur-switch-dropdowns img {
  max-width: 118%;
}

.trans-scale {
  transform: scale(1) !important;
}
.amenities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* 2 columns only */
    gap: 10px 70px; /* row-gap and column-gap */
    height: auto !important;
  }

  .amenities li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
  }

  .amenities li i {
    margin-right: 8px;
    color: #e06a6a; /* icon color */
}

@media screen and (min-width: 319px) and (max-width: 767.9px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 33.5%;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 45.5%;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 55.8%;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}