@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.eot");
  src: url("../font/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-Bold.woff2") format("woff2"),
    url("../font/Poppins-Bold.woff") format("woff"),
    url("../font/Poppins-Bold.ttf") format("truetype"),
    url("../font/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-ExtraBold.eot");
  src: url("../font/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-ExtraBold.woff2") format("woff2"),
    url("../font/Poppins-ExtraBold.woff") format("woff"),
    url("../font/Poppins-ExtraBold.ttf") format("truetype"),
    url("../font/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.eot");
  src: url("../font/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-Medium.woff2") format("woff2"),
    url("../font/Poppins-Medium.woff") format("woff"),
    url("../font/Poppins-Medium.ttf") format("truetype"),
    url("../font/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.eot");
  src: url("../font/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-SemiBold.woff2") format("woff2"),
    url("../font/Poppins-SemiBold.woff") format("woff"),
    url("../font/Poppins-SemiBold.ttf") format("truetype"),
    url("../font/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Thin.eot");
  src: url("../font/Poppins-Thin.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-Thin.woff2") format("woff2"),
    url("../font/Poppins-Thin.woff") format("woff"),
    url("../font/Poppins-Thin.ttf") format("truetype"),
    url("../font/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.eot");
  src: url("../font/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-Regular.woff2") format("woff2"),
    url("../font/Poppins-Regular.woff") format("woff"),
    url("../font/Poppins-Regular.ttf") format("truetype"),
    url("../font/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Black.eot");
  src: url("../font/Poppins-Black.eot?#iefix") format("embedded-opentype"),
    url("../font/Poppins-Black.woff2") format("woff2"),
    url("../font/Poppins-Black.woff") format("woff"),
    url("../font/Poppins-Black.ttf") format("truetype"),
    url("../font/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Poppins";
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 31px;
  width: 31px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #83489c;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-slide {
  padding: 0 15px;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border: none;
  background-color: #83489c;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #83489c;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

ul.slick-dots li {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.logo_bx img {
  max-width: 180px;
}
.right_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  position: inherit;
}
.bottom_head {
  display: flex;
  justify-content: space-between;
  position: inherit;
}

.logo_bx {
  max-width: 256px;
}
.logo_bx a.logo {
  display: inline-block;
  margin: 0;
}
section {
  padding: 80px 0;
}
.common_btn {
  background-color: transparent;
  padding: 12px 20px;
  display: inline-flex;
  text-decoration: none;
  border: 1px solid #000;
  transition: all ease 0.5s;
  border-radius: 7px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}
.common_btn:hover {
  background-color: #83489c;
  color: #fff;
  border-color: #83489c;
}
.common_btn.stroke-white {
  color: #fff;
  border-color: #fff;
}
.common_btn.stroke-white:hover {
  background-color: #fff;
  color: #83489c;
}
.common_btn.dark_btn {
  background-color: #83489c;
  border-color: #83489c;
  color: #ffffff;
}
.common_btn.dark_btn:hover {
  background-color: #000;
  border-color: #000;
}
p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}
.container {
  max-width: 1340px;
  margin: auto;
  width: 100%;
}
.main_header {
  padding: 20px 0px;
}
header#header {
  position: relative;
  z-index: 99;
}
.navbar-nav ul#menu-main-menu {
  display: flex;
  gap: 22px;
}
.navbar-nav ul#menu-main-menu li.menu-item a {
  text-decoration: none;
  text-transform: capitalize;
  transition: all ease 0.5s;
  border-bottom: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding: 35px 0;
  letter-spacing: 0;
}
.number_ham {
  display: flex;
  align-items: center;
  gap: 16px;
}
.right_btn nav#navbar {
  padding: 0 16px 0 0;
  border-right: 1px solid #0000003d;
  position: inherit;
}
.contact_no a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

/* Sidebar CSS */
.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 100%;
  padding: 50px 36px;
  height: 100%;
  display: block;
  background-color: #fff;
  /* backdrop-filter: blur(7px); */
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
  align-items: center;
  justify-content: center;
}
.side-bar.header-one {
  background-color: #f5f5f5;
}
.side-bar.show {
  right: 0;
  overflow-y: auto;
}
.side-bar .inner {
  padding: 0;
  text-align: center;
}
.inner-main-wrapper-desk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.side-bar-logo {
  max-width: 400px;
  margin-inline: auto;
}
.adress-bx {
  max-width: 400px;
  margin-inline: auto;
  width: 100%;
  text-align: left;
}
.side-bar .adress p {
  color: #000000;
  font-size: 20px;
  margin: 0;
}

.side-bar .adress.social_links {
  margin-top: 0;
  gap: 0;
}

.side-bar .adress.social_links a {
  height: 40px;
  width: 40px;
  color: #83489c;
  border: 1px solid #83489c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar .adress h2 {
  position: relative;
  font-size: 22px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: 500;
}
.social_links ul {
  display: flex;
  gap: 15px;
  padding: 0;
  list-style: none;
  margin: 0;
}
.social_links ul li a {
  display: flex;
  align-items: center;
  color: #83489c;
  text-decoration: none;
  font-size: 18px;
  height: 40px;
  width: 40px;
  border: 1px solid #83489c;
}

