/*-----------------
    11. Home
-----------------------*/
.section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.96px) {
  .section {
    padding: 50px 0;
  }
}

.banner-slider {
  position: relative;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 100px 0 100px;
}

@media (max-width: 991.96px) {
  .banner-slider {
    background: #F2F7F6;
    padding: 70px 0 70px;
  }
}

@media (max-width: 478.98px) {
  .banner-slider {
    padding: 50px 0 50px;
  }
}

.banner-slider .home-banner h1 {
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  font-weight: 700;
  color: #111;
}

.banner-slider .home-banner h1 span {
  color: var(--secondary);
}

.banner-slider .home-banner .banner-imgs img {
  position: relative;
  z-index: 99;
}

@media (max-width: 991.96px) {
  .banner-slider .home-banner .banner-imgs img {
    display: none;
  }
}

.banner-slider .home-banner .explore-text {
  color: var(--primary);
  padding: 15px;
  background: #ffffff;
  border-radius: 70px;
  display: inline-block;
  margin: 0 0 10px;
}

@media (max-width: 991.96px) {
  .banner-slider .home-banner .explore-text {
    padding: 10px 15px;
  }
}

.banner-slider .home-banner .explore-text span {
  color: #EDA600;
}

.banner-slider .home-banner .explore-text span i {
  font-weight: 600;
}

.banner-slider p {
  margin: 0 0 30px;
}

@media (max-width: 991.96px) {
  .banner-slider p {
    font-size: 14px;
  }
}

.search-box-banner {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  padding: 30px;
  z-index: 1;
  position: relative;
  margin: -35px auto auto;
}

@media (max-width: 1399.96px) {
  .search-box-banner {
    padding: 25px;
  }
}

@media (max-width: 991.96px) {
  .search-box-banner {
    padding: 15px 15px 0;
    max-width: 100%;
  }
}

@media (max-width: 767.96px) {
  .search-box-banner {
    padding: 20px;
    max-width: 100%;
  }
}

.search-box-banner ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  outline: none;
}

.search-box-banner .group-img {
  position: relative;
}

.search-box-banner .group-img i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.search-box-banner .group-img input {
  background: #F5F5F5;
  padding: 12px 13px 12px 36px;
  color: #676767;
}

@media (max-width: 991.96px) {
  .search-box-banner .group-img input {
    padding: 10px 10px 10px 35px;
  }
}

.search-box-banner .input-block {
  margin: 0;
  padding: 0 10px;
}

.search-box-banner .input-block label {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 15px;
  color: #111;
}

@media (max-width: 991.96px) {
  .search-box-banner .input-block label {
    font-size: 14px;
  }
}

.search-box-banner .search-btn .search-button {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  box-shadow: inset 0 0 0 #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 10px 12px;
}

.search-box-banner .search-btn .search-button i {
  margin-right: 8px;
}

@media (max-width: 767.96px) {
  .search-box-banner .search-btn .search-button {
    width: 100%;
  }
}

@media (max-width: 991.96px) {
  .search-box-banner .search-btn .search-button {
    padding: 8px 12px;
  }
}

.search-box-banner .search-btn .search-button:hover {
  background-color: #ffffff;
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: var(--primary);
}

.search-box-banner .column-group-last {
  -ms-flex: 13%;
  flex: 13%;
  max-width: 13%;
}