.social_links ul li a {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #fff;
  border: 0;
}
.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #83489c;
  padding: 6px;
  border: 1px solid #83489c;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-bar button svg {
  width: 22px;
}
.side-bar button svg path {
  fill: #fff;
}
.burger-icon span {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
  width: 83.33333333%;
  background: #000;
  transition: all 400ms ease-in-out;
}
.burger-icon span:nth-child(1) {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
  width: 100%;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
  width: 58.33333333%;
  transition: all 100ms ease-in-out;
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    600ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}
.burger-icon {
  width: 36px;
  cursor: pointer;
}
.adress {
  flex-direction: column;
  display: flex;
  gap: 20px;
  margin: 0 0 30px 0;
}
.adress svg {
  width: 25px;
  fill: #9e1f22;
  height: auto;
}
.adress svg path {
  fill: #83489c;
}
.side-bar .adress p a {
  font-size: 18px;
  list-style: none;
  text-decoration: none;
  color: #000000;
}
.section_title h2,
.section_title h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #83489c;
  margin: 0;
  text-transform: capitalize;
}
.about_text h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #c265a8;
  margin: 20px 0 10px 0;
}
ul.about_work {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 30px 0;
  flex-wrap: wrap;
  gap: 20px;
}
ul.about_work li {
  width: calc(50% - 10px);
  padding: 24px 15px;
  text-align: center;
  border: 1px solid #757575;
  border-radius: 25px;
}
ul.about_work li h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #222222;
  margin: 0 0 10px 0;
}
ul.about_work li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #83489c;
}
.we_spe_body {
  margin: 56px 0 0 0;
}
.we_spec_img img {
  width: 100%;
}
.we_spec_text {
  padding: 10px 0 0 0;
}
.we_spec_text h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding: 0 10px 10px 10px;
  margin: 0;
  border-bottom: 1px solid #c265a8;
}
.we_spec_text p {
  padding: 10px;
  margin: 0 0 20px 0;
}
section.we_specilise {
  background-color: #f5f5f5;
}
.view_all {
  text-align: center;
  margin: 40px 0 0 0;
}
.benifit_box {
  text-align: center;
  padding: 10px 40px;
}
.benifit_box h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  max-width: 191px;
  margin: 0 auto;
}
.benifit_box img {
  margin: 0 0 30px 0;
}
.benifit_body {
  margin: 40px 0 0 0;
}
.benifit_box img {
  margin: 0 0 30px 0;
  max-width: 80px;
}
.testimonial_body {
  padding: 45px 0;
  position: relative;
}
.testi_main_slider {
  max-width: 599px;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.google_rating {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}
.google_rating img {
  max-width: 180px;
}
.testimonial_inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}
.testimonial_inner h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin: 22px 0 0 0;
}
section.testimonials .view_all {
  margin: 0;
}
section.testimonials {
  background-color: #f5f5f5;
}
.banner_tile {
  max-width: 678px;
  padding: 50px;
  background: rgba(0, 39, 119, 0.9);
}
section.banner_main {
  position: relative;
}
.banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner_main .container {
  position: relative;
  z-index: 2;
}
.banner_content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #ffffff;
}
.banner_content p {
  color: #fff;
}
.banner_action {
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.banner-video video::-webkit-media-controls {
  display: none !important;
}
section.our_luxury_fleet {
  background-color: #83489c;
}
.item_image img {
  width: 100%;
}
.our_luxury_fleet {
  background-color: #83489c;
}
.our_luxury_fleet h2 {
  color: #fff;
  border-color: #fff;
}
.luxury_catagories {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: 40px 0 30px 0;
}
.luxury_catagories li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 78%;
  text-align: center;
  color: #ffffff;
  padding: 17px 30px;
  transition: all ease 0.5s;
  cursor: pointer;
}
.luxury_catagories li.active {
  background-color: #fff;
  color: #83489c;
}
.item_luxury {
  padding: 10px 10px 20px;
  background-color: #fff;
  text-decoration: none;
}
.item_luxury h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin: 0;
  text-align: left;
  padding: 10px;
}
span.seating_cap {
  position: absolute;
  background: #c265a8;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  top: 10px;
  right: 10px;
}
.item_image {
  position: relative;
}
.luxury_items .row {
  row-gap: 25px;
}
section.premium_fleet {
  background-image: url(../images/premium_bg.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}
.premium_text h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #c265a8;
  margin: 0 0 10px 0;
}
.premium_text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 0 0 10px 0;
}
.premium_text {
  max-width: 440px;
}
.good_time .good_time_text h3 {
  color: #000;
}
.good_time .good_time_text p {
  color: #000;
}
.premium_text p {
  color: #fff;
  margin-bottom: 15px;
}
.action_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.premiun_selection {
  background: rgba(0, 39, 119, 0.8);
}
.car_slider_img {
  padding: 0;
  text-align: center;
}
.car_slider_img img {
  max-width: 417px;
  aspect-ratio: 417/230;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  width: 100%;
}
.premiun_car_head {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 26px 0;
}
.premiun_car_head span.seating_cap {
  position: initial;
  color: #002777;
  background-color: #fff;
}
.premiun_car_head h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
  width: calc(100% - 100px);
}
.car_tile_select h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #c265a8;
  margin: 0 0 10px 0;
}
ul.car_features_list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.car_tile_select ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features_car_main {
  margin: 0 0 10px 0;
}
ul.car_features_list li {
  width: calc(50% - 10px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
  padding: 0 0 0 16px;
}
ul.car_features_list li::after {
  width: 5px;
  height: 5px;
  background-color: #fff;
  content: "";
  top: 10px;
  left: 0;
  position: absolute;
  border-radius: 100%;
}
.perfect_car_main {
  margin: 0 0 20px 0;
}
ul.perfect_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
ul.perfect_list li {
  width: calc(33.33% - 10.66px);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 100px;
}
section.width: 90%;_time img {
  width: 100%;
  border-radius: 25px;
}
.width: 90%;_limo_hori {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.width: 90%;_limo_hori img {
  aspect-ratio: 323/240;
  object-fit: cover;
}
.width: 90%;_limo_img {
  height: 100%;
}
.width: 90%;_limo_img img {
  height: 100%;
  object-fit: cover;
}
.premium_text.width: 90%;_time_text h3,
.premium_text.width: 90%;_time_text p {
  color: #000;
}
section.your_benifits.why_choose {
  background-image: url(../images/why_choose.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
section.your_benifits.why_choose img {
  margin: 0 0 25px 0;
}
section.your_benifits.why_choose h5.text-white {
  max-width: 200px;
}
ul.accomplish_img {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  justify-content: space-between;
  gap: 30px;
}
ul.accomplish_img li {
  width: calc(25% - 71px);
}
ul.accomplish_img li img {
  width: 100%;
}
.post_image img {
  width: 100%;
}
.insta_post {
  margin: 70px 0 0 0;
}
section.insta_feed {
  background-color: #002777;
}
.about_text {
  max-width: 442px;
}
.get_quote {
  padding: 50px 40px 70px 40px;
  background-color: #002777;
}
.get_quote_head h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #c265a8;
  margin: 0 0 10px 0;
}
.get_quote_head h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.get_quote_head p {
  color: #fff;
}
.get_quote_head {
  margin: 0 0 54px 0;
}
.input_field input,
.input_field select {
  padding: 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c265a8;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  outline: none;
  width: 100%;
}
form#contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
  justify-content: space-between;
}
form#contact-form .input_field {
  width: 100%;
}
.input_field input {
  width: 100%;
}
form#contact-form .input_field {
 width: calc(52% - 20px);
}
.input_field input::placeholder {
  color: #fff;
}
.input_field select option {
  color: #000;
}
.insta_post .row {
  row-gap: 25px;
}
footer {
  padding-top: 80px;
}
.footer_in h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #83489c;
  margin-bottom: 10px;
}
.footer_in h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #83489c;
  margin-bottom: 30px;
}
ul.useful_link {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
ul.useful_link li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: none;
}
.address_main h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.address_main {
  margin: 0 0 20px 0;
}
ul.call_us {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.call_us li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.luxury_fleet_foot {
  text-align: center;
  border-left: 1px solid hsl(282deg 37% 45% / 50%);
  border-right: 1px solid hsl(282deg 37% 45% / 50%);
  height: 100%;
}
.luxury_fleet_foot .footer_in {
  display: inline-block;
  text-align: left;
}
ul.social_links {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 20px;
}
.copy_right_bar {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid hsl(282deg 37% 45% / 50%);
}
ul.social_links a svg path {
  fill: #000;
}
.copy_right_bar a {
  color: #000;
  text-decoration: none;
}
.copy_right_bar .social_links a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #83489c;
  color: #83489c;
}
form#contact-form button {
  background-color: transparent;
  padding: 12px 20px;
  display: inline-flex;
  text-decoration: none;
  border: 1px solid #000;
  transition: all ease 0.5s;
  border-radius: 7px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
  background-color: #83489c;
  border-color: #83489c;
  color: #ffffff;
  margin: 20px 0 0 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input#date-picker {
  background-image: url(../images/calendar.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.recent_slide_btn {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 20px 20px;
}
.recent_slide_btn button.slick-arrow {
  position: initial;
  margin: 0;
  transform: none;
  width: 30px;
  height: 30px;
  background: #c265a8;
  color: #fff;
}
.recent_slide_btn button.slick-arrow::before {
  display: none;
}
.recent_slide_btn button.slick-arrow svg path {
  fill: #fff;
}
.car_tile_select {
  padding: 20px;
  padding-bottom: 0;
}
.banner_bg_slider {
  height: 100%;
}
.banner_bg_slider .slick-list {
  height: 100%;
}
.banner_bg_slider .slick-track {
  height: 100%;
}
.we_spe_body .row {
  row-gap: 25px;
}

.top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega_menu_dropdown {
  position: static !important;
}

.mega_menu {
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
  box-shadow: 0px 0 5px 1px rgb(91 86 86 / 40%);
  position: absolute;
  align-items: flex-start;
}

.mega_menu_2 .mega_menu:before {
  display: block;
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #83489c;
  position: absolute;
  top: -13px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mega_menu_2 .mega_menu.arrow_2:before {
  left: 68%;
}

.mega_menu_2 .mega_menu.arrow_3:before {
  left: 76%;
}

.main_menu ul li .mega_menu_item a {
  padding: 10px 0;
  display: block;

  text-align: left;
  flex: 0 0 100%;
  text-transform: capitalize;
  position: relative;
  color: #000 !important;
  border-bottom: 1px solid #eee;
}

.main_menu ul li .mega_menu_item a:hover {
  color: #ff0000;
}

.mega_menu_item h3 {
  margin-bottom: 15px;
  text-align: left;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  align-items: center;
  font-size: 29px;
  border-bottom: 1px solid rgb(131 72 156 / 50%);
  padding-bottom: 10px;
  width: 100%;
  flex: 0 0 100%;
  text-transform: capitalize;
  color: #83489c;
  font-weight: 500;
}

.mega_menu_img {
  max-height: 290px;
}

.mega_menu_item img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.mega_menu_2 .mega_menu {
  width: 100%;
  border-top: 2px solid #83489c;
  right: 12px;
  flex-wrap: nowrap;
  top: 100%;
  max-width: 1130px;
  padding: 0px 15px 0px 15px;
  align-items: center;
  z-index: 9;
  left: auto;
  transform: translate(-0%, -0%);
  margin-inline: auto;
}

.mobile_btn {
  display: none;
}

@media (min-width: 768px) {
  .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
  }

  .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
  }

  .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
  }
}

@media (max-width: 767.98px) {
  .mega_menu_2 .mega_menu,
  .container {
    width: 100%;
  }

  nav {
    padding: 15px;
  }

  .mobile_btn {
    cursor: pointer;
    display: block;
  }

  .main_menu {
    display: none;
    width: 100%;
  }

  .main_menu ul li {
    display: block;
  }

  .main_menu ul li a i {
    float: right;
  }

  .main_menu ul li a {
    border-bottom: 1px solid #ddd;
  }

  .main_menu ul li ul {
    width: 100%;
  }

  .main_menu ul li ul li ul {
    left: 0;
    top: auto;
  }

  .mega_menu .mega_menu_item {
    width: 50%;
  }

  .main_menu ul li ul {
    display: none;
    transition: none;
  }

  .main_menu ul li .mega_menu {
    display: none;
    transition: none;
  }

  .mega_menu_2 .mega_menu {
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .mega_menu .mega_menu_item {
    width: 100%;
  }
}

.mega_menu p {
  white-space: normal;
}

.right-side-bx {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 9px;
}

#btn-bx2 a {
  padding: 10px 15px !important;
  width: max-content;
}

.mega_menu_item a {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  width: 100%;
  position: relative;
  letter-spacing: 1px;
  font-size: 15px;
  display: flex;
  align-items: start;
}

.inner-menu a {
  background: transparent !important;
  color: #000 !important;
  font-size: 15px;
}

.mega_menu_item a:hover {
  color: #83489c !important;
}

/* .mega_menu_item a::before {
    height: 13px;
    width: 13px;
    transition: 0.3s;
    position: absolute;
    content: '';
    background-color: #83489c;
    left: 3px;
    top: 5px;
    border-radius: 100%;
    border: 2px solid #fff;
    outline: 2px solid #83489c;
} */
.mega_menu_item a::before {
  transition: 0.3s;
  position: absolute;
  content: "\f105";
  left: 3px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #83489c;
}
.mega_menu_item a {
  white-space: normal;
  position: relative;
  text-transform: capitalize;
  padding-left: 19px !important;
  padding-block: 0 !important;
  margin-bottom: 15px;
}

div#nav-menu {
  width: 100%;
  display: flex;
  gap: 25px;
}

.mega_menu_item {
  width: 100%;
  padding: 14px 0px;
  display: flex;
  flex-wrap: wrap;
}

.mega_menu_item + .mega_menu_item {
  width: calc(100% - 66%);
}

.inner-menu {
  width: 100%;
}

.inner-menu a i {
  transform: scaleX(-1);
}

.mega_menu_img {
  background: gray;
  width: 100%;
  height: 330px;
}

.mega_menu {
  display: none;
}

.mega_menu_dropdown:hover .mega_menu {
  display: flex !important;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.inner-title .inner-title-btn {
  display: flex;
  align-items: center;
  gap: 7px;
}

div#fleet-mega-menu div#nav-menu {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
}
div#fleet-mega-menu div#nav-menu .inner-menu {
  position: relative;
}
#full-menu div#nav-menu .inner-menu {
  position: relative;
}
div#fleet-mega-menu div#nav-menu .inner-menu:after,
#full-menu div#nav-menu .inner-menu:after
 {
  content: "";
  background: #83489c47;
  position: absolute;
  right: -5%;
  height: 100%;
  width: 1px;
  top: 0;
}
#full-menu div#nav-menu .inner-menu:after {
  right: 13%;
}
div#fleet-mega-menu div#nav-menu .inner-menu:last-child:after,
#full-menu div#nav-menu .inner-menu:last-child:after {
  display: none;
}

.luxury_categories {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 50px 0;
  border: none;
}

.luxury_categories li button {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 15px 30px;
  transition: all ease 0.5s;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0 !important;
}