@media (max-width: 991.96px) {
  .search-box-banner .column-group-last {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media (max-width: 767.96px) {
  .search-box-banner .column-group-last {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.search-box-banner .column-group-last:last-child {
  padding-right: 0;
}

.search-box-banner .column-group-last .search-btn {
  margin-top: 30px;
}

@media (max-width: 991.96px) {
  .search-box-banner .column-group-last .search-btn {
    margin: 15px 0 0;
  }
}

@media (max-width: 767.96px) {
  .search-box-banner .column-group-last .search-btn {
    margin: 0;
  }
}

.search-box-banner .column-group-main {
  -ms-flex: 29%;
  flex: 29%;
  max-width: 29%;
}

@media (max-width: 991.96px) {
  .search-box-banner .column-group-main {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.96px) {
  .search-box-banner .column-group-main {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.search-box-banner .column-group-main:last-child {
  padding-right: 0;
}

@media (max-width: 767.96px) {
  .search-box-banner .input-block-wrapp {
    display: block;
  }
}

.section-heading {
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 991.96px) {
  .section-heading {
    margin: 0 0 30px;
  }
}

.section-heading h2 {
  position: relative;
  font-weight: 700;
  margin: 0 0 30px;
}

@media (max-width: 991.96px) {
  .section-heading h2 {
    margin: 0 0 20px;
  }
}

.section-heading h2:after {
  content: "";
  position: absolute;
  background-image: url(../img/bg/title-head.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  height: 11px;
  right: 0;
  bottom: -22px;
  z-index: 99;
}

@media (max-width: 991.96px) {
  .section-heading h2:after {
    bottom: -17px;
  }
}

.section-heading p {
  max-width: 439px;
  margin: auto;
  font-size: 18px;
}

@media (max-width: 991.96px) {
  .section-heading p {
    font-size: 16px;
  }
}

.services {
  padding: 80px 0 56px;
}

@media (max-width: 991.96px) {
  .services {
    padding: 50px 0 36px;
  }
}

.services .service-right {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991.96px) {
  .services .service-right {
    display: none;
  }
}

.rider-status-strip {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-left: auto;
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 0;
  position: fixed;
  top: 85px;
  /* Position below header (header height is 85px) */
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.96px) {
  .rider-status-strip {
    top: 55px;
    /* Adjust for smaller header on mobile */
  }
}

#rider-status-text {
  font-weight: bold;
}

/* Rider Status Toggle with Text Inside */
.rider-status-switch {
  width: 85px !important;
  height: 30px !important;
}

.rider-status-switch .slider {
  background-color: #b3b3b3 !important;
  border-radius: 34px !important;
}

.rider-status-switch .slider:before {
  height: 22px !important;
  width: 22px !important;
  left: 4px !important;
  bottom: 4px !important;
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rider-status-switch input:checked+.slider {
  background-color: #28a745 !important;
}

.rider-status-switch input:checked+.slider:before {
  transform: translateX(55px) !important;
}

.rider-status-switch .slider:after {
  content: 'Offline';
  color: white;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  pointer-events: none;
  transition: all 0.4s ease;
}

.rider-status-switch input:checked+.slider:after {
  content: 'Online';
  left: 12px;
  right: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #28a745;
}

input:focus+.slider {
  box-shadow: 0 0 1px #28a745;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.mobile-booking-navbar {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-booking-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 1000;
  }

  .mobile-booking-navbar .btn {
    border-radius: 0;
  }
}

.status-lists {

  padding-top: 20px;
  /* Adjust this value based on your header and rider status strip height */
  position: relative;
  z-index: 1;
}

.services .services-group {
  padding: 24px;
  border-bottom: 2px solid var(--secondary);
  text-align: center;
  position: relative;
}

.services .services-group::before {
  position: absolute;
  top: 72px;
  right: 0;
  left: calc(50% + 65px);
  Content: "";
  border: 1px dashed #DBDBDB;
  width: calc(100% - 106px);
}

@media (max-width: 767.96px) {
  .services .services-group::before {
    content: none;
  }
}

.services .services-group.service-date {
  border-color: var(--secondary);
}

.services .services-group.service-loc {
  border-color: #FF9307;
}

.services .services-group.service-book {
  border-color: var(--primary);
}

.services .services-group.service-book::before {
  content: none;
}

.services .services-group .services-icon {
  border-radius: 50px;
  margin: 0 0 35px;
  padding: 10px;
  background: #ffffff;
  position: relative;
  z-index: 99;
}

@media (max-width: 991.96px) {
  .services .services-group .services-icon {
    padding: 8px;
  }
}

.services .services-group .services-icon .icon-img {
  border-radius: 50px;
  width: 72px;
  height: 72px;
  padding: 10px;
}

@media (max-width: 991.96px) {
  .services .services-group .services-icon .icon-img {
    padding: 8px;
  }
}

.services .services-group .services-content h3 {
  font-weight: 600;
  margin: 0 0 10px;
}

.services .services-one {
  border-bottom: 2px solid var(--secondary);
}

@media (max-width: 767.96px) {
  .services .services-one {
    border-bottom: 0;
  }
}

.services .services-two {
  border-bottom: 2px solid #FF9307;
}

@media (max-width: 767.96px) {
  .services .services-two {
    border-bottom: 0;
  }
}

.services .services-three {
  border-bottom: 2px solid var(--primary);
}

@media (max-width: 767.96px) {
  .services .services-three {
    border-bottom: 0;
  }
}

.services .services-three:before {
  border: 0;
  width: 0;
}

.popular-services {
  background: #F2F7F6;
}

.popular-services .listing-tabs-group {
  margin: 0 0 40px;
}

@media (max-width: 991.96px) {
  .popular-services .listing-tabs-group {
    margin: 0 0 30px;
  }
}

.popular-services .listing-tabs-group ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.96px) {
  .popular-services .listing-tabs-group ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popular-services .listing-tabs-group ul li a {
    min-width: 120px;
  }
}

.popular-services .listing-tabs-group ul li a {
  background: #ffffff;
  border: 1px solid #F4F4F4;
  padding: 10px 22px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
  color: #676767;
  border-radius: 6px;
}

@media (max-width: 991.96px) {
  .popular-services .listing-tabs-group ul li a {
    padding: 8px 18px;
    font-size: 14px;
    min-width: 120px;
  }
}

.popular-services .listing-tabs-group ul li a.active {
  background: var(--secondary);
  color: #ffffff;
}

.popular-services .listing-tabs-group ul li a:hover {
  background: var(--secondary);
  color: #ffffff;
}

.popular-services .listing-tabs-group ul li a span {
  margin: 0 8px 0 0;
  padding: 10px;
  line-height: 0;
  background: #FCFCFC;
  border: 1px solid #F2F7F6;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.96px) {
  .popular-services .listing-tabs-group ul li a span {
    padding: 8px;
    width: 30px;
    height: 30px;
  }
}

.popular-services .owl-carousel .owl-dots.disabled {
  display: block;
}

.popular-services .owl-carousel .owl-nav.disabled {
  display: block;
}

.popular-services .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  height: 55px;
  width: 55px;
  background: #ffffff !important;
  color: var(--primary);
  margin: auto 0;
  border-radius: 50%;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-services .owl-carousel .owl-prev:hover {
  background: var(--secondary) !important;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-services .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  height: 55px;
  width: 55px;
  background: #ffffff !important;
  color: var(--primary);
  margin: auto 0;
  border-radius: 50%;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-services .owl-carousel .owl-next:hover {
  background: var(--secondary) !important;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-explore {
  padding: 80px 0 56px 0;
}

@media (max-width: 991.96px) {
  .popular-explore {
    padding: 50px 0 26px 0;
  }
}

.listing-item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 0 24px 0;
  padding: 15px;
}

@media (max-width: 991.96px) {
  .listing-item {
    padding: 15px;
  }
}

.listing-item .feature-text {
  width: 100%;
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: #FFF;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}

.listing-item .feature-text span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  inset-inline-end: 0px;
  inset-block-start: 24px;
  transform: rotate(-45deg);
}

.listing-item .listing-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 10px;
}

.listing-item .listing-img img {
  border-radius: 10px;
  width: 100%;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.listing-item .listing-img .featured-text {
  background: #ffffff;
  border-radius: 5px;
  color: #111;
  z-index: 9;
  padding: 1px 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
}

@media (max-width: 991.96px) {
  .listing-item .listing-img .featured-text {
    font-size: 12px;
  }
}

.listing-item .listing-img .img-count {
  border-radius: 43px;
  background: rgba(0, 0, 0, 0.5019607843);
  margin: 0 7px 0 0;
  padding: 2px 6px;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  opacity: 0;
}

.listing-item .listing-img .img-count i {
  font-size: 12px;
  margin-right: 5px;
}

.listing-item .listing-img .fav-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px;
  z-index: 1;
  font-size: 14px;
}

@media (max-width: 991.96px) {
  .listing-item .listing-img .fav-item {
    font-size: 13px;
  }
}

.listing-item .listing-img .fav-item .featured-text {
  background: #ffffff;
  border-radius: 5px;
  min-width: 75px;
  padding: 5px 15px;
  font-size: 14px;
  color: #737373;
}

@media (max-width: 991.96px) {
  .listing-item .listing-img .fav-item .featured-text {
    font-size: 12px;
  }
}

.listing-item .listing-img .fav-item .fav-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #676767;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.listing-item .listing-img .fav-icon.selected,
.listing-item .listing-img .fav-icon:hover {
  background-color: var(--secondary);
  border: 1px solid var(--secondary) !important;
  color: #fff;
}

.listing-item:hover .listing-img img {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.listing-item:hover .listing-title a {
  color: var(--secondary) !important;
}

.listing-item .listing-content {
  margin-top: 15px;
}

.listing-item .listing-content .km-count {
  background: var(--secondary);
  border-radius: 5px;
  padding: 1px 4px;
  font-size: 12px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.listing-item .listing-content .km-count img {
  margin-right: 5px;
  width: auto;
}

.listing-item .listing-content .listing-features {
  position: relative;
  border-bottom: 1px solid #F4F4F4;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.listing-item .listing-content .listing-features .author-img {
  position: absolute;
  top: -35px;
  z-index: 2;
  right: 15px;
  border-radius: 50px;
}

.listing-item .listing-content .listing-features .author-img img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 2px solid #ffffff;
}

.listing-item .listing-content .listing-features .listing-title {
  margin-bottom: 5px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.listing-item .listing-content .listing-features .listing-title a {
  font-weight: 500;
  color: #111;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-features .listing-title a {
    font-size: 18px;
  }
}

.listing-item .listing-content .listing-features h6 {
  font-size: 15px;
  color: #787878;
  font-weight: 400;
}

.listing-item .listing-content .listing-features .list-rating {
  width: calc(100% - 55px);
  overflow: hidden;
  font-size: 14px;
}

.listing-item .listing-content .listing-features .list-rating i {
  color: #DBDBDB;
  font-size: 14px;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-features .list-rating i {
    font-size: 12px;
  }
}

.listing-item .listing-content .listing-features .list-rating i.filled {
  color: #FF9307;
}

.listing-item .listing-content .listing-features .list-rating span {
  color: #676767;
  margin: 0 0 0 5px;
}

.listing-item .listing-content .listing-details-group {
  margin: 0 0 15px;
}

.listing-item .listing-content .listing-details-group ul {
  margin: 0 0 10px;
}

.listing-item .listing-content .listing-details-group ul:last-child {
  margin: 0;
}

.listing-item .listing-content .listing-details-group ul li {
  -ms-flex: 33.33%;
  flex: 33.33%;
  max-width: 33.33%;
}

.listing-item .listing-content .listing-details-group ul li span img {
  line-height: 0;
  width: 16px;
  display: flex;
  justify-content: center;
}

.listing-item .listing-content .listing-details-group ul li p {
  font-size: 14px;
  margin: 0 0 0 5px;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-details-group ul li p {
    font-size: 13px;
  }
}

.listing-item .listing-content .listing-location-details {
  background: #F2F7F6;
  padding: 10px;
  margin: 0 0 15px;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-location-details .listing-price {
    font-size: 13px;
  }
}

.listing-item .listing-content .listing-location-details .listing-price span {
  margin-right: 5px;
  line-height: 0;
}

.listing-item .listing-content .listing-location-details .listing-price {
  font-size: 14px;
}

.listing-item .listing-content .listing-location-details .listing-price h6 {
  font-weight: 700;
  font-size: 24px;
  color: #FF0000;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-location-details .listing-price h6 {
    font-size: 20px;
  }
}

.listing-item .listing-content .listing-location-details .listing-price h6 span {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-location-details .listing-price h6 span {
    font-size: 12px;
  }
}

.listing-item .listing-content .listing-button .btn-order {
  background: var(--primary);
  position: relative;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 7px 10px;
  width: 100%;
}

@media (max-width: 991.96px) {
  .listing-item .listing-content .listing-button .btn-order {
    font-size: 14px;
  }
}

.listing-item .listing-content .listing-button .btn-order span {
  line-height: 0;
}

.listing-item .listing-content .listing-button .btn-order span i {
  line-height: 0;
}

.listing-item:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.listing-item:hover .btn-order {
  background-color: var(--secondary) !important;
  color: #ffffff;
  border-radius: 5px;
}

.listing-item:hover .img-count {
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  opacity: 1;
}

.popular-slider-group {
  margin: 0 0 40px;
}

.popular-slider-group .listing-owl-item .listing-owl-group {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  text-align: center;
}

.popular-slider-group .listing-owl-item .listing-owl-group .listing-owl-img {
  margin: 0 0 20px;
}

.popular-slider-group .listing-owl-item .listing-owl-group .listing-owl-img img {
  width: 90px;
  height: 40px;
  text-align: center;
  margin: auto;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-slider-group .listing-owl-item .listing-owl-group h6 {
  margin: 0 0 5px;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-slider-group .listing-owl-item .listing-owl-group p {
  font-size: 14px;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-slider-group .listing-owl-item .listing-owl-group:hover {
  background-color: var(--secondary);
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-slider-group .listing-owl-item .listing-owl-group:hover .listing-owl-img img {
  filter: invert(1);
}

.popular-slider-group .listing-owl-item .listing-owl-group:hover h6 {
  color: #ffffff;
}

.popular-slider-group .listing-owl-item .listing-owl-group:hover p {
  color: #ffffff;
}

.popular-slider-group .owl-carousel .owl-dots.disabled {
  display: block;
}

.popular-slider-group .owl-carousel .owl-nav.disabled {
  display: block;
}

.popular-slider-group .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  height: 55px;
  width: 55px;
  background: #ffffff !important;
  margin: auto 0;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

@media (max-width: 1199.96px) {
  .popular-slider-group .owl-carousel .owl-prev {
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1199.96px) {
  .popular-slider-group .owl-carousel .owl-prev {
    left: 7px;
  }
}

.popular-slider-group .owl-carousel .owl-prev:hover {
  background: var(--secondary) !important;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.popular-slider-group .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  height: 55px;
  width: 55px;
  background: #ffffff !important;
  margin: auto 0;
  border-radius: 50%;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

@media (max-width: 1199.96px) {
  .popular-slider-group .owl-carousel .owl-next {
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1199.96px) {
  .popular-slider-group .owl-carousel .owl-next {
    right: 7px;
  }
}

.popular-slider-group .owl-carousel .owl-next:hover {
  background: var(--secondary) !important;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.facts-number {
  background: var(--primary);
}

@media (max-width: 991.96px) {
  .facts-number {
    padding-bottom: 35px;
  }
}

.facts-number .section-heading p {
  color: #F5F5F5;
}

.facts-number .facts-left img {
  position: absolute;
  left: -80px;
  top: 10px;
}

@media (max-width: 991.96px) {
  .facts-number .facts-left img {
    display: none;
  }
}

.facts-number .facts-right img {
  position: absolute;
  right: 60px;
  top: 30px;
}

@media (max-width: 991.96px) {
  .facts-number .facts-right img {
    display: none;
  }
}

.facts-number .count-group {
  position: relative;
  width: 100%;
  display: flex;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

@media (max-width: 991.96px) {
  .facts-number .count-group {
    margin: 0 0 15px;
    padding: 15px;
  }
}

.facts-number .count-group:hover {
  top: -10px;
}

.facts-number .count-group:hover .count-img {
  background: var(--secondary);
}

.facts-number .count-group .count-img {
  padding: 24px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

@media (max-width: 991.96px) {
  .facts-number .count-group .count-img {
    padding: 15px;
  }
}

.facts-number .count-group .count-content h4 {
  color: #111;
  font-weight: 700;
  margin: 0;
}

.rental-car-item .fav-item-rental {
  position: absolute;
  top: -28px;
  z-index: 2;
  right: 10px;
  border-radius: 50px;
}

.rental-car-item .fav-item-rental .featured-text {
  background: var(--secondary);
  border-radius: 3px;
  padding: 1px 7px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

.rental-car-item .fav-item-rental .featured-text span {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 991.96px) {
  .rental-car-item .fav-item-rental .featured-text {
    font-size: 14px;
  }
}

.rental-car-item .listing-title {
  margin: 5px 0 0;
}

.rental-car-item .listing-title a {
  font-weight: 700;
  color: var(--primary);
}

.rental-car-item .listing-title h6 {
  font-size: 16px;
  color: var(--primary);
  margin: 5px 0 0;
}

@media (max-width: 991.96px) {
  .rental-car-item .listing-title h6 {
    font-size: 15px;
  }
}

.rental-car-item .listing-title h6 span {
  color: var(--primary);
  font-weight: 400;
}

.why-choose .choose-left {
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 991.96px) {
  .why-choose .choose-left {
    display: none;
  }
}

.why-choose .card {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
}

.why-choose .card .card-body {
  padding: 40px;
}

@media (max-width: 1399.96px) {
  .why-choose .card .card-body {
    padding: 24px;
  }
}

.why-choose .card .card-body .choose-img {
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

@media (max-width: 991.96px) {
  .why-choose .card .card-body .choose-img {
    padding: 15px;
  }
}

.why-choose .card .card-body .choose-img img {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.why-choose .card .card-body .choose-black {
  background: var(--primary);
}

.why-choose .card .card-body .choose-secondary {
  background: var(--secondary);
}

.why-choose .card .card-body .choose-primary {
  background: var(--secondary);
}

.why-choose .card .card-body .choose-content {
  text-align: center;
}

.why-choose .card .card-body .choose-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin: 0 0 20px 0;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

@media (max-width: 991.96px) {
  .why-choose .card .card-body .choose-content h4 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}

.why-choose .card .card-body .choose-content p {
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

.why-choose .card:hover {
  transform: translateY(-10px);
}



.about-testimonial {
  background-image: url(../img/bg/about-testimonial.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991.96px) {
  .about-testimonial {
    background: var(--primary);
  }
}

.about-testimonial .owl-dots {
  text-align: center;
}

.about-testimonial .owl-dots .owl-dot {
  margin: 0 8px 0 0;
}

.about-testimonial .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #DBDBDB;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.about-testimonial .owl-dots .owl-dot.active span {
  background: var(--secondary);
  width: 46px;
  height: 8px;
  border-radius: 40px;
}

.user-app-group {
  background: #111;
  position: relative;
  border-radius: 10px;
  margin: 56px 0 0;
  padding: 80px;
}

@media (max-width: 991.96px) {
  .user-app-group {
    margin: 26px 0 0;
    padding: 40px 40px 25px 40px;
  }
}

.user-app-group .userapp-heading h2 {
  font-weight: 700;
  font-size: 62px;
  color: #ffffff;
  margin: 0 0 15px;
}

@media (max-width: 1399.96px) {
  .user-app-group .userapp-heading h2 {
    font-size: 52px;
  }
}

@media (max-width: 991.96px) {
  .user-app-group .userapp-heading h2 {
    font-size: 32px;
  }
}

.user-app-group .userapp-heading p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 67px;
}

@media (max-width: 1399.96px) {
  .user-app-group .userapp-heading p {
    margin: 0 0 57px;
  }
}

@media (max-width: 991.96px) {
  .user-app-group .userapp-heading p {
    font-size: 16px;
    margin: 0 0 27px;
  }
}

@media (max-width: 767.96px) {
  .user-app-group .userapp-heading .download-btn {
    display: block;
  }
}

.user-app-group .userapp-heading .download-btn .app-avilable {
  margin: 0 7px 0 0;
}

@media (max-width: 991.96px) {
  .user-app-group .userapp-heading .download-btn .app-avilable {
    margin: 0 7px 15px 0;
  }
}

.user-app-group .app-left {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

@media (max-width: 991.96px) {
  .user-app-group .app-left {
    display: none;
  }
}

.user-app-group .app-right {
  position: absolute;
  right: 30%;
  top: 10%;
}

@media (max-width: 991.96px) {
  .user-app-group .app-right {
    display: none;
  }
}

.bg-secondary {
  background: var(--secondary) !important;
}

.border-secondary {
  border: 2px dashed var(--secondary);
}

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

.border-warning {
  border: 2px dashed #FF9307;
}

.bg-dark {
  background: var(--primary);
}

.border-dark {
  border: 2px dashed var(--primary);
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
}

.bootstrap-datetimepicker-widget table .date-widge td {
  padding: 20px;
  width: 100%;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: var(--secondary);
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: var(--secondary);
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  width: 100%;
}

.bootstrap-datetimepicker-widget table td.day {
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
}

.bootstrap-datetimepicker-widget .timepicker-hour table td {
  padding: 20px;
  width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-hour table th {
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
  width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-minute table td {
  padding: 20px;
  width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-minute table th {
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

.img-slider.owl-carousel .owl-stage {
  display: flex;
}

.img-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.img-slider.owl-carousel .owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  border-radius: 40px;
  background: #DBDBDB;
  margin: 0 0 15px 0;
  margin-right: 5px;
}

.img-slider.owl-carousel .owl-dots .owl-dot.active {
  width: 13px;
  height: 4px;
  background: #FF9307;
}

.img-slider.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
}

.img-slider.owl-carousel .owl-nav .owl-next,
.img-slider.owl-carousel .owl-nav .owl-prev {
  height: 16px;
  width: 16px;
  background: rgba(0, 0, 0, 0.5019607843) !important;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  border-radius: 50%;
}

.img-slider.owl-carousel .owl-nav .owl-next i,
.img-slider.owl-carousel .owl-nav .owl-prev i {
  line-height: 16px;
}

.img-slider.owl-carousel .owl-nav .owl-next {
  right: 16px;
}

.img-slider.owl-carousel .owl-nav .owl-prev {
  left: 16px;
}

.img-slider:hover .owl-nav {
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  opacity: 1;
}

.blog-section.news-section .grid-blog {
  margin-bottom: 40px;
}

@media (max-width: 991.96px) {
  .blog-section.news-section .grid-blog {
    margin-bottom: 30px;
  }
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
.hero-sec-main {
  position: relative;
}

@media (max-width: 991.96px) {
  .hero-sec-main {
    background-image: url(../img/bg/home-banner-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.hero-sec-main::after {
  content: "";
  background: linear-gradient(102.39deg, rgba(6, 19, 26, 0.8) 2.09%, rgba(0, 0, 0, 0.64) 81.2%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

@media (max-width: 991.96px) {
  .hero-sec-main::after {
    display: block;
  }
}

.home-two .btn-secondary {
  background: #0A152F;
  border-color: #0A152F;
  border-radius: 5px;
  padding: 7px 20px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 1199.96px) {
  .home-two .btn-secondary {
    padding: 7px 15px;
  }
}

@media (max-width: 575.96px) {
  .home-two .btn-secondary {
    padding: 7px 10px;
    font-size: 15px;
  }
}

.home-two .btn-primary {
  border-radius: 5px;
  padding: 7px 20px;
  font-weight: 500;
}

@media (max-width: 1199.96px) {
  .home-two .btn-primary {
    padding: 7px 15px;
  }
}

@media (max-width: 575.96px) {
  .home-two .btn-primary {
    padding: 7px 10px;
    font-size: 15px;
  }
}

.home-two .btn-primary:active {
  background: var(--secondary);
  border-color: var(--secondary);
}

.home-two h2,
.home-two h3,
.home-two h4,
.home-two h5,
.home-two h6 {
  color: #0A152F;
}

.home-two p {
  color: #676767;
}

.btn-primary:active {
  background: var(--secondary);
  border-color: var(--secondary);
}

.btn.btn-primary:active {
  background: var(--secondary);
  border-color: var(--secondary);
}

.banner-sec-two {
  position: unset;
}

.banner-sec-two .banner-img-slider {
  position: absolute;
  top: 0;
}

@media (max-width: 991.96px) {
  .banner-sec-two .banner-img-slider {
    display: none;
  }
}

.banner-sec-two .banner-img-slider img {
  min-height: 800px;
  object-fit: cover;
}

.banner-sec-two .banner-img-slider::after {
  content: "";
  background: linear-gradient(102.39deg, rgba(6, 19, 26, 0.8) 2.09%, rgba(0, 0, 0, 0.64) 81.2%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-sec-two .banner-img-slider .owl-nav {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}

.banner-sec-two .banner-img-slider .owl-nav button {
  color: #ffffff;
}

.banner-sec-two .banner-img-slider .owl-nav button.owl-prev {
  margin-bottom: 10px;
}

.banner-sec-two .banner-img-slider .owl-nav button:hover {
  color: var(--secondary);
}

.banner-sec-two .home-banner {
  position: relative;
  z-index: 1;
}

@media (max-width: 1399.96px) {
  .banner-sec-two .home-banner {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.banner-sec-two .home-banner .banner-title h1 {
  color: #ffffff;
  letter-spacing: normal;
  text-align: center;
}

.banner-sec-two .home-banner .banner-title h1 span {
  display: block;
}

.banner-sec-two .home-banner .banner-title p {
  color: #ffffff;
  font-size: 18px;
  max-width: 950px;
  text-align: center;
  margin: auto;
}

.banner-sec-two .banner-form form {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 85px;
  max-width: 1067px;
  margin: 30px auto 30px;
  justify-content: space-between;
  padding-bottom: 0;
}

@media (max-width: 991.96px) {
  .banner-sec-two .banner-form form {
    display: block;
    border-radius: 20px;
    padding: 24px;
    padding-bottom: 24px;
  }
}

.banner-sec-two .banner-form form .banner-search-list {
  display: flex;
  align-items: center;
}

@media (max-width: 991.96px) {
  .banner-sec-two .banner-form form .banner-search-list {
    display: block;
  }
}

.banner-sec-two .banner-form form .banner-search-list .input-block {
  padding: 10px 15px;
  margin-right: 20px;
  max-width: 200px;
}

@media (max-width: 1399.96px) {
  .banner-sec-two .banner-form form .banner-search-list .input-block {
    max-width: 180px;
  }
}

@media (max-width: 1199.96px) {
  .banner-sec-two .banner-form form .banner-search-list .input-block {
    padding: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 991.96px) {
  .banner-sec-two .banner-form form .banner-search-list .input-block {
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767.96px) {
  .banner-sec-two .banner-form form .banner-search-list .input-block {
    padding: 0;
  }
}

.banner-sec-two .banner-form form .banner-search-list .input-block label {
  color: #676767;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.banner-sec-two .banner-form form .banner-search-list .input-block label i {
  color: #676767;
  margin-right: 5px;
}

.banner-sec-two .banner-form form .banner-search-list .input-block input {
  height: 24px;
  min-height: 24px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #0A152F;
}

.banner-sec-two .banner-form form .banner-search-list .input-block input::placeholder {
  color: #0A152F;
}

.banner-sec-two .banner-form form .banner-search-list .input-block .select2-container .select2-selection--single {
  height: 24px;
  min-height: 24px;
  background: transparent;
  border: 0;
}

.banner-sec-two .banner-form form .banner-search-list .input-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: transparent;
  line-height: 24px;
  padding: 0;
  color: #0A152F;
}

.banner-sec-two .banner-form form .banner-search-list .input-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
}

.banner-sec-two .banner-form form .input-block-btn {
  margin-bottom: 15px;
}

.banner-sec-two .banner-form form .input-block-btn button {
  padding: 20px 30px;
  border-radius: 80px;
  font-weight: 500;
}

@media (max-width: 991.96px) {
  .banner-sec-two .banner-form form .input-block-btn button {
    padding: 10px 20px;
    width: 100%;
  }
}

@media (max-width: 575.96px) {
  .banner-user-group {
    display: none;
  }
}

.banner-user-group ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-user-group ul::after {
  content: "";
  width: 48px;
  height: 1px;
  background: #ffffff;
  margin-left: 20px;
}

.banner-user-group ul::before {
  content: "";
  width: 48px;
  height: 1px;
  background: #ffffff;
  margin-right: 20px;
}

.banner-user-group ul li a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: -10px;
}

.banner-user-group ul li a img {
  width: 100%;
  border-radius: 50%;
}

.banner-user-group ul li a img:hover {
  position: relative;
}

.banner-user-group ul li:first-child a {
  margin-left: 0;
}

.banner-user-group ul li.users-text {
  margin-left: 15px;
  text-align: left;
}

.banner-user-group ul li.users-text h5 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 3px;
}

.banner-user-group ul li.users-text span {
  display: block;
  color: #ffffff;
}

.video-btn {
  position: absolute;
  right: 50px;
  bottom: 100px;
  z-index: 1;
}

.video-btn h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}

.video-btn a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
}

.video-btn span {
  background: rgba(255, 255, 255, 0.0509803922);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.banner-yacht-type-slider {
  margin-top: -150px;
  margin-bottom: 80px;
}

@media (max-width: 991.96px) {
  .banner-yacht-type-slider {
    margin-bottom: 50px;
  }
}

.banner-yacht-type-slider .slider-card {
  background: #BDE8F5;
  border-radius: 10px;
  padding: 24px 10px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s all;
  position: relative;
}

/* Hover effects removed to keep slider-card colors static */
.banner-yacht-type-slider .slider-card:hover {
  background: inherit;
  transform: none;
}

.banner-yacht-type-slider .slider-card:hover .banner-slider-icon img {
  filter: none;
}

.banner-yacht-type-slider .slider-card .banner-slider-icon span {
  min-width: 62px;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-yacht-type-slider .slider-card .banner-slider-icon span img {
  width: auto;
  transition: 0.5s all;
}

.banner-yacht-type-slider .slider-card h6 {
  color: black;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}

.banner-yacht-type-slider .slider-card.slider-card-active::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1FBC2F;
  position: absolute;
  left: 10px;
  top: 10px;
}

/* Different colors for each slider card using specific classes */
.slider-card-ev {
  background: #fcd68f !important;
  /* Peach */
}

.slider-card-insurance {
  background: #a4d3ff !important;
  /* Light Blue */
}

.slider-card-vehicle {
  background: #ff97c0 !important;
  /* Light Pink */
}

.slider-card-rent {
  background: #76f881 !important;
  /* Light Green */
}

.slider-card-driver {
  background: #fdca78 !important;
  /* Light Orange */
}

.slider-card-garage {
  background: #e872fa !important;
  /* Light Purple */
}

.slider-card-tools {
  background: #5ee8fa !important;
  /* Light Cyan */
}

.slider-card-article {
  background: #f7e652 !important;
  /* Light Yellow */
}

.section-header-two {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991.96px) {
  .section-header-two {
    margin-bottom: 30px;
  }
}

.section-header-two h2 {
  font-size: 38px;
  color: #0A152F;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 991.96px) {
  .section-header-two h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.96px) {
  .section-header-two h2 {
    font-size: 28px;
  }
}

.section-header-two h2::after {
  content: "";
  background-image: url(../img/bg/title-bar.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.section-header-two p {
  color: #676767;
  font-size: 18px;
  max-width: 730px;
  text-align: center;
}

@media (max-width: 991.96px) {
  .section-header-two p {
    font-size: 16px;
  }
}

.yacht-category-sec {
  padding: 80px 0 80px;
  position: relative;
  background: #ffffff;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .yacht-category-sec {
    padding-bottom: 50px;
  }
}

@media (max-width: 767.96px) {
  .yacht-category-sec {
    padding-bottom: 40px;
  }
}

.yacht-category-sec .sec-bg .anchor-img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.yacht-category-sec .sec-bg .vector-round {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: -1;
}

.yacht-category-sec .sec-bg .design-round {
  position: absolute;
  right: 50px;
  top: 120px;
  z-index: -1;
}

.yacht-category-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.yacht-category-sec .sec-round-colors span:first-child {
  right: 40%;
  top: 10%;
}

.yacht-category-sec .sec-round-colors span:nth-child(2) {
  right: 20%;
  bottom: 100px;
}

.yacht-category-sec .sec-round-colors span:nth-child(3) {
  left: 15%;
  top: 30%;
}

.yacht-category-sec .sec-round-colors span:last-child {
  left: 50%;
  bottom: 50px;
}

.yacht-category-sec .view-more-btn {
  margin-top: 16px;
}

.yacht-category-lists .custom-col {
  float: left;
  width: 20%;
}

@media (max-width: 1199.96px) {
  .yacht-category-lists .custom-col {
    width: 25%;
  }
}

@media (max-width: 991.96px) {
  .yacht-category-lists .custom-col {
    width: 50%;
  }
}

@media (max-width: 767.96px) {
  .yacht-category-lists .custom-col {
    width: 50%;
  }
}

@media (max-width: 575.96px) {
  .yacht-category-lists .custom-col {
    width: 100%;
  }
}

.yacht-cat-grid {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 24px;
}

.yacht-cat-grid .yatch-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.yacht-cat-grid .yatch-card-img img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s all;
}

.yacht-cat-grid .yatch-card-img:hover img {
  transform: scale(1.15);
  transition: 0.5s all;
}

.yacht-cat-grid .card-content {
  padding: 15px;
}

.yacht-cat-grid .card-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0A152F;
}

.yacht-cat-grid .card-content h4 a {
  color: #0A152F;
}

.yacht-cat-grid .card-content h4 a:hover {
  color: var(--secondary);
}

@media (max-width: 1399.96px) {
  .yacht-cat-grid .card-content h4 {
    font-size: 16px;
  }
}

.yacht-cat-grid .card-content span {
  color: #676767;
  font-size: 14px;
}

.yacht-cat-grid .card-content .arrow-right {
  color: #DBDBDB;
  transition: 0.5s all;
}

.yacht-cat-grid .card-content .arrow-right:hover {
  color: var(--secondary);
  transition: 0.5s all;
}

.renting-yacht-sec {
  background: #0A152F;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .renting-yacht-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767.96px) {
  .renting-yacht-sec {
    padding: 40px 0 0;
  }
}

.renting-yacht-sec .section-header-two h2 {
  color: #ffffff;
}

.renting-yacht-sec .section-header-two p {
  color: #ffffff;
}

.renting-yacht-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.renting-yacht-sec .sec-round-colors span:first-child {
  left: 5%;
  bottom: 20%;
}

.renting-yacht-sec .sec-round-colors span:nth-child(2) {
  left: 60%;
  top: 30%;
}

.renting-yacht-sec .sec-round-colors span:nth-child(3) {
  right: 5%;
  bottom: 100px;
}

.renting-yacht-sec .sec-round-colors span:nth-child(4) {
  left: 40%;
  bottom: 20%;
}

.renting-yacht-sec .sec-round-colors span:nth-child(5) {
  left: 10px;
  top: 10px;
}

.renting-yacht-sec .sec-round-colors span:nth-child(6) {
  right: 30px;
  top: 10%;
}

.renting-yacht-sec .sec-bg img {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
}

@media (max-width: 767.96px) {
  .renting-yacht-benifits {
    flex-direction: column;
  }
}

.renting-yacht-benifits ul {
  max-width: 350px;
}

@media (max-width: 1199.96px) {
  .renting-yacht-benifits ul {
    max-width: 300px;
  }
}

@media (max-width: 991.96px) {
  .renting-yacht-benifits ul {
    max-width: 350px;
  }
}

@media (max-width: 767.96px) {
  .renting-yacht-benifits ul {
    max-width: 100%;
  }
}

.renting-yacht-benifits ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 767.96px) {
  .renting-yacht-benifits ul li {
    margin-bottom: 40px;
  }
}

.renting-yacht-benifits ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .renting-yacht-benifits ul li:last-child {
    margin-bottom: 40px;
  }
}

.renting-yacht-benifits ul li .benifit-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.renting-yacht-benifits ul li .benifit-contents h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}

.renting-yacht-benifits ul li .benifit-contents p {
  color: #ffffff;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.yatcht-center-img {
  position: relative;
  z-index: 1;
}

.yatcht-center-img .roung-img-bg {
  width: 435px;
  height: 435px;
  background: var(--secondary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1399.96px) {
  .yatcht-center-img .roung-img-bg {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 1199.96px) {
  .yatcht-center-img .roung-img-bg {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 991.96px) {
  .yatcht-center-img {
    display: none;
  }
}

.top-features-yachts {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .top-features-yachts {
    padding: 50px 0;
  }
}

.top-features-yachts .sec-title {
  margin-bottom: 40px;
}

.top-features-yachts .sec-title h4 {
  font-size: 18px;
  text-align: center;
}

.top-features-yachts .sec-bg img {
  position: absolute;
  z-index: -1;
}

.top-features-yachts .sec-bg img:first-child {
  left: 10px;
  top: 20%;
}

.top-features-yachts .sec-bg img:nth-child(2) {
  right: 20px;
  top: 100px;
}

.top-features-yachts .sec-bg img:nth-child(3) {
  bottom: 20px;
  right: 10px;
}

.charter-company-slider {
  margin-bottom: 75px;
}

@media (max-width: 991.96px) {
  .charter-company-slider {
    margin-bottom: 55px;
  }
}

@media (max-width: 767.96px) {
  .charter-company-slider {
    margin-bottom: 35px;
  }
}

.charter-company-slider .charter-company-logo span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  width: 100%;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  border-radius: 5px;
}

.charter-company-slider .charter-company-logo span img {
  width: auto;
}

.top-rated-yachts .section-header-two {
  justify-content: start;
  text-align: left;
}

.top-rated-yachts .section-header-two p {
  text-align: left;
  font-size: 16px;
}

.top-rated-yachts .section-header-two h2::after {
  left: 0;
  transform: none;
}

.top-rated-yachts .section-header-two .nav-control {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}

.top-rated-yachts .section-header-two .nav-control button {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #0A152F;
  border: 1px solid #0A152F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

.top-rated-yachts .section-header-two .nav-control button:hover {
  background: #ffffff;
  color: #0A152F;
  transition: 0.5s all;
}

.top-rated-yachts .section-header-two .nav-control button.owl-prev {
  margin-right: 5px;
}

.top-rated-card {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
}

.top-rated-card .rated-yacht-img {
  position: relative;
  overflow: hidden;
}

.top-rated-card .rated-yacht-img .slide-images {
  border-radius: 5px 5px 0 0;
  transition: 0.5s all;
  overflow: hidden;
}

.top-rated-card .rated-yacht-img .slide-images img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s all;
}

.top-rated-card .rated-yacht-img .slide-images:hover img {
  transform: scale(1.15);
  transition: 0.5s all;
}

.top-rated-card .rated-yacht-content {
  padding: 24px;
}

@media (max-width: 1199.96px) {
  .top-rated-card .rated-yacht-content {
    padding: 15px;
  }
}

.top-rated-card .rated-yacht-content .yacht-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-left h4 {
  margin-bottom: 3px;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-left h4 a {
  font-size: 20px;
  color: #0A152F;
}

@media (max-width: 1399.96px) {
  .top-rated-card .rated-yacht-content .yacht-content-head .head-items-left h4 a {
    font-size: 18px;
  }
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-left h4 a:hover {
  color: var(--secondary);
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-left span {
  font-size: 14px;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-right {
  text-align: right;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-right .rated-star {
  display: flex;
  align-items: center;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-right .rated-star i {
  color: #DBDBDB;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-right .rated-star i.filled {
  color: #FF9307;
}

.top-rated-card .rated-yacht-content .yacht-content-head .head-items-right .km-badge {
  background: var(--secondary);
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 3px 5px;
  margin-top: 5px;
}

.top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 15px;
  justify-content: space-between;
}

.top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-width: 112px;
}

@media (max-width: 1399.96px) {
  .top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li {
    min-width: 120px;
  }
}

.top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li .yacht-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F2F7F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5px;
}

.top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li .yacht-feature-icon img {
  width: auto;
}

.top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li h6 {
  font-size: 14px;
}

.top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li h6 span {
  color: #676767;
}

.top-rated-card .rated-yacht-content .yacht-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-rated-card .rated-yacht-content .yacht-content-footer p {
  font-size: 14px;
}

.top-rated-card .rated-yacht-content .yacht-content-footer p span {
  color: #FF0000;
  font-size: 15px;
  font-weight: 600;
}

.top-rated-card .rated-yacht-content .yacht-content-footer .yacht-book-btn {
  display: flex;
  align-items: center;
}

.top-rated-card .rated-yacht-content .yacht-content-footer .yacht-book-btn .yacht-user-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 15px;
}

.top-rated-card .rated-yacht-content .yacht-content-footer .yacht-book-btn .yacht-user-img img {
  width: 100%;
  border-radius: 50%;
}

.slide-card-images .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.slide-card-images .owl-carousel .owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  background: #DBDBDB;
  border-radius: 20px;
  margin-right: 2px;
}

.slide-card-images .owl-carousel .owl-dots .owl-dot.active {
  width: 14px;
  background: var(--secondary);
}

.img-top-ribbon {
  position: absolute;
  padding: 5px;
  left: -50px;
  top: 15px;
  z-index: 1;
  transform: rotate(-45deg);
}

.img-top-ribbon .ribbon-text {
  text-align: center;
  color: #ffffff;
  width: 150px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Hexagon */
.hex {
  position: relative;
  width: 90px;
  height: 50px;
  border-left: solid 1px #F4F4F4;
  border-right: solid 1px #F4F4F4;
  flex-shrink: 0;
}

.hex:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 90px;
  height: 50px;
  z-index: 2;
  background: inherit;
}

/* Top & Bottom */
.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 63px;
  height: 63px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 13px;
}

.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-33.1976px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-33.1976px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-33.1976px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

/* Top */
.hexTop {
  top: -32px;
  border-top: solid 2px #F4F4F4;
  border-right: solid 2px #F4F4F4;
}

.hexTop:after {
  background-position: center top;
}

/* Bottom */
.hexBottom {
  bottom: -32px;
  border-bottom: solid 2px #F4F4F4;
  border-left: solid 2px #F4F4F4;
}

.hexBottom:after {
  background-position: center bottom;
}

.hex-icon {
  font-size: 40px;
  color: #ffffff;
  line-height: 0;
}

.boat-info-steps-sec {
  background: #0A152F;
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .boat-info-steps-sec {
    padding: 50px 0 20px;
  }
}

@media (max-width: 767.96px) {
  .boat-info-steps-sec {
    padding: 40px 0 10px;
  }
}

.boat-info-steps-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.boat-info-steps-sec .sec-round-colors span:first-child {
  left: 5%;
  bottom: 100px;
}

.boat-info-steps-sec .sec-round-colors span:nth-child(2) {
  top: 30%;
  right: 50px;
}

.boat-info-steps-sec .sec-round-colors span:nth-child(3) {
  left: 20px;
  top: 20px;
}

.boat-info-steps-sec .sec-round-colors span:nth-child(4) {
  right: 20%;
  bottom: 50px;
}

.info-steps-card {
  display: flex;
  align-items: center;
  transition: 0.5s all;
  margin-bottom: 30px;
}

.info-steps-card .steps-content {
  margin-left: 24px;
}

.info-steps-card .steps-content .step-badge {
  background: var(--secondary);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  display: inline-flex;
}

.info-steps-card .steps-content h4 {
  font-size: 24px;
  color: #ffffff;
  margin: 15px 0;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media (max-width: 767.96px) {
  .info-steps-card .steps-content h4 {
    font-size: 20px;
  }
}

.info-steps-card .steps-content p {
  color: #ffffff;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.info-steps-card .hex-hover {
  transition: 0.5s all;
}

.info-steps-card:hover .hex-hover {
  background: #ffffff;
  width: 90px;
  height: 103px;
  display: flex;
  align-items: center;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -ms-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  transition: 0.5s all;
}

.info-steps-card:hover .hex-hover .hex,
.info-steps-card:hover .hex-hover .hexTop,
.info-steps-card:hover .hex-hover .hexBottom {
  display: none;
}

.info-steps-card:hover .hex-hover .hex-icon {
  display: flex !important;
  color: #000;
}

.popular-location-sec {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .popular-location-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767.96px) {
  .popular-location-sec {
    padding: 40px 0;
  }
}

.popular-location-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.popular-location-sec .sec-round-colors span:first-child {
  left: 6%;
  top: 50%;
}

.popular-location-sec .sec-round-colors span:nth-child(2) {
  right: 5%;
  bottom: 100px;
}

.popular-location-sec .sec-round-colors span:nth-child(3) {
  right: 5%;
  top: 100px;
}

.popular-location-sec .sec-round-colors span:nth-child(4) {
  left: 8%;
  top: 25%;
}

.popular-location-sec .sec-bg img {
  position: absolute;
  z-index: -1;
}

.popular-location-sec .sec-bg img:first-child {
  right: 0;
  top: 0;
  max-width: 500px;
}

.popular-location-sec .sec-bg img:nth-child(2) {
  left: 10px;
  bottom: 10px;
}

.popular-location-card {
  position: relative;
  margin-bottom: 24px;
  transition: 0.5s all;
}

.popular-location-card .location-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.popular-location-card .location-img img {
  border-radius: 10px;
  transition: 0.5s all;
}

.popular-location-card .location-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  border-radius: 5px;
  padding: 8px 15px 15px;
  margin: -40px 24px 0;
  position: relative;
  z-index: 1;
}

.popular-location-card .location-contents .location-city-name h4 a {
  font-size: 20px;
  color: #0A152F;
}

.popular-location-card .location-contents .location-city-name h4 a:hover {
  color: var(--secondary);
}

.popular-location-card .location-contents .location-city-name span {
  font-size: 14px;
}

.popular-location-card .location-contents .arrow-right {
  opacity: 0;
  transition: 0.5s all;
  color: var(--secondary);
  font-size: 18px;
}

.popular-location-card:hover .arrow-right {
  opacity: 1 !important;
  transition: 0.5s all;
}

.popular-location-card:hover .location-img img {
  transform: scale(1.14);
  transition: 0.5s all;
}

.home-two-slider.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.home-two-slider.owl-carousel .owl-nav button {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #0A152F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  border: 1px solid #0A152F;
}

.home-two-slider.owl-carousel .owl-nav button:hover {
  background: #ffffff;
  color: #0A152F;
  transition: 0.5s all;
}

.home-two-slider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
}

.yacht-offer-sec {
  background: #F2F7F6;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .yacht-offer-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767.96px) {
  .yacht-offer-sec {
    padding: 40px 0;
  }
}

.yacht-offer-sec .sec-bg .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.yacht-list-cards .top-rated-card {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 575.96px) {
  .yacht-list-cards .top-rated-card {
    display: block;
  }
}

.yacht-list-cards .top-rated-card .rated-yacht-img {
  width: 40%;
  flex-shrink: 0;
}

@media (max-width: 575.96px) {
  .yacht-list-cards .top-rated-card .rated-yacht-img {
    width: 100%;
  }
}

.yacht-list-cards .top-rated-card .rated-yacht-img .slide-images {
  border-radius: 5px 0 0 5px;
}

@media (max-width: 575.96px) {
  .yacht-list-cards .top-rated-card .rated-yacht-img .slide-images {
    border-radius: 5px 5px 0 0;
  }
}

.yacht-list-cards .top-rated-card .rated-yacht-img .slide-images img {
  border-radius: 5px 0 0 5px;
}

@media (max-width: 575.96px) {
  .yacht-list-cards .top-rated-card .rated-yacht-img .slide-images img {
    border-radius: 5px 5px 0 0;
  }
}

.yacht-list-cards .top-rated-card .rated-yacht-content {
  width: 80%;
}

@media (max-width: 575.96px) {
  .yacht-list-cards .top-rated-card .rated-yacht-content {
    width: 100%;
  }
}

@media (max-width: 1399.96px) {
  .yacht-list-cards .top-rated-card .rated-yacht-content {
    padding: 15px 24px;
  }
}

@media (max-width: 991.96px) {
  .yacht-list-cards .top-rated-card .rated-yacht-content {
    padding: 15px;
  }
}

.yacht-list-cards .top-rated-card .rated-yacht-content .yacht-content-body .yacht-features-info li {
  min-width: 122px;
}

.yacht-list-cards .view-more-btn {
  margin-top: 16px;
}

.more-boats-info-sec {
  background-image: url(../img/bg/ship-sec-bg.png);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.96px) {
  .more-boats-info-sec {
    padding: 40px 0;
  }
}

.more-boats-info-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bottom-text-row {
  min-height: 500px;
}

.bottom-text-row .col-xl-3:last-child .bottom-ship-info-card {
  border-right: 0;
  transition: 0.5s all;
}

.sec-bottom-info {
  min-height: 500px;
}

.sec-bottom-info .bottom-ship-info-card {
  border-right: 1px solid #828282;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 15px;
  position: relative;
  transition: 0.5s all;
  overflow: hidden;
}

@media (max-width: 991.96px) {
  .sec-bottom-info .bottom-ship-info-card {
    border-right: 0;
  }
}

.sec-bottom-info .bottom-ship-info-card h4 {
  color: #ffffff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media (max-width: 1399.96px) {
  .sec-bottom-info .bottom-ship-info-card h4 {
    font-size: 20px;
  }
}

.sec-bottom-info .bottom-ship-info-card .address-info {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.sec-bottom-info .bottom-ship-info-card .address-info>span {
  color: #ffffff;
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 1399.96px) {
  .sec-bottom-info .bottom-ship-info-card .address-info>span {
    margin-right: 12px;
  }
}

.sec-bottom-info .bottom-ship-info-card .address-info>span i {
  margin-right: 5px;
}

.sec-bottom-info .bottom-ship-info-card .address-info .rated-star {
  display: flex;
  align-items: center;
}

.sec-bottom-info .bottom-ship-info-card .address-info .rated-star i {
  color: #DBDBDB;
}

.sec-bottom-info .bottom-ship-info-card .address-info .rated-star i.filled {
  color: #FF9307;
}

.sec-bottom-info .bottom-ship-info-card .address-info .rated-star span {
  color: #ffffff;
  display: inline-flex;
  margin-left: 5px;
  font-size: 14px;
}

.sec-bottom-info .bottom-ship-info-card .ship-features {
  display: flex;
  align-items: center;
}

.sec-bottom-info .bottom-ship-info-card .ship-features li {
  font-size: 14px;
  color: #ffffff;
  margin-right: 24px;
}

.sec-bottom-info .bottom-ship-info-card .ship-features li:last-child {
  margin-right: 0;
}

@media (max-width: 1399.96px) {
  .sec-bottom-info .bottom-ship-info-card .ship-features li {
    margin-right: 12px;
  }
}

.sec-bottom-info .bottom-ship-info-card .ship-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  bottom: -30px;
  transition: 0.5s all;
}

.sec-bottom-info .bottom-ship-info-card .ship-pricing h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.sec-bottom-info .bottom-ship-info-card .ship-pricing h5 span {
  font-weight: 600;
  font-size: 24px;
  display: inline-flex;
  margin: 0 5px;
}

.sec-bottom-info .bottom-ship-info-card .ship-pricing .btn-buy {
  padding: 6px 20px;
}

.hover-ship-info {
  transition: 0.5s all;
}

.hover-ship-info:hover {
  transition: 0.5s all;
}

.hover-ship-info:hover .ship-pricing {
  position: relative;
  bottom: 0;
  transition: 0.5s all;
  opacity: 1;
}

.boats-marketplace-sec {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .boats-marketplace-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767.96px) {
  .boats-marketplace-sec {
    padding: 40px 0;
  }
}

.boats-marketplace-sec .section-header-two {
  align-items: start;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 30px;
}

@media (max-width: 991.96px) {
  .boats-marketplace-sec .section-header-two {
    padding-left: 0;
  }
}

.boats-marketplace-sec .section-header-two p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

.boats-marketplace-sec .section-header-two h2::after {
  left: 0;
  transform: none;
}

.boats-marketplace-sec .section-header-two h4 {
  color: #676767;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.boats-marketplace-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.boats-marketplace-sec .sec-round-colors span:first-child {
  left: 5%;
  top: 20px;
}

.boats-marketplace-sec .sec-round-colors span:nth-child(2) {
  right: 5%;
  top: 5%;
}

.boats-marketplace-sec .sec-round-colors span:nth-child(3) {
  right: 10%;
  top: 60%;
}

.boats-marketplace-sec .sec-round-colors span:nth-child(4) {
  left: 50px;
  top: 65%;
}

.boats-marketplace-sec .sec-bg img:first-child {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  max-width: 600px;
}

.boats-marketplace-sec .sec-bg img:nth-child(2) {
  position: absolute;
  z-index: -1;
  right: 50px;
  top: 80px;
}

.sec-col-left-imgs {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991.96px) {
  .sec-col-left-imgs {
    display: none;
  }
}

.sec-col-left-imgs>span {
  display: inline-flex;
  border-radius: 10px;
}

.sec-col-left-imgs>span.sec-left-two {
  margin-left: -50px;
}

.sec-col-left-imgs>span img {
  border-radius: 10px;
}

.sec-col-left-imgs .experience-info {
  width: 153px;
  height: 153px;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec-col-left-imgs .experience-info h5 {
  color: var(--secondary);
  font-size: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec-col-left-imgs .experience-info h5 span {
  font-size: 14px;
  display: block;
  color: #676767;
  font-weight: normal;
}

.yacht-owner-card {
  background: #0A152F;
  border-radius: 10px;
  padding: 80px 0 80px 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 50px;
}

.yacht-owner-card .sec-bg img:first-child {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  top: unset;
  max-width: 100%;
}

@media (max-width: 991.96px) {
  .yacht-owner-card {
    margin-top: 20px;
    padding: 50px 0 50px 50px;
  }
}

@media (max-width: 767.96px) {
  .yacht-owner-card {
    margin-top: 10px;
    padding: 40px 0 40px 40px;
  }
}

.yacht-owner-card .yacht-owner-title h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}

.yacht-owner-card .yacht-owner-title p {
  color: #ffffff;
  margin: 5px 0 24px;
}

.yacht-owner-card .yacht-owner-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 767.96px) {
  .yacht-owner-card .yacht-owner-img {
    display: none;
  }
}

.yacht-owner-card.party-rental-yacht {
  padding: 80px 80px 80px 0;
  margin-top: 80px;
}

@media (max-width: 991.96px) {
  .yacht-owner-card.party-rental-yacht {
    padding: 50px 50px 50px 0;
    margin-top: 50px;
  }
}

@media (max-width: 767.96px) {
  .yacht-owner-card.party-rental-yacht {
    padding: 40px 40px 40px 0;
    margin-top: 40px;
  }
}

@media (max-width: 575.96px) {
  .yacht-owner-card.party-rental-yacht {
    padding: 40px 0 40px 40px;
  }
}

.yacht-owner-card.party-rental-yacht .yacht-owner-img {
  position: absolute;
  left: 0;
  top: 0;
  right: unset;
  z-index: -1;
}

.yacht-owner-card.party-rental-yacht .yacht-owner-title {
  float: right;
}

@media (max-width: 575.96px) {
  .yacht-owner-card.party-rental-yacht .yacht-owner-title {
    float: left;
  }
}

.our-client-review-sec {
  padding-bottom: 80px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .our-client-review-sec {
    padding-bottom: 50px;
  }
}

@media (max-width: 767.96px) {
  .our-client-review-sec {
    padding-bottom: 40px;
  }
}

.our-client-review-sec .view-all {
  margin-top: 16px;
}

.our-client-review-sec .sec-bg img:first-child {
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.our-client-review-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.our-client-review-sec .sec-round-colors span:first-child {
  right: 5%;
  top: 50px;
}

.client-review-card {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 24px;
}

@media (max-width: 991.96px) {
  .client-review-card {
    padding: 15px;
  }
}

.client-review-card .client-review-content {
  background: #FCFCFC;
  padding: 24px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  position: relative;
}

@media (max-width: 991.96px) {
  .client-review-card .client-review-content {
    padding: 15px;
  }
}

.client-review-card .client-review-content .client-img .img-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.client-review-card .client-review-content .client-img .img-avatar img {
  width: 100%;
  border-radius: 50%;
}

.client-review-card .client-review-content p {
  margin: 24px 0;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.client-review-card .client-review-content h5 a {
  font-size: 18px;
  color: #0A152F;
}

.client-review-card .client-review-content span {
  color: #676767;
  font-size: 14px;
  display: block;
}

.client-review-card .client-review-content .quataion-mark {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq-sec-two {
  background: #F2F7F6;
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .faq-sec-two {
    padding: 50px 0 40px;
  }
}

@media (max-width: 767.96px) {
  .faq-sec-two {
    padding: 40px 0 30px;
  }
}

.faq-sec-two .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.faq-sec-two .sec-round-colors span:first-child {
  left: 5%;
  top: 5%;
}

.faq-sec-two .sec-round-colors span:nth-child(2) {
  right: 6%;
  bottom: 45%;
}

.faq-sec-two .sec-round-colors span:nth-child(3) {
  left: 10px;
  top: 50%;
}

.faq-sec-two .sec-round-colors span:nth-child(4) {
  left: 5%;
  bottom: 100px;
}

.faq-sec-two .sec-bg img {
  position: absolute;
  z-index: -1;
}

.faq-sec-two .sec-bg img:first-child {
  left: 50px;
  top: 25%;
}

.faq-sec-two .sec-bg img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.faq-sec-two .sec-bg img:nth-child(3) {
  right: 70px;
  bottom: 100px;
}

.faq-sec-two .sec-bg img:nth-child(4) {
  bottom: 0;
  left: 0;
  right: 0;
}

.counter-group-two {
  margin-bottom: 56px;
}

@media (max-width: 991.96px) {
  .counter-group-two {
    margin-bottom: 26px;
  }
}

@media (max-width: 767.96px) {
  .counter-group-two {
    margin-bottom: 16px;
  }
}

.counter-group-two .count-group {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 24px;
}

.counter-group-two .count-group .customer-count .count-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #F2F7F6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 24px;
}

@media (max-width: 1399.96px) {
  .counter-group-two .count-group .customer-count .count-img {
    width: 75px;
    height: 75px;
    margin-right: 14px;
  }
}

@media (max-width: 1399.96px) {
  .counter-group-two .count-group .customer-count .count-img img {
    width: 35px;
  }
}

.counter-group-two .count-group .count-content h4 {
  font-weight: 700;
  font-size: 28px;
}

.faq-main-items .accordion-item {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  background: #ffffff;
  padding: 24px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.faq-main-items .accordion-item h2 a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  transition: 0.5s all;
}

.faq-main-items .accordion-item h2 a::before {
  content: "\f055";
  font-size: 20px;
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--secondary);
  transition: 0.5s all;
}

.faq-main-items .accordion-item h2 a:not(.collapsed)::before {
  content: "\f056";
  color: var(--secondary);
  transition: 0.5s all;
}

.faq-main-items .accordion-item .accordion-content p {
  margin-top: 15px;
}

.seasonal-special-sec {
  background-image: url(../img/bg/ship-bg-02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .seasonal-special-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767.96px) {
  .seasonal-special-sec {
    padding: 40px 0;
  }
}

.seasonal-special-sec::after {
  content: "";
  background: linear-gradient(102.39deg, rgba(10, 21, 47, 0.95) 24.24%, rgba(0, 0, 0, 0) 81.2%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.seasonal-special-sec .sec-title {
  max-width: 510px;
}

.seasonal-special-sec .sec-title h2 {
  font-size: 62px;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 1399.96px) {
  .seasonal-special-sec .sec-title h2 {
    font-size: 52px;
  }
}

@media (max-width: 991.96px) {
  .seasonal-special-sec .sec-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 767.96px) {
  .seasonal-special-sec .sec-title h2 {
    font-size: 36px;
  }
}

.seasonal-special-sec .sec-title p {
  font-size: 18px;
  color: #ffffff;
}

.seasonal-special-sec .sec-title .sec-btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.seasonal-special-sec .sec-title .sec-btns .btn-dark-blue {
  padding: 7px 20px;
  border-radius: 5px;
  background: var(--secondary);
  color: #ffffff;
  font-weight: 500;
  margin-right: 15px;
}

.seasonal-special-sec .sec-title .sec-btns .btn-dark-blue:hover {
  background: var(--secondary);
}

.news-insights-sec {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .news-insights-sec {
    padding: 50px 0;
  }
}

@media (max-width: 767.96px) {
  .news-insights-sec {
    padding: 40px 0;
  }
}

.news-insights-sec .view-more {
  margin-top: 16px;
}

.news-insights-sec .sec-round-colors span {
  position: absolute;
  z-index: -1;
}

.news-insights-sec .sec-round-colors span:first-child {
  left: 5%;
  top: 100px;
}

.news-insights-sec .sec-round-colors span:nth-child(2) {
  right: 20%;
  top: 62%;
}

.news-insights-sec .sec-round-colors span:nth-child(3) {
  left: 37%;
  top: 22%;
  z-index: 2;
}

.news-insights-sec .sec-round-colors span:nth-child(4) {
  right: 5%;
  bottom: 7%;
}

.news-insights-sec .sec-round-colors span:nth-child(5) {
  right: 5%;
  top: 25%;
}

.news-insights-sec .sec-round-colors span:nth-child(6) {
  left: 5%;
  bottom: 30%;
}

.news-insights-sec .sec-bg img {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: 20px;
}

.article-grid-card {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-radius: 5px;
  margin-bottom: 24px;
}

@media (max-width: 991.96px) {
  .article-grid-card {
    padding: 15px;
  }
}

.article-grid-card .article-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.article-grid-card .article-img img {
  border-radius: 5px;
  transition: 0.5s all;
}

.article-grid-card .article-img:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}

.article-grid-card .article-img .date-info {
  background: #0A152F;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 0 0 5px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
}

.article-grid-card .user-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.article-grid-card .user-head .img-avatar {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #676767;
}

.article-grid-card .user-head .img-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}

.article-grid-card .user-head .user-head-right {
  display: flex;
  align-items: center;
}

.article-grid-card .user-head .user-head-right span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #676767;
}

.article-grid-card .article-title h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 10px;
  line-height: 25px;
}

.article-grid-card .article-title h4 a {
  font-size: 20px;
  color: #0A152F;
  font-weight: 500;
}

.article-grid-card .article-title h4 a:hover {
  color: var(--secondary);
}

.article-grid-card .article-title p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 24px;
}

.article-grid-card .article-title .read-more {
  color: #0A152F;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.article-grid-card .article-title .read-more:hover {
  color: var(--secondary);
}

@media (max-width: 767.96px) {
  .sec-bg {
    display: none;
  }
}

.sec-round-colors .round-small {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  z-index: -1;
}

.sec-round-colors .round-small.bg-orange {
  background: var(--secondary);
}

.sec-round-colors .round-small.bg-dark-blue {
  background: var(--secondary);
}

.sec-round-colors .round-big {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  z-index: -1;
}

.sec-round-colors .round-big.bg-orange {
  background: var(--secondary);
}

.sec-round-colors .round-big.bg-dark-blue {
  background: var(--secondary);
}

.bike-feature-slider .listing-item .feature-text {
  z-index: 0;
}

.yacht-image-slider.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
}

.yacht-image-slider.owl-carousel .owl-nav .owl-next,
.yacht-image-slider.owl-carousel .owl-nav .owl-prev {
  height: 18px;
  width: 18px;
  background: rgba(0, 0, 0, 0.5019607843) !important;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  border-radius: 50%;
}

.yacht-image-slider.owl-carousel .owl-nav .owl-next i,
.yacht-image-slider.owl-carousel .owl-nav .owl-prev i {
  line-height: 16px;
}

.yacht-image-slider.owl-carousel .owl-nav .owl-next {
  right: 16px;
}

.yacht-image-slider.owl-carousel .owl-nav .owl-prev {
  left: 16px;
}

.yacht-image-slider:hover .owl-nav {
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  opacity: 1;
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
.home-three .banner-slider {
  background: #ffffff;
  background-image: none;
  overflow: hidden;
  z-index: 1;
  padding: 120px 0;
}

@media (max-width: 1199.96px) {
  .home-three .banner-slider {
    padding: 80px 0;
  }
}

@media (max-width: 991.96px) {
  .home-three .banner-slider {
    padding: 60px 0;
  }
}

.home-three .banner-slider .home-banner h1 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.home-three .banner-slider .home-banner h1 span {
  position: relative;
  color: #111;
  display: inline-block;
}

.home-three .banner-slider .home-banner h1 span::before {
  content: "";
  width: 100%;
  height: 12px;
  background: var(--secondary);
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}

.home-three .banner-slider .home-banner h4 {
  font-size: 24px;
  font-weight: 600;
  color: #111;
}

@media (max-width: 991.96px) {
  .home-three .banner-slider .home-banner h4 {
    font-size: 20px;
  }
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner h4 {
    font-size: 18px;
  }
}

.home-three .banner-slider .home-banner p {
  font-size: 18px;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner p {
    font-size: 16px;
  }
}

.home-three .banner-slider .home-banner .banner-search {
  box-shadow: 0px 4px 24px 0px rgba(131, 131, 131, 0.2509803922);
  background: #ffffff;
  border-radius: 6px;
  margin: 40px 0 43px;
  padding: 15px;
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner .banner-search {
    margin: 20px 0 23px;
    padding: 10px;
  }
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner .banner-search .form-block {
    display: block !important;
  }
}

.home-three .banner-slider .home-banner .banner-search label {
  font-size: 14px;
  font-weight: normal;
  color: #676767;
  margin-bottom: 5px;
}

.home-three .banner-slider .home-banner .banner-search .search-input {
  flex: 1;
  margin-right: 24px;
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner .banner-search .search-input {
    margin: 0 0 10px 0;
  }
}

.home-three .banner-slider .home-banner .banner-search .input-block {
  margin-bottom: 0;
}

.home-three .banner-slider .home-banner .banner-search .search-btn .btn {
  font-weight: 500;
  border-radius: 5px;
  min-width: 144px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.home-three .banner-slider .home-banner .banner-search .search-btn .btn i {
  margin-right: 5px;
}

@media (max-width: 991.96px) {
  .home-three .banner-slider .home-banner .banner-search .search-btn .btn {
    padding: 14px 10px;
  }
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner .banner-search .search-btn .btn {
    width: 100%;
    padding: 10px;
  }
}

.home-three .banner-slider .home-banner .banner-search .select2-container--default .select2-selection--single {
  border-color: #ffffff;
  height: 24px;
}

.home-three .banner-slider .home-banner .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111;
  font-size: 18px;
  line-height: 24px;
  background: #ffffff;
  padding-left: 0;
}

@media (max-width: 991.96px) {
  .home-three .banner-slider .home-banner .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
}

.home-three .banner-slider .home-banner .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
}

.home-three .banner-slider .home-banner .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #111;
}

.home-three .banner-slider .home-banner .customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-top: 34px;
}

.home-three .banner-slider .home-banner .customer-list .users-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-top: 10px;
}

@media (max-width: 575.96px) {
  .home-three .banner-slider .home-banner .customer-list .users-wrap {
    display: block;
  }
}

.home-three .banner-slider .home-banner .customer-list .users-list {
  margin-right: 21px;
}

.home-three .banner-slider .home-banner .customer-list .users-list li {
  display: inline-block;
  margin-left: -10px;
}

.home-three .banner-slider .home-banner .customer-list .users-list li:first-child {
  margin-left: 0;
}

.home-three .banner-slider .home-banner .customer-list .users-list li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

@media (max-width: 575.96px) {
  .home-three .banner-slider .home-banner .customer-list .users-list {
    margin: 0 0 15px 0;
  }
}

.home-three .banner-slider .home-banner .customer-list .customer-info h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary);
}

@media (max-width: 991.96px) {
  .home-three .banner-slider .home-banner .customer-list .customer-info h4 {
    font-size: 18px;
  }
}

@media (max-width: 767.96px) {
  .home-three .banner-slider .home-banner .customer-list .customer-info h4 {
    font-size: 16px;
  }
}

.home-three .banner-slider .home-banner .customer-list .customer-info p {
  font-size: 16px;
  color: #676767;
  margin-bottom: 0;
}

.home-three .banner-slider .home-banner .view-all {
  margin-top: 10px;
}

.home-three .banner-slider .home-banner .view-all .btn {
  font-weight: 500;
  padding: 6px 18px;
  line-height: 1.5;
  margin-right: 15px;
}

.home-three .banner-slider .home-banner .view-all .btn i {
  margin-right: 5px;
}

.home-three .banner-slider .home-banner .view-all .btn:last-child {
  margin-right: 0;
}

.home-three .banner-slider .home-banner .view-all .btn.btn-secondary {
  border: 2px solid var(--primary);
  color: #ffffff;
}

@media (max-width: 991.96px) {
  .home-three .banner-slider .home-banner .view-all .btn {
    font-size: 14px;
  }
}

.home-three .banner-slider .banner-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 35%;
}

.home-three .banner-slider .banner-image .banner-bg-img {
  position: relative;
}

.home-three .banner-slider .banner-image .banner-bg-img>img {
  padding-top: 40px;
  position: absolute;
  right: 92px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home-three .banner-slider .banner-image .banner-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 991.96px) {
  .home-three .banner-slider .banner-image {
    display: none;
  }
}

.home-three .banner-slider .banner-bgs .shape-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-02 {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-03 {
  position: absolute;
  top: 47px;
  right: 32px;
  z-index: -1;
  animation: spin 3000ms linear infinite;
}

.home-three .banner-slider .banner-bgs .shape-04 {
  position: absolute;
  top: 6%;
  left: 10%;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-05 {
  position: absolute;
  bottom: 70px;
  left: 8%;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-06 {
  position: absolute;
  top: 12%;
  left: 15%;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-07 {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-08 {
  position: absolute;
  top: 6%;
  left: 40%;
  width: 7px;
  height: 7px;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-09 {
  position: absolute;
  bottom: 5%;
  left: 30%;
  z-index: -1;
}

.home-three .banner-slider .banner-bgs .shape-10 {
  position: absolute;
  bottom: 2%;
  left: 40%;
  z-index: -1;
  width: 30px;
  animation: spin 3000ms linear infinite;
}

.category-section {
  background: #F2F7F6;
  position: relative;
}

.category-wrap {
  box-shadow: 0px 4px 4px 0px rgba(241, 241, 241, 0.2509803922);
  padding: 30px;
  border-radius: 5px;
  background: #ffffff;
  display: block;
  text-align: center;
}

.category-wrap .category-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 10px;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  background: #F2F7F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.category-wrap .category-img img {
  width: auto;
}

.category-wrap h6 {
  margin-bottom: 5px;
}

.category-wrap h6:hover {
  color: var(--secondary);
}

.category-wrap p {
  font-size: 14px;
  color: #676767;
}

.category-wrap:hover .category-img {
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--secondary);
}

.category-wrap:hover .category-img img {
  filter: brightness(0) invert(1);
}

.section-heading.heading-three h2 {
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.section-heading.heading-three h2::after {
  content: none;
}

.section-heading.heading-three h2 span {
  position: relative;
  color: #111;
  display: inline-block;
}

.section-heading.heading-three h2 span::before {
  content: "";
  width: 100%;
  height: 5px;
  background: var(--secondary);
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.section-heading.heading-three p {
  max-width: 100%;
}

.view-all-btn {
  margin-top: 20px;
}

@media (max-width: 991.96px) {
  .view-all-btn {
    margin-top: 12px;
  }
}

.view-all-btn .btn {
  border: 1px solid var(--primary);
  background: var(--primary);
  font-weight: 500;
  border-radius: 5px;
  padding: 7px 20px;
}

.view-all-btn .btn:hover {
  background-color: #ffffff;
  border: 1px solid var(--primary);
  box-shadow: inset 0 70px 0 0 #ffffff;
  color: var(--primary);
}

.category-bg .shape-01 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.category-bg .shape-02 {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 9px;
}

.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  width: 33px;
  height: 33px;
  font-size: 16px;
  color: #000;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 1px solid #F4F4F4;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.nav-center .owl-nav button.owl-next:hover,
.nav-center .owl-nav button.owl-prev:hover {
  background: var(--secondary);
  color: #ffffff;
}

@media (max-width: 767.96px) {

  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 28px;
    height: 28px;
  }
}

.nav-center .owl-nav button.owl-next {
  right: -20px;
}

@media (max-width: 1199.96px) {
  .nav-center .owl-nav button.owl-next {
    right: -5px;
  }
}

.nav-center .owl-nav button.owl-prev {
  left: -20px;
}

@media (max-width: 1199.96px) {
  .nav-center .owl-nav button.owl-prev {
    left: -5px;
  }
}

.choose-us-section {
  background: #111;
  position: relative;
  padding: 80px 0 56px;
}

@media (max-width: 991.96px) {
  .choose-us-section {
    padding: 50px 0 26px;
  }
}

.choose-us-section .section-heading {
  text-align: left;
}

.choose-us-section .section-heading h2 {
  color: #ffffff;
  margin-bottom: 15px;
}

.choose-us-section .section-heading h2 span {
  color: var(--secondary);
}

.choose-us-section .section-heading h2 span::before {
  content: none;
}

.choose-us-section .section-heading p {
  color: #ffffff;
}

.quality-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.quality-img {
  width: 40%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 991.96px) {
  .quality-img {
    display: none;
  }
}

.quality-wrap {
  margin-bottom: 24px;
}

.quality-wrap span {
  background: var(--primary);
  color: var(--secondary);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
}

@media (max-width: 991.96px) {
  .quality-wrap span {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }
}

@media (max-width: 767.96px) {
  .quality-wrap span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.quality-wrap h6 {
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 5px;
}

.quality-wrap p {
  font-size: 14px;
  color: #DBDBDB;
}

.work-section {
  background: #F2F7F6;
  position: relative;
  overflow: hidden;
}

.work-bg .shape-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.work-bg .shape-02 {
  position: absolute;
  top: 10%;
  right: 10%;
  animation: spin 3000ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.work-wrapper {
  padding-bottom: 56px;
}

@media (max-width: 991.96px) {
  .work-wrapper {
    padding-bottom: 26px;
  }
}

.work-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(241, 241, 241, 0.2509803922);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 0 24px 24px;
}

.work-card .work-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991.96px) {
  .work-card .work-head {
    margin-bottom: 20px;
  }
}

.work-card .work-head .work-icon {
  background: #111;
  color: #ffffff;
  width: 84px;
  height: 84px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 40px;
}

.work-card .work-head .work-icon.bg-secondary1 {
  background: var(--secondary);
}

@media (max-width: 991.96px) {
  .work-card .work-head .work-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

.work-card .work-head .num-icon {
  font-size: 80px;
  color: #F2F7F6;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991.96px) {
  .work-card .work-head .num-icon {
    font-size: 62px;
  }
}

.work-card .work-content h5 {
  font-size: 20px;
  border-bottom: 1px solid #DBDBDB;
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #111;
}

@media (max-width: 991.96px) {
  .work-card .work-content h5 {
    font-size: 18px;
  }
}

.work-card .work-content p {
  color: #000;
}

.brand-sec p {
  color: #000;
}

.owl-carousel .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  height: 75px;
}

.owl-carousel .brand-item img {
  width: auto;
}

.image-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.image-slider.owl-carousel .owl-dots .owl-dot {
  width: 4px;
  height: 4px;
  border-radius: 40px;
  background: #DBDBDB;
  margin: 0 0 15px 0;
  margin-right: 5px;
}

.image-slider.owl-carousel .owl-dots .owl-dot.active {
  width: 13px;
  height: 4px;
  background: #FF9307;
}

.image-slider.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
}

.image-slider.owl-carousel .owl-nav .owl-next,
.image-slider.owl-carousel .owl-nav .owl-prev {
  height: 18px;
  width: 18px;
  background: rgba(0, 0, 0, 0.5019607843) !important;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  border-radius: 50%;
}

.image-slider.owl-carousel .owl-nav .owl-next i,
.image-slider.owl-carousel .owl-nav .owl-prev i {
  line-height: 16px;
}

.image-slider.owl-carousel .owl-nav .owl-next {
  right: 16px;
}

.image-slider.owl-carousel .owl-nav .owl-prev {
  left: 16px;
}

.image-slider:hover .owl-nav {
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  opacity: 1;
}

.features-section {
  position: relative;
}

.features-section .section-heading {
  max-width: 672px;
}

@media (max-width: 991.96px) {
  .features-section .section-heading {
    max-width: 100%;
  }
}

.feature-bg .shape-01 {
  position: absolute;
  top: 15%;
  right: 5%;
}

.feature-bg .shape-02 {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: -1;
}

@media (max-width: 991.96px) {
  .feature-bg {
    display: none;
  }
}

.listing-item.bike-list {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

.listing-item.bike-list:hover .listing-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.listing-item.bike-list .listing-img {
  padding: 15px 15px 0;
}

.listing-item.bike-list .listing-img .fav-item {
  padding: 10px;
}

.listing-item.bike-list .listing-img .author-img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.listing-item.bike-list .listing-img img {
  width: auto;
  margin: 0 auto;
}

.listing-item.bike-list .listing-content {
  margin: 0;
  padding: 15px;
}

.listing-item.bike-list .listing-content .listing-features {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
}

.listing-item.bike-list .listing-content .listing-title {
  margin-bottom: 0;
}

.listing-item.bike-list .listing-content .listing-details-group {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #F4F4F4;
}

.listing-item.bike-list .listing-content .listing-details-group ul li {
  display: block;
  text-align: center;
  width: auto;
  flex: 1;
}

.listing-item.bike-list .listing-content .listing-details-group ul li span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 auto 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.listing-item.bike-list .listing-content .listing-details-group ul li p {
  margin: 0;
}

.listing-item.bike-list .listing-content .listing-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.listing-item.bike-list .listing-content .listing-button .listing-price h6 span {
  font-size: 14px;
  font-weight: normal;
  color: #676767;
}

.listing-item.bike-list .listing-content .listing-button .fav-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #DBDBDB;
  margin-right: 10px;
  font-size: 16px;
  color: #676767;
  flex-shrink: 0;
}

.listing-item.bike-list .listing-content .listing-button .fav-icon:hover,
.listing-item.bike-list .listing-content .listing-button .fav-icon.selected {
  background: var(--secondary);
  color: #ffffff;
  border-color: var(--secondary);
}

.listing-item.bike-list .listing-content .listing-button .btn {
  padding: 7px 22px;
}

@media (max-width: 1399.96px) {
  .listing-item.bike-list .listing-content .listing-button .btn {
    padding: 7px 15px;
  }
}

.listing-item.bike-list .listing-content .list-ratings {
  margin-bottom: 5px;
}

.bike-bg img {
  position: absolute;
  top: 23px;
  right: 40px;
  z-index: -1;
}

@media (max-width: 991.96px) {
  .bike-bg {
    display: none;
  }
}

.popular-section {
  position: relative;
  padding: 80px 0 56px;
}

@media (max-width: 991.96px) {
  .popular-section {
    padding: 50px 0 26px;
  }
}

.popular-section .section-heading {
  max-width: 672px;
}

@media (max-width: 991.96px) {
  .popular-section .section-heading {
    max-width: 100%;
  }
}

.popular-section .bike-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.25);
  margin-bottom: 24px;
}

@media (max-width: 575.96px) {
  .popular-section .bike-list {
    flex-direction: column;
  }
}

.popular-section .bike-list .listing-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.popular-section .bike-list .listing-img .fav-item {
  padding: 15px;
}

.popular-section .bike-list .listing-img .fav-item img {
  border: 1px solid #ffffff;
}

@media (max-width: 1199.96px) {
  .popular-section .bike-list .listing-img {
    padding: 10px;
  }
}

@media (max-width: 991.96px) {
  .popular-section .bike-list .listing-img {
    width: 40%;
  }
}

@media (max-width: 575.96px) {
  .popular-section .bike-list .listing-img {
    width: 100%;
  }
}

.popular-section .bike-list .listing-content {
  width: 50%;
  margin: 0;
  padding: 24px;
}

@media (max-width: 1199.96px) {
  .popular-section .bike-list .listing-content {
    margin: 0;
    padding: 10px;
  }
}

.popular-section .bike-list .listing-content .listing-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (max-width: 1399.96px) {
  .popular-section .bike-list .listing-content .listing-button .btn {
    padding: 7px 12px;
  }
}

@media (max-width: 1199.96px) {
  .popular-section .bike-list .listing-content .listing-button .btn {
    font-size: 14px;
  }
}

@media (max-width: 1199.96px) {
  .popular-section .bike-list .listing-content .listing-button .fav-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 991.96px) {
  .popular-section .bike-list .listing-content {
    width: 60%;
  }
}

@media (max-width: 575.96px) {
  .popular-section .bike-list .listing-content {
    width: 100%;
  }
}

.popular-section .bike-list .img-slider .owl-dots .owl-dot {
  margin-bottom: 0;
}

.price-bg .shape-01 {
  position: absolute;
  top: 5%;
  left: 4%;
}

.price-bg .shape-02 {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: -1;
}

.price-bg .shape-03 {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: -1;
}

@media (max-width: 991.96px) {
  .price-bg {
    display: none;
  }
}

.destination-section {
  position: relative;
  padding: 80px 0 56px;
}

@media (max-width: 991.96px) {
  .destination-section {
    padding: 50px 0 26px;
  }
}

.destination-section .section-heading {
  max-width: 672px;
}

@media (max-width: 991.96px) {
  .destination-section .section-heading {
    max-width: 100%;
  }
}

.destination-bg .shape-01 {
  position: absolute;
  top: 5%;
  left: 5%;
}

.destination-bg .shape-02 {
  position: absolute;
  right: 3%;
  bottom: 20%;
}

@media (max-width: 991.96px) {
  .destination-bg {
    display: none;
  }
}

.destination-wrap {
  position: relative;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
  margin-bottom: 24px;
}

.destination-wrap .destination-img img {
  border-radius: 10px;
}

.destination-wrap .destination-content {
  background: linear-gradient(359.14deg, #000000 -1.08%, rgba(0, 0, 0, 0) 54.58%);
  border-radius: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  -webkit-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  flex-direction: column;
}

.destination-wrap .destination-content h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #ffffff;
}

.destination-wrap .destination-content p {
  color: #F5F5F5;
}

.destination-wrap .destination-content .btn {
  border-radius: 5px;
  padding: 7px 20px;
  font-weight: 500;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  white-space: nowrap;
}

.destination-wrap .destination-content .btn i {
  margin-left: 6px;
}

.destination-wrap:hover {
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
}

.destination-wrap:hover .btn {
  top: 100px;
  transition: 0.5s all;
  opacity: 1;
}

@media (max-width: 767.96px) {
  .destination-wrap:hover .btn {
    top: 35px;
  }
}

.destination-wrap:hover .destination-content {
  -webkit-transition: ease-in-out 1s;
  -ms-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  height: 100%;
  background: linear-gradient(359.14deg, #000000 -1.08%, rgba(0, 0, 0, 0.6) 113.69%);
}

.faq-section-three {
  background: #F2F7F6;
  position: relative;
  z-index: 1;
}

.faq-section-three .section-heading {
  text-align: left;
  margin-bottom: 24px;
}

@media (max-width: 991.96px) {
  .faq-section-three .faq-info {
    margin-bottom: 24px;
  }
}

.faq-section-three .faq-card {
  border-radius: 0;
  border-bottom: 1px solid #DBDBDB;
  border-width: 0 0 1px 0;
  margin: 0 0 10px;
  padding: 20px 0;
}

.faq-section-three .faq-card:last-child {
  margin-bottom: 0;
}

.faq-section-three .faq-title {
  font-size: 18px;
  font-weight: 500;
}

.faq-section-three .faq-title>a {
  padding-left: 25px;
}

.faq-section-three .faq-title>a::after {
  left: 0;
  right: auto;
  color: var(--secondary);
}

@media (max-width: 991.96px) {
  .faq-section-three .faq-title>a::after {
    font-size: 15px;
  }
}

.customer-content>p {
  margin-bottom: 16px;
}

.customer-content .count-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-radius: 10px;
  margin: 24px 0 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 991.96px) {
  .customer-content .count-box {
    margin: 24px 0 0;
    padding: 24px;
  }
}

.customer-content .count-box .counts-icon {
  background: #F2F7F6;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}

@media (max-width: 991.96px) {
  .customer-content .count-box .counts-icon {
    width: 70px;
    height: 70px;
  }
}

.faq-bg .shape-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
}

.faq-bg .shape-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.faq-bg .shape-03 {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991.96px) {
  .faq-bg {
    display: none;
  }
}

.testimonial-bg .shape-01 {
  position: absolute;
  top: 0;
  right: 10px;
}

.testimonial-bg .shape-02 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

@media (max-width: 991.96px) {
  .testimonial-bg .shape-02 {
    display: none;
  }
}

.testimonials-three {
  background: #F2F7F6;
  position: relative;
}

@media (max-width: 991.96px) {
  .testimonials-three {
    padding-top: 26px;
  }
}

.testimonial-feedback .section-heading {
  text-align: left;
  margin-bottom: 15px;
}

.testimonial-feedback .section-heading h2 {
  margin-bottom: 0;
}

.testimonial-feedback img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.testimonial-feedback .feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 991.96px) {
  .testimonial-feedback .feedback-item {
    margin-bottom: 24px;
  }
}

.testimonial-feedback .feedback-item .feedback-info h6 {
  font-weight: normal;
  margin-bottom: 11px;
}

.testimonial-feedback .feedback-item .feedback-info .rate-icon {
  margin-bottom: 11px;
}

.testimonial-feedback .feedback-item .feedback-info .rate-icon span {
  margin-right: 6px;
}

.testimonial-feedback .feedback-item .feedback-info p {
  font-size: 18px;
}

@media (max-width: 991.96px) {
  .testimonial-feedback .feedback-item .feedback-info p {
    font-size: 16px;
  }
}

.testimonial-feedback .feedback-item .feedback-user h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-weight: 500;
  color: #111;
}

.testimonial-feedback .feedback-item .feedback-user h3 i {
  color: #20BF8B;
  margin-right: 5px;
}

.testimonial-wrap .users-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 9px;
}

@media (max-width: 575.96px) {
  .testimonial-wrap .users-info {
    display: block;
  }
}

.testimonial-wrap .users-info .testimonial-name {
  margin-bottom: 15px;
}

.testimonial-wrap .users-info .testimonial-name h6 {
  font-weight: normal;
}

.testimonial-wrap .users-info .users-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}

.testimonial-wrap .users-info .users-rating .rate-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.testimonial-wrap .users-info .users-rating .rate-icon span {
  background: #20BF8B;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  color: #ffffff;
  margin-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.testimonial-wrap .users-info .users-rating .rate-icon span:last-child {
  margin-right: 0;
}

.testimonial-wrap .users-info .users-rating p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.testimonial-wrap .users-info .users-rating p i {
  margin-right: 5px;
}

.testimonial-wrap .testimonial-content {
  margin-bottom: 40px;
}

.testimonial-wrap .testimonial-content h3 {
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonial-wrap .testimonial-content p {
  font-size: 14px;
}

.rate-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.rate-icon span {
  background: #20BF8B;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  color: #ffffff;
  margin-right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.rate-icon span:last-child {
  margin-right: 0;
}

.testimonial-wrapper {
  background: #FCFCFC;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  border-radius: 5px;
  margin: 0 0 0 100px;
  padding: 24px;
}

@media (max-width: 1199.96px) {
  .testimonial-wrapper {
    margin-left: 50px;
  }
}

@media (max-width: 991.96px) {
  .testimonial-wrapper {
    margin-left: 0;
  }
}

.testimonial-thumbnails {
  overflow: hidden;
}

.testimonial-thumbnails .slick-slide.slick-active {
  width: 61px !important;
  height: 61px;
  border-radius: 50%;
  padding: 8px;
  outline: 1px solid #ffffff;
  margin: 1px 5px;
  opacity: 0.7;
}

.testimonial-thumbnails .slick-slide.slick-active img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
}

.testimonial-thumbnails .slick-slide.slick-active.slick-current {
  opacity: 1;
  outline: 1px solid #111;
}

.bike-section {
  background: #111;
  position: relative;
  z-index: 1;
}

.bike-section::before {
  content: "";
  background: url("../img/bg/bike-banner.png"), no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.bike-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 767.96px) {
  .bike-wrap {
    display: block;
  }
}

.bike-wrap .bike-content {
  max-width: 500px;
}

@media (max-width: 767.96px) {
  .bike-wrap .bike-content {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.bike-wrap .bike-content h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 991.96px) {
  .bike-wrap .bike-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.96px) {
  .bike-wrap .bike-content h2 {
    font-size: 24px;
  }
}

.bike-wrap .bike-btn {
  position: relative;
}

.bike-wrap .bike-btn::before {
  content: "";
  background: url("../img/bg/btn-bg-02.png");
  position: absolute;
  top: -43px;
  left: -35px;
  width: 59px;
  height: 58px;
}

@media (max-width: 767.96px) {
  .bike-wrap .bike-btn::before {
    left: 0;
  }
}

.bike-wrap .bike-btn .btn {
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 24px;
}

.recommend-section {
  background: #F2F7F6;
  position: relative;
  z-index: 1;
  padding: 0;
}

.recommend-section .section-heading {
  max-width: 672px;
}

@media (max-width: 991.96px) {
  .recommend-section .section-heading {
    max-width: 100%;
  }
}

.recommend-section::before {
  content: "";
  background: #FCFBFB;
  width: 100%;
  height: 83%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recommend-section .listing-item.bike-list {
  border: 0;
}

.recommend-section .listing-item.bike-list .listing-content {
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  margin: 0;
  padding: 24px;
}

.recommend-section .listing-item.bike-list .listing-content .listing-details-group {
  padding-bottom: 5px;
}

.recommend-section .listing-item.bike-list .listing-content .listing-details-group ul {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}

.recommend-section .listing-item.bike-list .listing-content .listing-details-group ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
}

.recommend-section .listing-item.bike-list .listing-content .listing-details-group ul li span {
  background: #111;
  margin: 0 5px 0 0;
}

.recommend-section .listing-item.bike-list .listing-content .listing-details-group ul li span img {
  filter: brightness(0) invert(1);
}

.recommend-slider .owl-stage .owl-item.active {
  opacity: 0.2;
  transition: 0.6s ease;
}

.recommend-slider .owl-stage .owl-item.active .listing-content {
  display: none;
}

.recommend-slider .owl-stage .owl-item.active.center {
  opacity: 1;
}

.recommend-slider .owl-stage .owl-item.active.center .listing-content {
  display: block;
}

.rental-section {
  background: #000;
  position: relative;
}

.rental-section .rental-content {
  max-width: 550px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767.96px) {
  .rental-section .rental-content {
    max-width: 100%;
  }
}

.rental-section .rental-content h2 {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
}

@media (max-width: 991.96px) {
  .rental-section .rental-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 767.96px) {
  .rental-section .rental-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.rental-section .rental-content .btn {
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 25px;
}

.rental-section .rental-content .btn-item {
  position: relative;
  display: inline-block;
}

.rental-section .rental-content .btn-item::before {
  content: "";
  background: url("../img/bg/btn-bg.png");
  position: absolute;
  top: -40px;
  right: -45px;
  width: 59px;
  height: 58px;
}

.bike-bg .shape-01 {
  position: absolute;
  top: 60%;
  left: 5%;
  width: 8px;
}

.bike-bg .shape-02 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 12px;
}

.bike-bg .shape-03 {
  position: absolute;
  top: 0;
  right: 20%;
}

.bike-bg .shape-04 {
  position: absolute;
  right: 5%;
  bottom: 20%;
}

@media (max-width: 991.96px) {
  .bike-bg {
    display: none;
  }
}

.rental-bg .ban-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.rental-bg .shape-01 {
  position: absolute;
  top: 60%;
  left: 5%;
  width: 8px;
}

.rental-bg .shape-02 {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 12px;
}

.rental-bg .shape-03 {
  position: absolute;
  top: 0;
  right: 30%;
}

.rental-bg .shape-04 {
  position: absolute;
  bottom: 20%;
  left: 48%;
}

@media (max-width: 991.96px) {
  .rental-bg {
    display: none;
  }
}

.quote-section {
  background: #111;
  padding: 40px 0;
}

.quote-section .quote-list {
  overflow: hidden;
}

.quote-section .quote-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  animation: marquee 10s linear infinite;
}

.quote-section .quote-list ul li {
  display: inline-block;
  margin: 0 24px 0 0;
  padding: 0 34px 0 0;
  position: relative;
  min-width: 200px;
}

.quote-section .quote-list ul li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background: url("../img/icons/quote-icon.svg");
  width: 13px;
  height: 13px;
}

.quote-list li:nth-child(1) {
  animation-delay: 0s;
}

.quote-list li:nth-child(2) {
  animation-delay: 0.8s;
}

.quote-list li:nth-child(3) {
  animation-delay: 1.6s;
}

.quote-list li:nth-child(4) {
  animation-delay: 2.4s;
}

.quote-list li:nth-child(5) {
  animation-delay: 3.2s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.price-section {
  padding-top: 80px;
  background: #F2F7F6;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.96px) {
  .price-section {
    padding-top: 50px;
  }
}

.price-section .section-heading h2 {
  max-width: 552px;
}

@media (max-width: 991.96px) {
  .price-section .section-heading h2 {
    max-width: 100%;
  }
}

.price-section .section-heading p {
  max-width: 700px;
}

@media (max-width: 991.96px) {
  .price-section .section-heading p {
    max-width: 100%;
  }
}

.price-section::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 83%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.price-tab {
  text-align: center;
}

.price-tab ul {
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  margin: 0 auto 40px;
  padding: 10px;
  display: inline-block;
}

@media (max-width: 991.96px) {
  .price-tab ul {
    margin-bottom: 30px;
  }
}

.price-tab ul li {
  display: inline-block;
}

.price-tab ul li a {
  color: #111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 7px 24px;
  font-weight: 500;
  min-height: 53px;
}

@media (max-width: 575.96px) {
  .price-tab ul li a {
    padding: 7px 14px;
  }
}

.price-tab ul li a span {
  background: var(--secondary);
  border-radius: 5px;
  color: #ffffff;
  padding: 7px 9px;
  margin-left: 17px;
  font-weight: 500;
}

.price-tab ul li a.active {
  background: var(--primary);
  color: #ffffff;
}

.price-wrap {
  position: relative;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  border-radius: 10px;
  margin: 0;
  padding: 40px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}

@media (max-width: 991.96px) {
  .price-wrap {
    margin: 0 0 24px;
    padding: 15px;
  }
}

.price-wrap.active {
  border: 0;
  margin: 0;
  padding: 80px 40px;
}

@media (max-width: 991.96px) {
  .price-wrap.active {
    margin: 0;
    padding: 40px 40px;
  }
}

.price-wrap .price-head {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #DBDBDB;
}

.price-wrap .price-head .level-badge {
  display: inline-block;
  background: var(--secondary);
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 3px 14px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 991.96px) {
  .price-wrap .price-head .level-badge {
    font-size: 16px;
  }
}

.price-wrap .price-head .level-badge.bg-purple {
  background: #9747FF;
}

.price-wrap .price-head .level-badge.bg-green {
  background: var(--secondary);
}

.price-wrap .price-level {
  margin: 0 0 15px;
}

.price-wrap .price-level h3 {
  margin: 0;
  font-weight: 700;
  font-size: 62px;
}

@media (max-width: 991.96px) {
  .price-wrap .price-level h3 {
    font-size: 40px;
  }
}

@media (max-width: 767.96px) {
  .price-wrap .price-level h3 {
    font-size: 28px;
  }
}

.price-wrap .price-level p {
  margin-bottom: 15px;
}

.price-wrap .price-level .trial-day {
  background: var(--primary);
  border-radius: 5px;
  font-weight: 500;
  display: block;
  color: #ffffff;
  padding: 12px 14px;
  text-align: center;
}

@media (max-width: 991.96px) {
  .price-wrap .price-level .trial-day {
    padding: 10px 14px;
  }
}

.price-wrap .price-details p {
  line-height: 27px;
  color: #737373;
  margin: 0 0 20px;
}

.price-wrap .price-details ul {
  margin: 0 0 20px;
}

.price-wrap .price-details ul li {
  font-size: 14px;
  position: relative;
  color: #111;
  margin: 0 0 14px;
}

.price-wrap .price-details ul li:last-child {
  margin-bottom: 0;
}

.price-wrap .price-details ul li i {
  color: #676767;
  margin-right: 5px;
}

.price-wrap .price-details ul li .coming-soon {
  background: #C9FAD6;
  color: #1FBC2F;
  border-radius: 3px;
  font-size: 10px;
  padding: 1px 6px;
  display: inline-block;
}

.price-wrap .feature-text {
  width: 100%;
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: #FFF;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}

.price-wrap .feature-text span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  inset-inline-end: 0px;
  inset-block-start: 24px;
  transform: rotate(-45deg);
}

.blog-section.bike-news .section-heading {
  max-width: 430px;
}

@media (max-width: 991.96px) {
  .blog-section.bike-news .section-heading {
    max-width: 100%;
  }
}

.blog-section.bike-news .grid-blog {
  border: 1px solid #DBDBDB;
  margin-bottom: 0;
}

.blog-section.bike-news .grid-blog .blog-content {
  padding: 24px;
}

.blog-section.bike-news .grid-blog .blog-content .blog-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-section.bike-news .grid-blog .blog-content .blog-description {
  margin-bottom: 24px;
}

.blog-section.bike-news .grid-blog .blog-content .blog-footer {
  border-top: 1px solid #DBDBDB;
  margin: 24px 0 0;
  padding: 24px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.blog-section.bike-news .grid-blog .blog-content .blog-footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.blog-section.bike-news .grid-blog .blog-content .blog-footer p i {
  margin-right: 5px;
}

.blog-section.bike-news .grid-blog .blog-content .blog-footer .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-weight: 500;
  color: var(--secondary);
}

.blog-section.bike-news .grid-blog .blog-content .blog-footer .read-more i {
  margin-left: 5px;
}

.blog-section.bike-news .grid-blog .blog-content .blog-footer .read-more:hover {
  color: var(--secondary);
}

.home-three .footer-three {
  background: #F2F7F6;
  overflow: hidden;
}

.home-three .footer-three::after {
  content: none;
}

.home-three .footer-three::before {
  background: url("../img/bg/footer-bg.png") no-repeat;
  width: 315px;
  height: 100%;
  bottom: 0;
}

.home-three .footer-three .footer-widget .footer-title {
  color: #111;
  margin-bottom: 24px;
}

.home-three .footer-three .footer-widget .footer-title::before {
  content: none;
}

.home-three .footer-three .footer-menu ul li {
  margin-bottom: 24px;
}

.home-three .footer-three .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.home-three .footer-three .footer-menu ul li a {
  position: relative;
  padding-left: 12px;
}

.home-three .footer-three .footer-menu ul li a::before {
  font-family: "Fontawesome";
  content: "\f054";
  font-size: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.home-three .footer-three .footer-logo {
  margin-bottom: 24px;
}

.home-three .footer-three .footer-contact-info {
  margin-bottom: 38px;
}

.home-three .footer-three .footer-contact-info h6 {
  color: #676767;
  text-transform: capitalize;
}

.home-three .footer-three .footer-contact-info .footer-address {
  margin-bottom: 10px;
}

.home-three .footer-three .footer-contact-info .footer-address:last-child {
  margin-bottom: 0;
}

.home-three .footer-three .footer-contact-info .footer-address .addr-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.home-three .footer-three .footer-contact-info .footer-address .addr-info a i {
  color: #111;
  margin-right: 5px;
}

.home-three .footer-three .footer-bottom {
  background: #F2F7F6;
  BORDER-TOP: 1px solid #ffffff;
  padding: 15px 0;
}

@media (max-width: 991.96px) {
  .home-three .footer-three .footer-bottom .copyright .copyright-text {
    text-align: center;
    margin-bottom: 15px;
  }
}

.home-three .footer-three .footer-bottom .copyright .copyright-text p span {
  color: #111;
}

.home-three .footer-three .store-icon li {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.home-three .footer-three .store-icon li:last-child {
  margin-right: 0;
}

.home-three .footer-three .footer-list>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
}

@media (max-width: 991.96px) {
  .home-three .footer-three .footer-list>ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

@media (max-width: 575.96px) {
  .home-three .footer-three .footer-list>ul {
    flex-wrap: wrap;
  }
}

.home-three .footer-three .footer-list>ul>li {
  margin-right: 15px;
}

@media (max-width: 575.96px) {
  .home-three .footer-three .footer-list>ul>li {
    margin-top: 10px;
  }
}

.home-three .footer-three .footer-list>ul>li:last-child {
  margin-right: 0;
}

.home-three .footer-three .footer-list>ul>li.lang-nav {
  margin-right: 24px;
}

.home-three .footer-three .footer-list>ul>li.lang-nav a.dropdown-toggle i {
  font-size: 20px;
  margin-right: 6px;
  color: #676767;
}

.home-three .footer-three .footer-list>ul>li.country-flag {
  margin-top: 0px;
}

.home-three .footer-three .footer-list>ul>li.country-flag img {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border-radius: 50%;
}

.home-three .footer-three .footer-list>ul>li.country-flag a {
  color: #111;
  font-size: 14px;
  padding: 9px 8px;
}

.home-three .footer-three .footer-list>ul>li.country-flag a.dropdown-toggle {
  background: #ffffff;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

.home-three .footer-three .footer-list>ul>li.country-flag .dropdown-menu {
  padding: 10px;
}

.home-three .footer-three .footer-list>ul>li.country-flag .dropdown-menu a {
  padding: 5px 10px;
  border-radius: 10px;
  color: #111;
}

.home-three .footer-three .footer-list>ul>li.country-flag .dropdown-menu a:hover {
  background: #F8FAFC;
}

.home-three .footer-three .footer-list .social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.home-three .footer-three .footer-list .social-icon li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  background: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.home-three .footer-three .footer-list .social-icon li a .fa-facebook,
.home-three .footer-three .footer-list .social-icon li a .fa-instagram,
.home-three .footer-three .footer-list .social-icon li a .fa-behance,
.home-three .footer-three .footer-list .social-icon li a .fa-twitter,
.home-three .footer-three .footer-list .social-icon li a .fa-linkedin {
  background: #111;
}

.home-three .footer-three .footer-list .social-icon li a:hover {
  background: var(--secondary);
}

.home-three .footer-three .footer-list .social-icon li a:hover .fa-facebook,
.home-three .footer-three .footer-list .social-icon li a:hover .fa-instagram,
.home-three .footer-three .footer-list .social-icon li a:hover .fa-behance,
.home-three .footer-three .footer-list .social-icon li a:hover .fa-twitter,
.home-three .footer-three .footer-list .social-icon li a:hover .fa-linkedin {
  background: var(--secondary);
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
.banner-section-four {
  background: var(--primary) url("../img/bg/banner-bg.png") no-repeat;
  background-position: bottom;
  padding: 120px 0 40px;
  z-index: 1;
  position: relative;
}

.banner-section-four h1 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 4px;
  line-height: 72px;
  position: relative;
}

.banner-section-four h1::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  background: url("../img/icons/ban-icon.svg");
  width: 59px;
  height: 60px;
}

@media (max-width: 767.98px) {
  .banner-section-four h1::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .banner-section-four h1 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four h1 {
    font-size: 36px;
    line-height: 100%;
    text-align: center;
  }
}

.banner-section-four h1 span {
  color: var(--secondary);
}

.banner-section-four p {
  font-size: 18px;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .banner-section-four p {
    text-align: center;
  }
}

.banner-section-four .home-banner {
  position: relative;
}

.banner-section-four .customer-list .users-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .banner-section-four .customer-list .users-wrap {
    justify-content: center;
  }
}

@media (max-width: 575.96px) {
  .banner-section-four .customer-list .users-wrap {
    display: block;
  }
}

.banner-section-four .customer-list .users-list {
  margin-right: 21px;
}

.banner-section-four .customer-list .users-list li {
  display: inline-block;
  margin-left: -10px;
}

.banner-section-four .customer-list .users-list li:first-child {
  margin-left: 0;
}

.banner-section-four .customer-list .users-list li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

@media (max-width: 575.96px) {
  .banner-section-four .customer-list .users-list {
    margin: 0 0 15px 0;
  }
}

.banner-section-four .customer-list .customer-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 991.98px) {
  .banner-section-four .customer-list .customer-info h4 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four .customer-list .customer-info h4 {
    font-size: 16px;
  }
}

.banner-section-four .customer-list .customer-info p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .banner-section-four .view-all {
    justify-content: center;
  }
}

.banner-section-four .banner-content {
  padding: 40px 0;
}

@media (max-width: 991.98px) {
  .banner-section-four .banner-content {
    margin-bottom: 40px;
    padding: 0;
  }
}

.banner-section-four .banner-search {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 90px;
  margin-top: 40px;
  padding: 10px;
}

@media (max-width: 767.98px) {
  .banner-section-four .banner-search {
    border-radius: 10px;
  }
}

.banner-section-four .banner-search .form-block {
  padding: 15px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 90px;
}

@media (max-width: 767.96px) {
  .banner-section-four .banner-search .form-block {
    display: block !important;
    border-radius: 10px;
  }
}

.banner-section-four .banner-search label {
  font-size: 14px;
  font-weight: 500;
  color: #F5F5F5;
  margin-bottom: 5px;
}

.banner-section-four .banner-search .search-input {
  flex: 1;
  padding: 15px;
  position: relative;
}

.banner-section-four .banner-search .search-input::before {
  content: "";
  background: #CDCDCD;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .banner-section-four .banner-search .search-input::before {
    right: unset;
    bottom: 0;
    top: unset;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.banner-section-four .banner-search .search-input:last-child::before,
.banner-section-four .banner-search .search-input.input-end::before {
  content: none;
}

@media (max-width: 767.96px) {
  .banner-section-four .banner-search .search-input {
    margin: 0 0 10px 0;
  }
}

.banner-section-four .banner-search .input-block {
  margin-bottom: 0;
}

.banner-section-four .banner-search .search-btn .btn {
  font-size: 16px;
  border-radius: 50px;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

@media (max-width: 991.96px) {
  .banner-section-four .banner-search .search-btn .btn {
    padding: 14px 10px;
  }
}

@media (max-width: 767.96px) {
  .banner-section-four .banner-search .search-btn .btn {
    width: 100%;
    padding: 10px;
  }
}

.banner-section-four .banner-search .form-control {
  border-color: transparent;
  background: transparent;
  color: #fff;
  font-size: 16px;
  height: 24px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .banner-section-four .banner-search .form-control {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
}

.banner-section-four .banner-search .form-control:focus {
  background: transparent;
}

.banner-section-four .banner-search .input-wrap {
  position: relative;
}

.banner-section-four .banner-search .input-wrap .input-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}

.banner-section-four .banner-search .select2-container--default .select2-selection--single {
  border-color: transparent;
  background: transparent !important;
  height: 24px;
}

.banner-section-four .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .banner-section-four .banner-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}

.banner-section-four .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  right: 0;
}

.banner-section-four .banner-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff;
}

.banner-section-four .video-wrap {
  display: inline-block;
  text-align: center;
  padding-left: 150px;
}

.banner-section-four .video-wrap p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .banner-section-four .video-wrap {
    padding: 0;
    text-align: center;
    margin: 0 auto 48px;
  }
}

.banner-section-four .rent-tag {
  background: #1FBC2F;
  color: #fff;
  padding: 10px 20px;
  border-radius: 65px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: -60px;
}

.banner-section-four .rent-tag i {
  font-size: 8px;
  margin-right: 10px;
}

.banner-section-four .rent-tag::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1FBC2F;
}

@media (max-width: 767.98px) {
  .banner-section-four .rent-tag {
    display: none;
  }
}

.banner-section-four .video-icon {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto 5px;
}

.banner-section-four .video-icon::before,
.banner-section-four .video-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  animation: ripples 3s infinite;
}

.banner-section-four .video-icon::before {
  animation-delay: 0.9s;
}

.banner-section-four .video-icon::after {
  animation-delay: 0.6s;
}

.banner-section-four .banner-img {
  position: relative;
}

.banner-section-four .banner-img .amount-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .banner-section-four .banner-img .amount-icon {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner-section-four .banner-image {
    text-align: center;
  }
}

@keyframes ripples {
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.banner-bgs .bg-01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.category-item {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
}

.category-item .category-info {
  padding: 20px;
}

.category-item .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.category-item p {
  font-size: 14px;
}

.category-item .link-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F1F1F1;
  font-size: 16px;
  color: var(--primary);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-item .category-img {
  text-align: right;
}

.category-item:hover {
  background: var(--primary);
}

.category-item:hover .title a {
  color: #fff;
}

.category-item:hover .link-icon {
  background: var(--secondary);
  color: #fff;
}

.section-heading.heading-four h2 {
  position: relative;
  padding: 0 33px;
  margin-bottom: 4px;
  display: inline-block;
}

.section-heading.heading-four h2::before,
.section-heading.heading-four h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url("../img/icons/star.svg") no-repeat;
  width: 23px;
  height: 23px;
}

.section-heading.heading-four h2::before {
  left: 0;
}

.section-heading.heading-four h2::after {
  right: 0;
  left: auto;
}

.section-heading.heading-four p {
  max-width: 100%;
}

.category-section-four {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .category-section-four {
    padding: 50px 0;
  }
}

.feature-section {
  background: url("../img/bg/feature-bg-01.png") no-repeat;
  background-position: bottom;
  padding: 0 0 60px;
}

@media (max-width: 991.98px) {
  .feature-section {
    padding: 0 0 50px;
  }
}

.feature-item {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  -webkit-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  transition: 500ms all ease;
}

.feature-item .feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--primary);
  box-shadow: 0px 4px 24px 0px rgba(225, 225, 225, 0.2509803922);
  flex-shrink: 0;
  margin-right: 12px;
  border: 1px solid transparent;
  background: linear-gradient(var(--primary), var(--primary)) padding-box, linear-gradient(180deg, #676767 0%, #FFFFFF 100%) border-box;
  background-clip: padding-box, border-box;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item:hover {
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, var(--secondary) 0%, #FFFFFF 100%) border-box;
  background-clip: padding-box, border-box;
}

.feature-item:hover .feature-icon {
  background: var(--secondary);
}

.listing-item.listing-item-two {
  padding: 0;
  border: 1px solid #dbdbdb;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.listing-item.listing-item-two .availability {
  background: #1FBC2F;
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
}

.listing-item.listing-item-two .location {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 9;
  color: #fff;
}

.listing-item.listing-item-two .listing-img {
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.listing-item.listing-item-two .listing-img img {
  border-radius: 10px 10px 0 0;
}

.listing-item.listing-item-two .listing-img .fav-item {
  justify-content: space-between;
}

.listing-item.listing-item-two .listing-img .fav-item .fav-icon:hover,
.listing-item.listing-item-two .listing-img .fav-item .fav-icon.selected {
  background: #fff;
  color: #FF0000;
  border-color: #fff !important;
}

.listing-item.listing-item-two .listing-img .fav-item .featured-text {
  padding: 2px 6px;
  display: inline-block;
  position: unset;
  min-width: auto;
  color: var(--primary);
}

.listing-item.listing-item-two .listing-content {
  padding: 16px;
  margin: 0;
}

.listing-item.listing-item-two .listing-content .price {
  font-size: 16px;
  font-weight: 600;
}

.listing-item.listing-item-two .listing-content .price span {
  font-size: 14px;
  font-weight: 400;
  color: #676767;
}

.listing-item.listing-item-two .listing-content .listing-features {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-color: #DBDBDB;
}

.listing-item.listing-item-two .listing-content .listing-features .list-rating {
  width: auto;
}

.listing-item.listing-item-two .listing-content .listing-details-group {
  margin: 0;
}

.listing-item.listing-item-two .listing-content .listing-details-group ul li {
  justify-content: center;
}

.car-section {
  padding: 0px 0px 60px 0;
}

@media (max-width: 991.98px) {
  .car-section {
    padding: 50px 0;
  }
}

.car-section .view-all-btn {
  margin-top: 8px;
}

.pricing-section-four {
  padding: 60px 0;
}

.pricing-section-four .view-all-btn {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .pricing-section-four {
    padding: 50px 0;
  }
}

.testimonial-section {
  background: url("../img/bg/feature-bg-01.png") no-repeat;
  background-position: bottom;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 50px 0;
  }
}

.testimonial-item.testimonial-item-two {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.testimonial-item.testimonial-item-two::before {
  content: "";
  background: url(../img/icons/testimonial-icon.svg) no-repeat;
  position: absolute;
  width: 139px;
  height: 71px;
  right: 0;
  top: 0;
}

.testimonial-item.testimonial-item-two .user-img {
  margin-bottom: 16px;
}

.testimonial-item.testimonial-item-two .user-img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.testimonial-item.testimonial-item-two .rating {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.testimonial-item.testimonial-item-two .rating i {
  color: #676767;
}

.testimonial-item.testimonial-item-two .rating i.filled {
  color: var(--secondary);
}

.testimonial-item.testimonial-item-two p {
  margin-bottom: 16px;
}

.testimonial-item.testimonial-item-two .user-info h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.testimonial-item.testimonial-item-two .user-info p {
  font-size: 14px;
}

.testimonial-item.testimonial-item-two:hover {
  background: var(--primary);
}

.testimonial-item.testimonial-item-two:hover .user-info h6 {
  color: #fff;
}

.client-slider {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  .client-slider {
    padding: 50px 0 0;
  }
}

.client-slider img {
  height: 36px;
  filter: grayscale(1);
}

.client-slider img:hover {
  filter: grayscale(0);
}

.price-item.price-item-two {
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, var(--secondary) 0%, #FFFFFF 100%) border-box;
  background-clip: padding-box, border-box;
  -webkit-background-clip: padding-box, border-box;
  background-origin: border-box;
  border-radius: 10px;
  display: block;
  padding: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.price-item.price-item-two.recommend::before {
  background: url("../img/bg/price-bg-03.png") no-repeat;
  width: 115px;
}

.price-item.price-item-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/bg/price-bg-02.png") no-repeat;
  background-position: right top;
  width: 135px;
  height: 122px;
  z-index: -1;
}

.price-item.price-item-two .recommend-tag {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  padding: 5px 8px;
  background: var(--secondary);
  position: absolute;
  bottom: 100%;
  right: 10px;
  color: #fff;
}

.price-item.price-item-two .price-head h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.price-item.price-item-two .price-head .price-level {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-item.price-item-two .price-head .price-level h3 {
  font-size: 28px;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .price-item.price-item-two .price-head .price-level h3 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .price-item.price-item-two .price-head .price-level h3 {
    font-size: 16px;
  }
}

.price-item.price-item-two .price-head .price-level p {
  font-size: 14px;
}

.price-item.price-item-two .price-head .price-level .offer-tag {
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 5px;
  color: #fff;
}

.price-item.price-item-two .price-details ul {
  margin-bottom: 20px;
}

.price-item.price-item-two .price-details ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}

.price-item.price-item-two .price-details ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/icons/star-01.svg") no-repeat;
  width: 14px;
  height: 14px;
  top: 3px;
}

.price-item.price-item-two .price-details ul li:last-child {
  margin-bottom: 0;
}

.price-item.price-item-two.active {
  background: #1FBC2F;
  border-color: #1FBC2F;
}

.price-item.price-item-two.active .price-head h6 {
  color: #fff;
}

.price-item.price-item-two.active .price-head .price-level h3 {
  color: #fff;
}

.price-item.price-item-two.active .price-details ul li {
  color: #fff;
}

.price-item.price-item-two.active .price-details ul li::before {
  filter: brightness(0) invert(1);
}

.price-item.price-item-two.active .btn {
  background: #fff;
  border-color: #fff;
  color: var(--primary);
}

.blog-section-four {
  padding: 60px 0;
  background: #fff;
}

@media (max-width: 991.98px) {
  .blog-section-four {
    padding: 50px 0;
  }
}

.blog-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog-item::before {
  content: "";
  display: none;
}

.blog-item .blog-img {
  border-radius: 10px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f5f5f5;
}

.blog-item .blog-img img {
  border-radius: 10px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  z-index: 0;
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-item .category {
  font-size: 14px;
  padding: 5px 14px;
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.blog-item .date {
  font-size: 14px;
}

.blog-item .blog-content {
  padding: 16px;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}

.blog-item .blog-content .title {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .blog-item .blog-content .title {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .blog-item .blog-content .title {
    font-size: 16px;
  }
}

.blog-item .blog-content .blog-category {
  margin-bottom: 10px;
}

.blog-item:hover .blog-img img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
}

.brand-section {
  padding: 60px 0 0;
  background: var(--primary);
}

@media (max-width: 991.98px) {
  .brand-section {
    padding: 50px 0 0;
  }
}

.brands-slider {
  margin-bottom: 40px;
}

.brand-wrap {
  filter: grayscale(1);
  opacity: 30%;
  text-align: center;
}

.brand-wrap img {
  margin: 0 auto 12px;
  height: auto;
  width: auto !important;
}

.brand-wrap p {
  color: #fff;
  font-weight: 500;
}

.brand-wrap:hover {
  filter: grayscale(0);
  opacity: 100%;
}

.faq-section-four {
  background: #fff;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .faq-section-four {
    padding: 50px 0;
  }
}

.faq-accordion.accordion {
  border: 0;
  margin: 0;
}

.faq-accordion.accordion .accordion-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-width: 0 0 1px 0;
  border-color: #dbdbdb;
  box-shadow: none;
}

.faq-accordion.accordion .accordion-item .accordion-button {
  background: transparent;
  font-size: 18px;
  color: var(--primary);
  padding: 0;
  box-shadow: none;
}

.faq-accordion.accordion .accordion-item .accordion-button::after {
  content: "\eb8b";
  font-family: boxicons;
  background-image: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  color: #fff;
}

.faq-accordion.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\ebc0";
  background: #fff;
  color: var(--primary);
}

.faq-accordion.accordion .accordion-item .accordion-body {
  padding: 10px 0 0;
  color: #676767;
}

.faq-accordion.accordion .accordion-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.categories-section {
  background: #FCFCFC;
  border-radius: 20px 20px 0 0;
  padding: 40px 0;
}

.category-list li {
  margin-bottom: 16px;
}

.category-list li a {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  color: #676767;
}

.category-list li a::before {
  content: "\ea50";
  font-family: boxicons;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}

.category-list li a:hover {
  color: var(--secondary);
}

.category-list li:last-child {
  margin-bottom: 0;
}

.custom-accordion.accordion {
  border: 0;
  margin: 0;
}

.custom-accordion.accordion .accordion-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-width: 0 0 1px 0;
  border-color: #dbdbdb;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.custom-accordion.accordion .accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary);
  padding: 0;
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .custom-accordion.accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .custom-accordion.accordion .accordion-item .accordion-button {
    font-size: 16px;
  }
}

.custom-accordion.accordion .accordion-item .accordion-button::after {
  content: "\ea4a";
  font-family: boxicons;
  background-image: none;
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.custom-accordion.accordion .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 24px;
}

.custom-accordion.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.custom-accordion.accordion .accordion-item .accordion-body {
  padding: 24px 0 0;
  color: #676767;
  border-top: 1px solid #dbdbdb;
}

.custom-accordion.accordion .accordion-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.rental-section-four {
  background: #fff;
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .rental-section-four {
    padding: 50px 0;
  }
}

.step-item {
  margin-bottom: 24px;
}

.step-item h5 {
  font-size: 20px;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .step-item h5 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .step-item h5 {
    font-size: 16px;
  }
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}

.rental-img {
  position: relative;
  z-index: 1;
  margin-right: 40px;
}

.rental-img .grid-img {
  position: absolute;
  right: 0;
  top: 27px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .rental-img {
    display: none;
  }
}

.rental-content .section-heading {
  margin-bottom: 20px;
}

.rental-content .section-heading h2 {
  padding: 0;
}

.rental-content .section-heading h2::before,
.rental-content .section-heading h2::after {
  content: none;
}

.count-sec {
  background: var(--primary) url("../img/bg/count-bg.png");
  border-radius: 10px;
  padding: 40px;
  margin-top: 60px;
}

@media (max-width: 991.98px) {
  .count-sec {
    margin-top: 50px;
  }
}

.count-item {
  text-align: center;
}

.count-item h3 {
  border-bottom: 3px solid transparent;
  border-image-source: linear-gradient(90deg, var(--primary) 0%, #FFFFFF 51%, var(--primary) 100%);
  border-image-slice: 1;
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.spec-list {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.spec-list span {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 30px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
}

.spec-list span img {
  margin-right: 5px;
}

.car-slider.owl-carousel .owl-item img {
  width: auto;
}

.car-slider.owl-carousel .owl-nav {
  position: absolute;
  bottom: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.car-slider.owl-carousel .owl-nav button.owl-next,
.car-slider.owl-carousel .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 24px;
  color: var(--primary);
  border-radius: 50%;
}

.car-slider.owl-carousel .owl-nav button.owl-next:hover,
.car-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

.popular-section-four {
  padding-bottom: 40px;
  position: relative;
  background: url("../img/bg/popular-bg.png") no-repeat;
  background-position: right bottom 60px;
}

.popular-section-four::before {
  background: var(--primary);
  height: 240px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.car-item {
  text-align: center;
}

.car-item h6 {
  margin-bottom: 4px;
  color: #787878;
}

.car-item .display-1 {
  color: #787878;
}

.car-item .car-img {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.car-item .car-img img {
  margin: 0 auto;
}

.car-item .car-img .amount-icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
}

@media (max-width: 767.98px) {
  .car-item .car-img .amount-icon {
    display: none;
  }
}

.amount-icon {
  width: 100px;
  height: 100px;
  background: rgba(18, 115, 132, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amount-icon .day-amt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--secondary);
  border-radius: 50%;
  flex-direction: column;
}

.amount-icon .day-amt p {
  color: #fff;
  margin-bottom: 2px;
  font-size: 10px;
}

.amount-icon .day-amt h6 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.amount-icon .day-amt h6 span {
  font-size: 12px;
}

.subscribe-sec {
  background: var(--primary) url("../img/bg/subscribe-bg.png") no-repeat;
  background-position: right bottom;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  .subscribe-sec {
    margin-top: 50px;
  }
}

.subscribe-sec .subscribe-content {
  max-width: 570px;
  padding: 60px;
}

@media (max-width: 991.98px) {
  .subscribe-sec .subscribe-content {
    padding: 30px;
  }
}

.subscribe-sec .subscribe-content h2 {
  font-size: 32px;
  margin-bottom: 4px;
  color: #fff;
}

.subscribe-sec .subscribe-content h2 span {
  color: var(--secondary);
}

@media (max-width: 991.98px) {
  .subscribe-sec .subscribe-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .subscribe-sec .subscribe-content h2 {
    font-size: 26px;
  }
}

.subscribe-sec .subscribe-content p {
  margin-bottom: 16px;
}

.subscribe-sec .subscribe-img {
  position: relative;
  z-index: 1;
  text-align: right;
}

.subscribe-sec .subscribe-img::before {
  content: "";
  background: var(--secondary);
  width: 425px;
  height: 425px;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .subscribe-sec .subscribe-img::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .subscribe-sec .subscribe-img {
    display: none;
  }
}

.subscribe-sec .app-bg-01 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.subscribe-form {
  position: relative;
}

.subscribe-form span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.subscribe-form .form-control {
  min-height: 46px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 35px;
  border: 1px solid rgba(219, 219, 219, 0.1);
  font-size: 14px;
  margin: 0;
  padding: 10px 30px 12px 36px;
  color: #fff;
}

.subscribe-form .form-control::placeholder {
  color: #787878;
}

.subscribe-form .btn {
  width: 26px;
  height: 26px;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: #FF9307;
  border-color: #FF9307;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-form .btn:active {
  border-color: #FF9307;
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide[data-direction=right] {
  --_animation-direction: reverse;
}

.horizontal-slide[data-direction=left] {
  --_animation-direction: forwards;
}

.horizontal-slide[data-speed=fast] {
  --_animation-duration: 30s;
}

.horizontal-slide[data-speed=slow] {
  --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.support-section {
  background: var(--primary);
  padding: 20px 0;
  transform: rotate(-1.45deg);
  -webkit-transform: rotate(-1.45deg);
  -ms-transform: rotate(-1.45deg);
}

.support-item {
  position: relative;
  margin-right: 20px;
  padding-right: 44px;
}

.support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/icons/star-icon.svg");
  width: 24px;
  height: 24px;
}

.support-item h2 {
  white-space: nowrap;
  color: #CDCDCD;
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .support-item h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .support-item h2 {
    font-size: 24px;
  }
}

.support-item:hover h2 {
  color: #fff;
}

.bootstrap-datetimepicker-widget {
  z-index: 1051 !important;
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/