.luxury_categories li button.active {
  background-color: #fff;
  color: #83489c;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}

.fleet_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.luxury_body {
  margin-top: 50px;
}

#full-menu .mega_menu:before {
  display: block;
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #83489c;
  position: absolute;
  top: -13px;
  left: 30%;
}

.number a.common_btn.dark_btn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.toll-free p {
  margin: 0;
  font-weight: 600;
  color: #83489c;
}
.toll-free a {
  display: block;
  margin-bottom: 25px;
  font-size: 30px;
  color: #c265a8;
  font-weight: 600;
}

/*--------------------------------------------------------------
 # testimonials Css
--------------------------------------------------------------*/

.testimonials-new {
  position: relative;
  background: #f5f5f5;
}
.testimonials-new .section_title {
  margin-bottom: 30px;
}
.testimonials-new .section-title p {
  margin-top: 15px;
  max-width: 350px;
}

.testimonials-new .testimonials-item {
  position: relative;
  z-index: 1;
}

.testimonials-new .testimonials-item .testimonials-item-wrap {
  border: 1px solid #f0f5ff;
  z-index: 1;
  position: relative;
  display: block;
  border-radius: 25px;
}

.testimonials-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonials-new .btn_bx {
  text-align: center;
  margin-top: 50px;
}

.testimonials-new .slick-list.draggable {
  padding: 0;
}

.testimonials-new .section-title {
  margin-bottom: 30px;
}

.testimonials-new .slick-arrow.slick-prev {
  left: 0;
}

.testimonials-new .slick-arrow.slick-next {
  right: 0;
}

.goggle-img {
  background: #ffffff;
  border-radius: 0;
  padding: 5px;
  width: 36px;
  height: 36px;
}

.testimonials-auther-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #c265a8;
  text-align: center;
}

.testimonials-new .pbmit-featured-wrapper {
  width: 80px;
}

.testimonials-new .pbmit-featured-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonials-new .testimonials-auther-content {
  margin-left: 0;
  text-align: center;
}

.testimonials-new .testimonials-auther-content p {
  margin-top: 5px;
  margin-bottom: 0;
}

.testimonials-new .slick-initialized .slick-slide {
  padding: 0 15px;
}

.testimonials-new .testimonials-item-desc p {
  font-size: 16px;
  margin: 30px 0;
  border: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-inline: auto;
  text-align: center;
}

.testimonials-slider {
  padding: 0 50px;
  max-width: 850px;
  margin-inline: auto;
}

.testimonials-slider-new .slick-track {
  padding-top: 15px;
}

.testimonials-new .testimonials-star-ratings {
  color: #ffcc00;
}
.testimonials-new .btn-bx {
  margin-top: 25px;
}

.mobile-top-bar {
  display: none;
}
.mob-menu-header-holder {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .mobile-top-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .mobile-top-bar a:hover {
    color: #fff;
  }
  .mobile-top-bar a:focus {
    color: #fff;
  }

  .mobile-top-bar a {
    background: #002777;
    padding: 12px 0px;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
  }
  .mobile-top-bar a + a {
    background: #6a4395;
  }

  .right_btn {
    display: none;
  }
  .banner_content h1 {
    font-size: 54px;
    line-height: 65px;
  }
  .get_quote {
    padding: 40px 30px 60px 30px;
    background-color: #002777;
  }
  .get_quote_head h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .get_quote_head {
    margin: 0 0 34px 0;
  }
  ul.about_work li h4 {
    font-size: 30px;
    line-height: 40px;
  }
  a.common_btn {
    padding: 10px 18px;
  }
  .benifit_box {
    padding: 10px 10px;
  }
  .benifit_box img {
    margin: 0 0 15px 0;
    max-width: 70px;
  }
  .benifit_box h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .benifit_body {
    margin: 30px 0 0 0;
  }
  .view_all {
    margin: 30px 0 0 0;
  }
  ul.luxury_catagories {
    gap: 20px 15px;
  }
  ul.luxury_catagories li {
    font-size: 16px;
    line-height: 78%;
    padding: 15px 22px;
  }
  .item_luxury h4 {
    padding: 10px 0 0 0;
  }
  .item_luxury {
    height: 100%;
  }
  span.seating_cap {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 24px;
    gap: 3px;
  }
  .premiun_car_head h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .premiun_car_head {
    margin: 0 0 20px 0;
  }
  .car_tile_select h6 {
    font-size: 16px;
    line-height: 24px;
  }
  ul.perfect_list {
    gap: 8px;
  }
  ul.perfect_list li {
    font-size: 12px;
    line-height: 21px;
  }
  ul.car_features_list li {
    font-size: 14px;
    line-height: 22px;
  }
  div#side-bar {
    display: none;
  }
  .mob-expand-submenu i {
    left: 1px !important;
    top: 0px !important;
  }
  .mobmenur-container {
    position: absolute;
    right: 0px;
    top: 4em !important;
    background: #fcc95a;
    height: 45px;
    width: 45px;
    display: grid;
    place-items: center;
    margin-right: 4% !important;
    font-size: 10px !important;
  }
  #mobmenuright a {
    text-decoration: none;
    text-transform: capitalize !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 10px !important;
    letter-spacing: 0 !important;
    border-bottom: 1px solid #ffffff14 !important;
    font-family: "Poppins" !important;
  }
  .menu-item-872 {
    position: relative;
  }
  .mobmenu-right-panel .mob-cancel-button {
    color: #ffffff !important;
    height: 35px;
    width: 35px;
    background: #6a4395;
    font-size: 25px !important;
    display: grid !important;
    place-content: center;
    text-decoration: none !important;
  }
  .mobmenu-right-panel {
    background-color: #1d1d1d !important;
  }
  .mob-icon-menu:before {
    margin: 0 !important;
  }
  .mobmenu r-container i {
    color: #ffffff !important;
  }
  .mobmenu-content li {
    padding: 0 !important;
  }
  ul#mobmenuright {
    margin-top: 35px !important;
  }
  .mob-menu-logo-holder {
    display: none !important;
  }
  .mob-menu-header-holder.mobmenu {
    background: transparent !important;
    display: block !important;
    position: absolute;
  }
  .mobmenu .headertext {
    display: none;
  }
  body.mob-menu-slideout-over {
    padding: 0px !important;
  }
  .mobmenu-content #mobmenuright > li > a:hover {
    background-color: transparent !important;
  }
  .mobmenu-content #mobmenuright .sub-menu {
    background-color: #011e58 !important;
  }
  .mob-expand-submenu {
    position: relative !important;
    right: 0px !important;
    float: right !important;
    height: 25px;
    width: 25px;
    display: grid;
    place-content: center;
    top: 1px !important;
    background: #6a4395 !important;
    border-radius: 50%;
    z-index: 777 !important;
    left: auto !important;
  }
  .mobmenu-right-panel .mobmenu-right-bt {
    text-decoration: none !important;
  }
  .mobmenu-content #mobmenuright li:hover {
    background-color: #6a4395 !important;
  }
  .mob-expand-submenu i {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-top: 1px !important;
  }
  .mob-menu-header-holder.mobmenu.mob-menu-header-holder.mobmenu {
    /* z-index: 99999999 !important; */
    position: absolute !important;
    inset: 0 auto auto auto !important;
    height: 0px;
  }
  .mob-menu-header-holder.mobmenu {
    background: transparent !important;
    display: block !important;
  }
  .mobmenur-container.mobmenur-container.mobmenur-container.mobmenur-container {
    position: absolute;
    right: 0px;
    top: 65px !important;
    background: #6a4395;
    height: 35px;
    width: 35px;
    display: grid;
    place-items: center;
    margin-right: 4% !important;
    font-size: 10px !important;
  }
  .mobmenu-content li {
    border: 0px !important;
  }
  .mobmenu-right-panel {
    background-color: #002777 !important;
  }
}

@media only screen and (max-width: 991.5px) {
  .form-bootom-bx .input_field {
    width: max-content !important;
  }
  .form-bootom-bx {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
  }
  .top-inner-cn {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .inner-testimonials-slider h3 {
    text-align: center;
  }

  .inner-testimonials-slider p {
    width: 100%;
    text-align: center;
    max-width: 900px;
    margin-inline: auto;
  }

  .inner-testimonials .row {
    row-gap: 30px;
  }
  .inner-testimonials .section_title h2,
  .section_title h1 {
    width: 100%;
    text-align: center;
  }
  .chars-limit {
    flex-direction: column !important;
  }
  .inner-testimonials-img img {
    width: 100%;
    max-width: 100%;
  }
  .section-design-4 .row {
    row-gap: 25px;
  }
  .section-design-3 {
    padding: 50px 0px;
  }
  .section-design-4 {
    padding: 50px 0px;
  }
  .design-4-img img {
    width: 100%;
  }
  .design-3-img img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section.text-center-section {
    padding: 50px 0px;
  }
  .top-inner-form {
    padding: 25px;
    background: #002777;
    width: 100%;
    max-width: calc(100% - 13%);
    margin-inline: auto;
    margin-top: 30px;
  }
  .top-form-bx:after {
    display: none;
  }
  .banner_tile .slick-slide {
    padding: 0;
  }
  .banner_bg_slide.slick-slide {
    padding: 0;
  }
  .luxury_categories {
    overflow: scroll;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .fleet_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .luxury_categories li button {
    padding: 7px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
  ul.about_work {
    max-width: 450px;
  }
  .about_text {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .premium_text {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  ul.accomplish_img li button {
    width: calc(25% - 34px);
  }
  ul.luxury_catagories {
    flex-wrap: initial;
    overflow: auto;
  }
  .luxury_body {
    overflow: auto;
  }
  ul.luxury_catagories li {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner_tile {
    padding: 15px;
  }
  .banner_content h1 {
    font-size: 38px;
    line-height: 45px;
  }
  .premium_text.width: 90%;_time_text {
    margin: 30px 0 0 0;
  }
  section {
    padding: 50px 0;
  }
  .testimonial_inner p {
    font-size: 16px;
    line-height: 26px;
  }
  .we_spe_body {
    margin: 36px 0 0 0;
  }
  .main_header {
    padding: 19px 20px;
  }
  .insta_post {
    margin: 40px 0 0 0;
  }
  ul.perfect_list li {
    width: calc(50% - 10px);
  }
  .luxury_fleet_foot {
    text-align: left;
    margin: 20px 0;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #83489c;
    border-bottom: 1px solid #83489c;
    height: auto;
  }
  footer {
    padding: 40px 0 0;
  }
  .copy_right_bar {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 15px;
  }
  .footer_in h6 {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .inner-testimonials-slider p {
    font-size: 17px !important;
  }
  .top-inner-form .btn-bx {
    margin-top: 15px;
  }
  .luxury_categories {
    justify-content: center;
    margin: 30px 0px !important;
  }
  .conford-list ul.list-style {
    justify-content: start !important;
    align-items: start !important;
    text-align: left !important;
  }
  .design-5-inner-cn {
    padding: 20px !important;
  }
  section.text-center-section {
    padding: 45px 0px;
  }
  .page-id-19597 .g-recaptcha {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-inner-form {
    width: 100%;
    max-width: 100%;
  }
  .inner-testimonials .section_title h2,
  .section_title h1 {
    text-align: left;
  }
  .get_quote {
    padding: 25px;
  }
  .fleet_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  a.common_btn {
    padding: 8px 10px;
    font-size: 14px;
  }
  .banner_tile {
    padding: 15px;
  }
  .banner_content h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .about_text,
  .get_quote_head,
  .we_spec_text,
  .premium_text {
    text-align: center;
  }
  .action_btn {
    justify-content: center;
  }
  ul.perfect_list {
    justify-content: center;
  }
  ul.accomplish_img li {
    width: calc(50% - 10px);
  }
  ul.accomplish_img {
    margin: 30px 0 0 0;
    justify-content: space-between;
    gap: 20px;
    max-width: 380px;
    margin: 0 auto;
  }
  ul.accomplish_img {
    margin-top: 30px !important;
  }
  footer {
    text-align: center;
  }
  .luxury_fleet_foot {
    text-align: center;
  }
  .luxury_fleet_foot .footer_in {
    text-align: center;
  }
  .inner-testimonials-inner-bx .section_title h2 {
    text-align: center;
  }
  .inner-testimonials-slider p {
    font-size: 16px;
    max-width: 286px;
  }
  .logo_bx img {
    max-width: 150px;
  }
  .testimonials-slider {
    padding: 0px;
    max-width: 100%;
  }
  .testimonials-new .testimonials-item-desc p {
    width: 100%;
    max-width: 280px;
  }
  .main_header {
    padding: 15px 9px;
  }
  .get_quote_head h3 {
    font-size: 25px;
  }
  .fleet_grid {
    margin-top: 20px;
  }
}

.services_bnr {
  background: #f5f5f5;
}
.top-inner-img img {
  width: 100%;
}
.top-inner-banner {
  background: rgb(131 72 156 / 20%);
}
.top-inner-cn .section_title {
  margin-bottom: 20px;
}
.top-inner-cn .btm_bx {
  margin-top: 20px;
}
.bg-primary {
}
.bg-blue {
  background-color: #002777;
}
.bg-grey {
  background-color: #f5f5f5;
}
ul.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-style li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
ul.list-style li span {
  font-weight: 600;
  color: #83489c;
}
ul.list-style li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #83489c;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ffffff;
  outline: 2px solid #83489c;
  top: 5px;
  left: 4px;
}
.design-3-inner-cn .section_title {
  margin-bottom: 25px;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.design-5-inner-cn {
  background: #fff;
  padding: 3rem;
}
.design-5-inner-cn .section_title {
  margin-bottom: 20px;
}
.conford-list ul.list-style {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.conford-list ul.list-style li {
  margin-bottom: 0;
}

.conford-list .section_title {
  margin-bottom: 25px;
}
.booking-tips {
  margin-top: 25px;
}
.section_title.text-white h2 {
  color: #fff;
  border-color: #fff;
}
.areas-cta .section_title {
  margin-bottom: 25px;
}
.areas-cta .center-inner-cn p {
  color: #fff;
}
.areas-cta ul.list-style {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.areas-cta ul.list-style li {
  margin-bottom: 0;
  color: #fff;
}
.click-text {
  color: #83489c;
  font-weight: 600;
  text-decoration: none;
}
.design-4-inner-cn .section_title {
  margin-bottom: 25px;
}

.top-inner-form {
  padding: 25px;
}
.top-inner-cn {
  padding-right: 60px;
  padding-left: 60px;
}
.top-inner-form label {
  display: block;
  color: #fff;
}
.top-inner-form .section_title h2 {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.top-inner-form .form-group .form-control {
  height: 40px;
  border-radius: 0;
}
.top-inner-form .form-group {
  margin-bottom: 15px;
}
.top-inner-form .form-group textarea.form-control {
  height: auto;
  max-height: 70px;
}
.common_btn.white_btn {
  border-color: #fff;
  color: #fff;
}
.top-form-bx {
  position: relative;
  padding: 30px 0;
}
.top-form-bx:after {
  content: "";
  background: #002777;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
}
.top-form-bx .container {
  position: relative;
  z-index: 1;
}
.inner-testimonials-inner-bx .section_title {
  margin-bottom: 25px;
}
.inner-testimonials-slider h3 {
  color: #002777;
  font-size: 18px;
}
.inner-testimonials-slider p {
  font-size: 18px;
  line-height: 1.8;
}

.navbar-expand .navbar-nav .dropdown-menu:before {
  display: block;
  background: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #83489c;
  position: absolute;
  top: -13px;
  left: 16%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navbar-expand .navbar-nav .dropdown-menu {
  padding: 5px 5px;
  min-width: 230px;
  border-top: 2px solid #83489c;
  border-radius: 0;
}
.navbar-nav ul#menu-main-menu li.menu-item a.dropdown-item {
  padding: 10px;
  background: #ffffff;
  border-bottom: 1px solid #83489c0f;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-nav ul#menu-main-menu li.menu-item a.dropdown-item:hover {
  background: #83489c;
  color: #fff;
}
@media (min-width: 992px) {
  /* only on desktops */
  .menu-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 40px;
  }
}

.error {
  background: red;
  color: #fff !important;
  display: block;
  padding: 0px 2px;
  font-size: 15px;
}
.g-recaptcha {
  max-height: 60px;
}
.chars-limit {
  display: flex;
  justify-content: space-between;
  margin: 5px 0px;
  color: #fff;
}
.chars-limit i {
  font-size: 15px;
  font-style: normal;
}
.page-id-19597 .g-recaptcha {
  margin-top: 17px;
}

.inner-testimonials .slick-initialized .slick-slide {
  display: block;
  padding-left: 1%;
  padding-right: 1%;
}

.form-bootom-bx {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}
form#contact-form button {
  padding: 12px 10px;
}
form#contact-form button {
  margin-top: 0px !important;
}
.design-4-img img {
    width: 100%;
}






.slider-for img, 
.slider-nav img {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
}

.slider-nav {
  margin-top: 10px;
}

.slider-nav img {
  opacity: 0.6;
  transition: 0.3s;
}

.fleet_imgg .slider-nav .slick-current img {
  opacity: 1;
  /* border: 2px solid #333; */
}

/* Popup Styles */
.fleet_imgg .popup {
  display: none; 
  position: fixed; 
  z-index: 99; 
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}



.close {
  position: absolute;
  top: 20px; 
  right: 40px;
  color: #fff; 
  font-size: 40px;
  cursor: pointer;
}

.pop_img_bx {
      text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.popup-content {
    border-radius: 10px;
    width: 800px;
    height: auto;
    object-fit: cover;
}
.thumb_img {
  overflow: hidden;
}


.page-template-fleet_inner .buttonizer-group-0-0-1 {
  z-index: 0 !important;
}

.form_fleet {
      background-color: #002777;
    padding: 26px;
}
.form_fleet label {
      display: block;
    color: #fff;
  
}

.form_fleet .form-control {
    height: 40px;
    border-radius: 0;
}
.form_fleet .form-group {
    margin-bottom: 15px;
}

.form_fleet .section_title h2 {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}





.inner-banner.overlay-dark {
    background-color: #83489c;
}
section.inner-banner.overlay-dark h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 45px;
}
.icon-bx-wraper {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
}
.icon-bx-wraper {
    border: 0px;
    position: relative;
    padding: 18px;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    background: #ffffff;
    height: 100%;
}
.icon-bx-wraper .icon-bx {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #322f2a;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    flex: 0 0 60px;
    background: #83489c;
}
.icon-bx-wraper .icon-bx i {
    font-size: 26px;
    color: #ffffff;
}
.icon-bx-wraper h5 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 5px;
}
.icon-bx-wraper p {
    color: #000 !important;
    margin: 0;
}

.inner-pages-header {
    position: unset;
    background: #0f0e0e;
}

.icon-content a {
    color: #83489c;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
        text-decoration: none;
}
.icon-content a:hover {
  color: #000;
}

.contact-form-section {
    position: relative;
    background-attachment: fixed;
    background-image: url(https://goodtimelimo.ca/wp-content/uploads/2025/10/Frame-2753.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.cater_form {
    padding: 50px 30px;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 8px #857b7b42;
}
.cater_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}
.cater_form .input_field {
    width: calc(50% - 10px);
}
.cater_form .input_field input,
.cater_form .textarea_field textarea,
.cater_form .input_field select {
    width: 100%;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    border: 1px solid #9b9b9b8a;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    background-color: transparent;
}

.contact-form-section .section-title h2 {
    font-size: 34px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 3px solid #c265a8;
}

.textarea_field {
    width: 100%;
}
textarea#message {
    height: 100px;
}
.limit_box i {
    color: #000 !important;
    font-style: normal;
    text-transform: capitalize;
}
.limit_box span {
    color: #000 !important;
}
.contact-form-section .input_field input::-webkit-input-placeholder {
  color: #1d1d1d85;
}
.contact-form-section .input_field input::-moz-placeholder {
   color: #1d1d1d85;
}
.contact-form-section .form-control:focus{
  box-shadow: none;
}


.map-section {
  padding: 0;
}

.map-section .container {
  width: 100%;
    max-width: 100%;
    padding: 0;
}

.tag .entry-title a {
  text-decoration: none;
  color: #000;
}

.tag .entry-date {
      font-weight: 600;
          margin-bottom: 9px;
}

.blog #primary,
.single-post #primary,
.tag #primary {
      width: 75%;
    padding: 32px 32px 40px 32px;
    border-radius: 7px;
    background-color: #fff;
        border: 1px solid #e8edf5;
        height: max-content
}
.blog .entry-title a,
.single-post .entry-title a {
  color: #000;
  text-decoration: none;
}
.blog .entry-title:not(:first-of-type),
.single-post .entry-title:not(:first-of-type)  {
  margin-top: 16px;
}
.blog article {
  margin-bottom: 25px;
}
.blog article {
     border-bottom: 1px solid #ececf0;
    padding-bottom: 25px;

}
.blog .sidebar-sticky,
.single-post .sidebar-sticky,
.tag .sidebar-sticky  {
      position: sticky;
    top: 50px;
}
.blog .widget-content .wp-block-latest-posts__list a,
.single-post .widget-content .wp-block-latest-posts__list a,
.tag .widget-content .wp-block-latest-posts__list a {
      color: #191514;
    display: block;
    font-size: 15px;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #ececf0;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.blog #block-3,
.single-post #block-3,
.tag #block-3  {
  padding-top: 0;
  padding-bottom: 0;
}
.blog #tag_cloud-1,
.single-post #tag_cloud-1,
.tag #tag_cloud-1 {
  padding-top: 0;
}
.blog .tagcloud a,
.single-post .tagcloud a,
.tag .tagcloud a {
  border: none;
    background-color: transparent;
    padding: 0 21px;
    color: #222;
    display: inline-block;
    font-size: 15px !important;
    line-height: 30px;
    margin-right: 1px;
    margin-bottom: 11px;
    position: relative;
    z-index: 1;
    border: 1px solid #eeecec;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.blog .tagcloud a:hover,
.single-post .tagcloud a:hover,
.tag .tagcloud a:hover  {
  background-color: #c265a8;
  color: #fff;
}
.blog .wp-block-latest-posts__post-title:hover,
.single-post .wp-block-latest-posts__post-title:hover,
.tag  .wp-block-latest-posts__post-title:hover {
  color:#c265a8 !important;
}
.tag .entry-readmore {
    margin-top: 15px;
    font-weight: 700;
        margin-bottom: 12px;
}
.bg-light-green {
background: rgb(131 72 156 / 20%);
}
.bg-light-green h1 {
  text-align: center;
}
.blog .content-container,
.single-post .content-container,
.tag .content-container{
    margin-top: 40px;
    padding-bottom: 70px;
}
.blog .widget-content .wp-block-heading,
.blog .widget-content .widget-title,
.single-post .wp-block-heading,
.single-post .widget-title,
.tag .entry-title {
     font-size: 24px;
    border-bottom: 1px solid #cccccc66;
    padding-bottom: 8px;
}
.blog .widget-content .widget-title,
.single-post .widget-content .widget-title {
  margin-bottom: 33px;
}

.blog .content-container .entry-body .entry-meta,
.single-post .content-container .entry-body .entry-meta {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 16px;
}
.blog .content-container .entry-body .entry-meta li,
.single-post .content-container .entry-body .entry-meta li {
      font-weight: 600;
}
.blog .content-container .entry-body .entry-meta li a,
.single-post .content-container .entry-body .entry-meta li a {
  text-decoration: none;

  transform: all 0.3s ease-in-out;
}
.blog .content-container .entry-body .entry-meta li a:hover,
.single-post  .content-container .entry-body .entry-meta li a:hover {
  color: #83489c;
}
.blog .content-container .entry-body .entry-meta li:not(:first-of-type),
.single-post .content-container .entry-body .entry-meta li:not(:first-of-type) {
      border-left: 1px solid #ccc;
    padding-left: 17px;

}
.blog .entry-readmore {
      margin-top: 15px;
    font-weight: 700;
}
.blog footer,
.single-post footer,
.tag footer,
.page-template-our-fleet footer{
  border-top: 2px solid #83489c;
}

#toc {
  width: 100% !important;
}
#toc .toctitle {
  text-align: left !important;
}
.toc_list li a {
  text-decoration: none;
  font-weight: 500;
  
}
.blog .posts-pagination .page-numbers.current{
background-color: #c265a8;
    color: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 9px;
}
.blog .posts-pagination .page-numbers {
  background-color: #000000a1;
    color: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 9px;
    margin-left: 12px;
    text-decoration: none;
}
.blog .posts-pagination .prev,
.blog .posts-pagination .next {
  position: relative;
}
.blog .posts-pagination .prev:before,
.blog .posts-pagination .next:after {
  content: "";
    position: absolute;
    background-image: url(https://goodtimelimo.ca/wp-content/uploads/2025/10/lyt_arrow.png);
    background-repeat: no-repeat;
    top: 13px;
    left: 14px;
    font-size: 25px;
    width: 30px;
    height: 30px;
}
.blog .posts-pagination .next:after {
    background-image: url(https://goodtimelimo.ca/wp-content/uploads/2025/10/ryt_arrow.png);
    left: 16px;
}
.blog .entry-featured img {
      width: 100%;
    height: 500px;
    object-fit: cover;
}
.blog .entry-date {
      font-size: 15px;
    font-weight: 700;
    margin-top: 11px;
}
.fb-social .fac-facebook-f {
  background-image: url(https://goodtimelimo.ca/wp-content/uploads/2025/10/fb1.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.tw-social .fac-twitter {
  background-image: url(https://goodtimelimo.ca/wp-content/uploads/2025/10/tw2.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
      background-position: left;
}

.in-social .fac-linkedin-in {
  background-image: url(https://goodtimelimo.ca/wp-content/uploads/2025/10/link3.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
      background-position: left;
}

.entry-footer .entry-social {
      display: flex
;
    align-items: center;
        gap: 8px;
}
.entry-footer .entry-social label {
      margin-top: -4px;
}
@media (max-width: 575px) {
  .page-template-fleet_inner .buttonizer-group-0-0-1 {
  z-index: 9 !important;
}

#get-price-form .text-lg-end {
      margin-top: 16px;
}
.popup-content {
  width: 100%;
} 
.fleet_imgg {
    margin-top: 25px;
}
.blog #primary {
width: 90%;
    margin: 0 20px;
}
.blog #secondary {
  width: 90%;
      margin: 35px 0 28px 24px;
}
.blog .posts-pagination .page-numbers {
      margin-left: 3px;
}
}







.page-template-our-fleet  .servic_lst {
  padding-top: 40px;
}


.servic_lst .ser_bx img {
  width: 100%;
}

.servic_lst .ser_bx {
  display: block;
  margin-top: 36px;
  background: #fff;
  padding: 12px;
  border: 1px solid #cccccc52;
  border-radius: 8px;
}
.servic_lst .ser_bx figure {
  overflow: hidden;
}
.servic_lst .ser_bx:hover figure img {
  transform: scale(1.3);
}
.servic_lst .ser_bx figure img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
  object-position: top;
}
.servic_lst .ser_bx h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 7px;
}
.servic_lst a.col-lg-4 {
  text-decoration: none;
}
.servic_lst a.col-lg-4 .ser_bx span {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.servic_lst a.col-lg-4 .ser_bx span:after {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.view_int {
    background-color: #002777;
    color: #fff;
    padding: 6px 11px;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.item_luxury:hover .view_int {
 background-color: #c265a8;
}


.page-id-407 .servic_lst {
  padding-top: 40px;
}

.cta-section-2 .cta-head-2 {
      background-color: #e2d6e7;
    padding: 39px;
}

.cta-section-2 .cta-head-2 .section-title p {
      margin-bottom: 0;
}

.bg-purple {
      background-color: #83489c;
}

.bg-purple .design-4-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.bg-purple .design-4-inner-cn p {
  color: #fff;
}

.simple-logo-carousel .slick-slide {
    margin: 0 10px;
}
.simple-logo-carousel .client-image img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
}
.btm_slider {
  border-bottom: 2px solid #83489c;
}

.client-image {
  text-align: center;
}

.elementor-image-gallery .gallery-item {
  padding: 5px;
}


.testimonials-section2 .test-bx {
  padding: 15px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 100;
  background-color: #fff;
  margin: 15px auto;
}

.testimonials-section2 .content-top {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  border: 1px solid #eee;
  padding: 20px;
  align-items: center;
}

.testimonials-section2 .review-text {
  border: 1px solid #eee;
  padding: 15px;
}

.review-text h4 {
    color: #83489c;
    font-weight: 600;
    font-size: 20px;
}

.testimonials-section2 .icon img {
    padding: 10px;
    height: 55px;
    width: 55px;
    background: #f3f5fe;
}

.rating {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonials-section2 .rating i {
    color: #eab923;
}
.wed_pack .section_title h2 {
      font-size: 36px;
    line-height: 1.4;
}
.wed_pack .section_title h3 {
    font-size: 20px;
    color: #83489c;
}
.plans {
      background: rgb(131 72 156 / 20%);
}
.ct-list-item {
    display: flex;
    gap: 7px;
}
.ct-list-icon i {
  color: #83489c;;
}
.ct-list {
      margin-top: 22px;
}

.ct-list-meta {
      margin-bottom: 14px;
}

.ct-pricing-layout2 {
  background-color: #fff;
  padding: 32px 20px 42px;
  text-align: center;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.11);
  -khtml-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 11px 35px rgba(0, 0, 0, 0.11);
  box-shadow: 0 11px 35px rgba(0, 0, 0, 0.11);
}
.ct-pricing-layout2 .pricing-price {
    font-size: 34px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 17px;
}
.ct-pricing-layout2 .pricing-recommend {
  font-size: 14px;
  color: #83489c;
  font-weight: 700;
}
.ct-pricing-layout2 .pricing-title {
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 25px;
}
.ct-pricing-layout2 .pricing-description {
  color: #666;
  margin-bottom: 11px;
}
.ct-pricing-layout2 .pricing-feature {
font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 24px;
    padding: 0 18px;
    margin-top: 20px;
        min-height: 173px;
}

.item--icon i {
  font-size: 65px;
    color: #83489c;
}

.tag .entry-title h2 a {
  text-decoration: none;
  color: #000;
}

.single-post .entry-blog img,
.tag .entry-featured img {
  width: 100%;
      height: 400px;
          margin-bottom: 14px;
          object-fit: cover;
}
.single-post .entry-featured {
  position: relative;
}
.single-post .entry-featured .entry-category a {
     position: absolute;
    top: 16px;
    right: 10px;
    background-color: #83489c;
    color: #fff;
    padding: 7px 17px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
}

.single-post .entry-content h3,
.single-post .entry-content h4 {
  margin-top: 12px;
}

.nav-post-img {
      margin: 18px 0;
}

.ares_we_list {
  border-bottom: 2px solid #83489c;
    padding-top: 56px;
}
.ares_bx {
  box-shadow: 0 0.25rem 1rem 0 rgb(131 72 156 / 18%);
  border: 1px solid #ebebeb;
  padding: 23px 25px;
  width: 96%;
  margin: auto;
}
.ares_bx ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
      margin-bottom: 0;
}
.ares_bx li{
    width: 25%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}

.ares_bx li::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c265a8;
    top: 5px;
    left: 0;
    transform: rotate(45deg);
}
.ares_bx li a {
  color: #000;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
  text-decoration: none;
}
.ares_bx li::marker {
     font-size: 0;
}
.ares_bx li a:hover {
   color: #c265a8;
   transform: translateX(10px);
}
.page-template-video-fleet .design-3-img,
.page-template-video-fleet .design-4-img  {
  height: 100%;
}
.page-template-video-fleet .design-3-img video,
.page-template-video-fleet .design-4-img video {
      width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-video-fleet .luxury_categories {
      display: flex !important;
    justify-content: center;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 50px 0;
    border: none;
}
.page-template-video-fleet .luxury_categories li button.active {
    background-color: #fff;
    color: #83489c;
}
.page-template-video-fleet .luxury_categories li button {
   font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 15px 30px;
  transition: all ease 0.5s;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0 !important;
      line-height: 1.3;
      box-shadow: none;
}

.video_bnrr {
  position: relative;
  padding: 0;
}
.video_bnrr .video_bx video {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_bnrr .container .row.align-items-center {
  position: absolute;
    top: 0;
    display: flex;
    height: 100%;
}
.video_bnrr .design-5-inner-cn {
  background: rgb(255 255 255 / 80%);
  max-width: 90%;
}
.page-template-video-fleet .our_luxury_fleet {
  margin-top: -20px;
}
.page-template-video-fleet .fleet_grid {
      grid-template-columns: repeat(3, 1fr);
}
.page-template-video-fleet .fleet_grid .item_video video {
      width: 100%;
    height: 250px;
    object-fit: cover;
}

@media (max-width:1366px) {
  .video_bnrr .video_bx video {
        height: 1000px;
  }
}
@media (max-width: 767px) {
  .page-template-video-fleet .fleet_grid {
    grid-template-columns: repeat(1, 1fr);
}
      .video_bnrr .video_bx video {
        height: 1000px;
    }
  .blog #primary, .single-post #primary {
    width: 100%;
  }
  .single-post .entry-blog img {
    height: 300px;
    object-fit: cover;
  }
  .tag #primary {
    width: 100%;
  }
  .tag .sidebar-sticky {
        margin-top: 21px;
  }
  #image-popup .close {
    display: none;
  }
  .ares_bx {
        width: 96%;
    margin: auto;
  }
  .ares_bx li {
        width: 50%;
  }
}