@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

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

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --theme-deafult: #abe8fd;
}
img {
  max-width: 100%;
  object-fit: cover;
}
a,
button {
  color: inherit !important;
  text-decoration: none !important;
  transition: 0.35s;
}
a:hover,
button:hover {
  color: inherit !important;
  text-decoration: none !important;
}
li,
ul {
  list-style: none;
  margin-bottom: 0;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif !important;
}

input,
select,
textarea,
button {
  font-family: inherit;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1440px !important;
}
.heading {
  margin-bottom: 40px;
}
.heading h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
}

/*====  Header css ====*/
.site_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.44);
  z-index: 99;
  padding: 10px 0;
}
.site_header .menu ul li a {
  font-size: 16px;
  color: #fff !important;
  display: inline-block;
  padding: 0 15px;
  line-height: 26px;
  font-weight: 600;
}
.site_header .menu ul {
  margin: 0 !important;
}
.site_header .menu ul li:last-child a {
  background: #fff;
  color: #000 !important;
  font-size: 14px;
  line-height: 23px;
  padding: 6px 22px;
  font-weight: 700;
  margin-left: 15px;
}
.inner_header {
  position: unset;
}
.inner_header .menu ul li a {
  color: #999999 !important;
}
.inner_header .menu ul li.active a {
  color: #028402 !important;
}
.inner_header .menu ul li:last-child a {
  background: #028402;
  color: #fff !important;
}
/* .fixed-header {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    background: #028402;
    border-bottom: 1px solid #028402;
    box-shadow: 0 0 2px #028402;
    z-index: 98;
} */
.fixed-header .menu ul li a {
  color: #fff !important;
}
.fixed-header .menu ul li.active a {
  color: #fff !important;
}
/*====  Banner css ====*/
.banner {
  background: #214d3a;
  min-height: 600px;
}
.banner .col-md-6 .image img {
  position: relative;
  margin-bottom: -80px;
}
.banner .container > .row {
  /*    align-items: center;*/
  padding-top: 123px;
}
.banner .text h1 {
  font-size: 63px;
  line-height: 79px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 19px;
}
.banner .text p {
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  color: #ffff;
  margin-bottom: 0;
}
.banner_tab {
  padding-bottom: 70px;
  z-index: 97;
  position: relative;
}
.banner_tab ul#tabs-nav {
  margin: 0;
}
.banner_tab ul#tabs-nav li {
  background: rgba(255, 255, 255, 0.86);
  padding: 12px 13px 12px 27px;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  opacity: 0.8;
}
.banner_tab ul#tabs-nav li.active {
  background: #fff;
  color: #214e39;
  opacity: 1;
}
.banner_tab div#tabs-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(
      90.29deg,
      rgba(255, 255, 255, 0.56) 8.57%,
      rgba(255, 255, 255, 0.42) 101.15%
    );
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.6);
}
.banner_tab ul#tabs-nav li img {
  min-height: 22px;
  object-fit: scale-down;
  max-width: 100%;
  margin-right: 4px;
}
#cart_payment_form .radio input[type="radio"] {
  position: relative !important;
  opacity: 1 !important;
}

.banner_tab div#tabs-content .item h5 {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 14px;
  font-weight: 500;
}
.banner_tab div#tabs-content .item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.banner_tab div#tabs-content .item p img {
  margin-right: 5px;
}
.banner_tab div#tabs-content .item {
  border-right: 0px solid rgba(0, 0, 0, 0.3);
}
.banner_tab div#tabs-content .cta {
  text-align: center;
}
.banner_tab div#tabs-content .cta button {
  background: #214d3a;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 40px;
  width: 100%;
}
.banner_tab div#tabs-content .cta a {
  background: #214d3a;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 40px;
}
.banner_tab .form-group {
  /* background: rgba(255, 255, 255, 0.86); */
  padding: 12px 13px 12px 27px;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  /* opacity: 0.8; */
  margin-bottom: 0;
  position: relative;
}
.banner_tab .form-group img {
  min-height: 22px;
  object-fit: scale-down;
  max-width: 100%;
  margin-right: 4px;
}
.banner_tab .form-group span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  opacity: 0.8;
  z-index: -1;
}
.banner_tab .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.banner_tab div#tabs-content .item input {
  appearance: none !important;
  background: unset;
  border: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 26px;
  height: 100%;
}
.banner_tab .form-group label {
  margin: 0;
  opacity: 0.8;
}
.banner_tab .form-group input:checked + label + span {
  opacity: 1;
  background-color: #fff;
}
.banner_tab .form-group input:checked + label {
  color: #214e39;
  opacity: 1;
}
.banner_tab div#tabs-content .item p {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  position: relative;
  height: 040px;
}
.banner_tab div#tabs-content .item input:focus {
  outline: navajowhite;
}
/*====  Our Services css ====*/
.ourServices {
  padding: 60px 0;
}
.ourServices .container {
  max-width: 90% !important;
  margin: 0 auto;
}
.ourServices .container .row {
  background: rgba(48, 118, 88, 0.25);
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}
.ourServices .container .row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.ourServices .item .text {
  max-width: 350px;
  margin-bottom: 26px;
  margin: 0 auto;
}
.ourServices .item .text h3 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 31px;
  text-align: left;
}
.ourServices .item .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
  text-align: left;
}
.ourServices .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding-top: 70px;
}
.ourServices .col-md-4:nth-of-type(2) {
  position: relative;
}
.ourServices .col-md-4:nth-of-type(2):before {
  content: "";
  background: rgb(48 118 88 / 7%);
  transform: skew(-20deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.ourServices .col-md-4:nth-of-type(2) .item {
  align-items: center;
}
.ourServices .col-md-4:nth-of-type(2) .item .text {
  margin-bottom: 0;
  margin-top: 26px;
}

/*====  Our Fleet css ====*/
.ourFleet {
  padding: 20px 0 50px;
}
.ourFleet .container {
  max-width: 90% !important;
  margin: 0 auto;
}
.fleet_slider .item .text h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.fleet_slider .item .image {
  text-align: center;
  border-right: 1px solid #d9d9d9;
}
.fleet_slider .item .image img {
  height: 160px;
  object-fit: scale-down;
  margin-bottom: 3px;
}
.fleet_slider .slick-slide img {
  display: block;
  margin: 0 auto;
}
.fleet_slider button {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: #f1f1f1;
  position: relative;
  left: 0 !important;
  right: 0 !important;
  display: block !important;
  max-width: 50px !important;
  margin: 0;
  top: 0;
  transform: unset;
  line-height: 1;
}
.fleet_slider button:after {
  content: "";
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: #f1f1f1;
  left: 0 !important;
  right: 0 !important;
  display: block;
  max-width: 50px !important;
  margin: 0;
  top: 0;
  transform: unset;
  line-height: 1;
}
.fleet_slider {
  display: flex !important;
  align-items: center;
}
.fleet_slider button:before {
  content: unset;
}
.fleet_slider button.slick-prev:after {
  background-image: url("../../yacht-images/icons/left.png");
  background-repeat: no-repeat;
  background-position: 45%;
}
.fleet_slider button.slick-next:after {
  background-image: url("../../yacht-images/icons/right.png");
  background-repeat: no-repeat;
  background-position: 55%;
}
.fleet_slider button:hover {
  background-color: #f1f1f1;
}
.fleet_slider .slick-disabled {
  opacity: 0.7;
}

/*====  offers block css ====*/
.offers_block {
  padding: 50px 0;
}

.offers_block .item .image {
  position: relative;
}
.offers_block .item .image img {
  display: block;
  width: 100%;
}
.offers_block .item .image span.offer {
  position: absolute;
  top: 18px;
  right: 0;
  background: rgba(33, 77, 58, 0.78);
  padding: 5px 8px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
}
.offers_block .item .text {
  padding-top: 18px;
}
.offers_block .item .text h4 {
  font-size: 17px;
  font-weight: 700;
  color: #4e4439;
  margin-bottom: 8px;
  line-height: 1;
}
.offers_block .item .text p {
  font-size: 13px;
  color: #4e4439;
}

/*====  Mobile App block css ====*/

.mobileApp_text h2 {
  font-family: "GLITTEN" !important;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 0;
  color: #21323c;
}
.mobileApp_text h3 {
  padding-top: 4px;
  font-size: 39px;
  line-height: 44px;
  color: #21323c;
  font-weight: 400;
  margin-bottom: 22px;
}
.mobileApp_text p {
  font-size: 16px;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 40px;
  color: #21323c;
  opacity: 0.6;
}
.mobileApp {
  background: url("../../yacht-images/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
  position: relative;
  min-height: 430px;
  margin-top: 40px;
}
.mobileApp .left .image img {
  position: absolute;
  margin-top: 0x;
  margin-left: 0;
  z-index: 99;
  background: #fff;
  top: 70%;
  transform: translate(-25%, -50%);
  left: 27%;
}
.mobileApp .right .image img {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  z-index: 99;
  background: #fff;
  top: 50%;
  left: 80%;
  transform: translate(-80%, -50%);
}
.mobileApp .row,
.mobileApp .row .col-md-6 {
  position: unset;
}

/*====  Footer block css ====*/

.site_footer {
  margin-top: 110px;
  background: #214d3a;
  padding: 50px 0;
}
.footer_row {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
}
.site_footer .footer_row .item h3 {
  color: #ffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.site_footer .footer_row .item ul li a {
  display: inline-block;
  font-size: 12px;
  color: #fff !important;
  opacity: 0.5;
  line-height: 25px;
  padding: 0px 0 5px;
}
.footer_bar {
  border-top: 1px solid rgb(255 255 255 / 50%);
  margin-top: 20px;
}
.footer_bar li {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  padding: 0 15px;
  margin-top: 15px;
}
.site_footer .footer_row .item .social_icon ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  color: #000 !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 14px;
}
.site_footer .footer_row .item .social_icon ul li:last-child a {
  margin-right: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*====  Search results css ====*/
.serch_result_heading {
  margin-top: 40px;
  padding: 25px;
  background: #f7f7f7;
  border-radius: 4px;
}
.serch_result_heading .item {
  display: inline-flex;
  align-items: center;
}

.serch_result_heading .item h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  /*  font-family: 'Inter';*/
}

.serch_result_heading .item span {
  display: inline-block;
  padding-left: 10px;
  color: #028402;
  cursor: pointer;
}
.serch_result_heading .item span i {
  font-size: 20px;
}
.result_date p {
  /*  font-family: 'Inter';*/
  color: #00000087;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 16px;
}
.result_item {
  padding: 50px 0 !important;
}
.result_item .heading span {
  display: inline-block;
  cursor: pointer;
}
.result_item .item .text .product_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productList ul {
  /* display: flex; */
  margin-bottom: 10px;
}
.productList ul li a {
  color: #028402 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}
.productPrice {
  border-top: 1px solid #00000026;
  padding-top: 10px;
}
.productPrice .left span {
  display: block;
  font-family: "Inter";
}
.productPrice .left span.price {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}
.productPrice .left span.off_price {
  color: #00000061;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.result_item .item .text .product_heading h3 {
  font-size: 16px;
  font-weight: 700;
}
.productPrice .right span {
  color: #028402;
  border: 1px solid #028402;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  background: #e9ecea;
}

.result_item .item {
  background: #f7f7f7;
  border-radius: 6px 6px 0px 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.result_item .item .text {
  padding: 15px 12px;
}
.result_item .item .text .product_heading span i {
  color: #e89732;
  padding-right: 5px;
}
.result_item .item .text .product_heading span {
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}
.filter_bar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: #fff;
  padding: 50px 20px;
  transition: 0.35s;
  width: 350px;
  box-shadow: 0 0 6px #ccc;
  transform: translateX(100%);
  z-index: 99999;
}
.filter_bar span.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.filter_bar .filter_item h3 {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
}
.filter_bar .filter_item form {
  padding-top: 15px;
}
.filter_bar .filter_item form label {
  display: block;
  margin-bottom: 10px;
  color: #028402;
}
.filter_bar span.close i {
  color: #028402;
}
.filter_bar .filter_item form input {
  width: 100%;
  padding: 5px 10px;
}
.filter_bar .filter_item form .form-group {
  margin-bottom: 15px;
}
.filter_bar .filter_item form .form-cta input {
  background: #028402;
  border: 1px solid #028402;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}
.filter_open {
  overflow: hidden;
  position: relative;
}
.filter_open:after {
  content: "";
  background: #000;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.filter_open .filter_bar {
  transform: translateX(0);
}
.result_item {
  overflow: hidden;
}
/* .result_item .row{
    height: 800px;
    overflow-y: auto;
} */
/*==== End Search results css ====*/

/*==== start single  product css ====*/

.single_product_block {
  padding: 50px 0;
}

.single_product_block .item img {
  width: 100%;
}
.single_product_block .text h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.single_product_block .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 0;
  margin-bottom: 0;
}
.al_body_template_one .sold-by img {
  height: 20px;
  width: 20px;
}
body.al_body_template_one .single_product_block {
  padding: 70px 0 !important;
}
.product_iteslist ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 50px;
  padding-top: 25px;
  border-top: 1px solid #b8b8b8;
  margin-top: 10px;
}
.product_iteslist ul span {
  display: inline-block;
  font-size: 14px;
  color: rgba(63, 63, 63, 0.8);
}
.product_iteslist ul span b {
  display: block;
  color: #000;
  font-size: 15px;
}
.product_iteslist ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 0 12px;
  margin-bottom: 25px;
  align-items: center;
}
.product_cta a {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #028402;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
  padding: 15px;
  text-align: center;
}

.single_product_description h3,
.product_dis_list h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 21px;
}
.single_product_description p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
}
.product_dis_list {
  padding: 80px 0 0;
}
.specifications_list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  /* opacity: 0.8; */
  margin-bottom: 5px;
}
.specifications_list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.additional_list li {
  display: flex;
  max-width: 600px;
  justify-content: space-between;
  align-items: center;
}
.additional_list li span {
  display: inline-block;
  width: 150px;
}

/*==== End single  product css ====*/

/*==== start select product page css ====*/
.product_cart {
  padding: 50px 0;
}

.product_cart .left-item .item .select_product {
  border: 1px solid #e3e3e3;
  padding: 30px 26px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.product_cart .left-item .item .select_product h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product_cart .left-item .item .select_product h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
}
.product_cart .select_product ul.d-flex {
  margin-bottom: 30px;
}
.product_cart .select_product ul.d-flex li {
  font-size: 12px;
  margin-right: 20px;
}
.product_cart .select_product ul.d-flex li img {
  margin-right: 10px;
}

.select_product_form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}
.select_product_form .form-group {
  background: #f7f7f7;
  padding: 15px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.select_product_form .form-group > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #028451;
  border-radius: 2px;
  opacity: 0;
}
.select_product_form .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 90;
}
.select_product_form .form-group input:checked + label + span {
  opacity: 1;
}
.select_product_form .form-group h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.select_product_form .form-group h3 img {
  margin-right: 10px;
}
.select_product_form .form-group .price p {
  color: #028402;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.select_product_form .form-group label > p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  position: relative;
}
.select_product_form .form-group label > p span {
  color: #028402;
  font-size: 16px;
  font-weight: 700;
}
.select_product_form .form-group label > ul {
  margin: 0;
}
.select_product_form .form-group label > ul li {
  display: grid;
  grid-template-columns: 25px 1fr;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 35px;
}

.adone_item .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
  margin-top: 20px;
}
.adone_item .item {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 0 20px;
  padding: 10px 15px;
  background: #f7f7f7;
  border-radius: 2px;
  margin-bottom: 20px;
}
.product_cart .left-item .adone_item .text h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.adone_item .item .text p {
  font-size: 14px;
  margin-bottom: 10px;
}
.product_cart .left-item .adone_item .text span {
  font-size: 14px;
  color: #028402;
  font-weight: 700;
}

.bokking_form .form-group {
  background: #f7f7f7;
  padding: 15px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.bokking_form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}
.bokking_form .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 90;
}
.bokking_form .form-group > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #028451;
  border-radius: 2px;
  opacity: 0;
}
.bokking_form .form-group input:checked + label + span {
  opacity: 1;
}

.bokking_form .form-group h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.bokking_form .form-group p {
  color: #000;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}
.bokking_form .form-group label {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 0 20px;
}
.bokking_form .form-group label ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.bokking_form .form-group label ul li img {
  margin-right: 5px;
}
.product_cart .left-item .bokking_form .form-group label .text span {
  color: #028402;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}
.addcart_cta span {
  font-size: 25px !important;
  line-height: 1;
  padding: 2px 10px;
}
.addcart_cta .plus {
  background-color: #028402;
  color: #fff !important;
  cursor: pointer;
}
.addcart_cta .minus {
  color: #fff !important;
  background: #bbbbbb;
  cursor: pointer;
}
.addcart_cta .num {
  padding: 0 !important;
}

.product_cart .right .item .booking_day {
  padding: 0 30px 30px;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  justify-content: space-between;
}
.product_cart .right .item .booking_day h3 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}
.product_cart .right .item .booking_day span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.product_cart .right .item .booking_day span i {
  color: #028402;
  font-size: 18px;
}
.booking_date {
  padding: 30px 30px 20px;
}
.booking_date h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.booking_date h6 span {
  color: #0000007d;
}
.seleed_date span {
  background: #d7d7d7;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
}
.booking_date p {
  font-size: 16px;
  margin-bottom: 0;
}

.booking_date ul {
  margin-top: 20px;
  position: relative;
}
.booking_date ul li img {
  background: #fff;
  z-index: 9;
}
.booking_date ul li span {
  border-bottom: 1px solid #00000020;
  display: inline-block;
}
.booking_date ul li {
  display: grid;
  grid-template-columns: 30px 01fr 51px;
  grid-gap: 0 5px;
  margin-bottom: 27px;
  font-size: 15px;
  font-weight: 500;
}
.booking_date ul > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.rental_item {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 10px 0;
}
.rentalcharges {
  padding: 5px 30px 5px;
}
.taxes_fees {
  padding: 30px 30px 0;
}
.product_cart .right .item .rentalcharges h3,
.taxes_fees h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
.rentalcharges div p,
.rentalcharges div span {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.taxes_fees ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.taxes_fees ul li:last-child {
  font-weight: 700;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
.confirm_cta button {
  display: block;
  background: #028402;
  text-align: center;
  padding: 14px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 4px;
  border: 1px solid #028402;
}
.confirm_cta button i {
  padding-left: 5px;
  font-size: 20px;
}
.confirm_cta button:hover {
  color: #028402 !important;
  background: transparent;
}
.addcart_cta {
  user-select: none;
}
/*==== End select product page css ====*/

.different_cta {
  display: inline-block;
}
div#diff-box {
  padding-left: 0;
}
label.different_cta {
  position: relative;
  padding-left: 24px;
}

.diff-loc input {
  display: inline-block !important;
  width: auto !important;
}

.diff-loc label {
  display: inline-block !important;
  margin-left: 5px;
}
label.different_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #214d3a;
  border-radius: 2px;
}
label.different_cta::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #214d3a;
  border-left: 2px solid #214d3a;
  transform: rotate(-45deg);
  opacity: 0;
}
input#diff-location {
  z-index: 99;
}
div#diff-box input:checked + label.different_cta::after {
  opacity: 1;
}

/*====  Responsive css ====*/
@media (max-width: 1400px) {
  .ourServices .container,
  .ourFleet .container {
    max-width: 95% !important;
    margin: 0 auto;
  }
  .ourServices .item .text p {
    font-size: 16px;
    line-height: 1.5;
  }
  .ourServices .item .text {
    max-width: 280px;
  }
  .ourServices .col-md-4:nth-of-type(2):before {
    transform: skew(-10deg);
  }
  .mobileApp .left .image img {
    left: 22%;
  }
  .site_header .row {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .ourServices .item .text p {
    font-size: 14px;
  }
  .ourServices .col-md-4:nth-of-type(2):before {
    transform: skew(-5deg);
  }
  .ourServices .item .image {
    padding: 0 10px;
  }
  .mobileApp .right .image img {
    left: 95%;
  }
  .mobileApp .left .image img {
    left: 8%;
  }
  .banner .text h1 {
    font-size: 50px;
    line-height: 1.4;
  }
  .banner .text p {
    font-size: 18px;
  }
  .ourServices .container .row {
    padding: 0 20px;
  }
  .ourServices .item .text h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .site_header .menu ul li a {
    padding: 0 10px;
  }
  .site_header .menu ul li:last-child a {
    margin-left: 10px;
  }
  .site_header .menu ul li a {
    font-size: 15px;
  }
  .banner .text h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  .banner .container > .row {
    padding-top: 150px;
  }
  .banner .text p {
    font-size: 15px;
  }
  .ourServices .col-md-4:nth-of-type(2):before {
    transform: skew(-0deg);
  }
  .ourServices .col-md-4.px-0 {
    padding: 0 10px !important;
  }
  .ourServices .col-md-4:nth-of-type(2) .item .text {
    margin-bottom: 20px;
  }
  .ourServices .item .text h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .footer_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .offers_block {
    padding: 20px 0;
  }
  .ourFleet {
    padding-bottom: 20px;
  }
  .mobileApp .right .image img,
  .mobileApp .left .image img {
    left: 95%;
    transform: unset;
    position: unset;
  }
  .site_footer {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .menu_cta {
    cursor: pointer;
  }

  .active .menu_cta > span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 08px;
  }

  .active .menu_cta > span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu_cta > span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -10px;
  }
  .menu_cta > span {
    display: block;
    width: 30px;
    height: 02px;
    background: #304659;
    margin-bottom: 07px;
    position: relative;
    transition: 0.2s;
  }
  .site_header .menu {
    position: fixed;
    top: 73px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #214d3a;
    display: block;
    padding: 40px 20px 0;
    transform: translateX(-100%);
    text-align: center;
    transition: 0.5s;
    z-index: 99;
  }
  .site_header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    z-index: 9999;
  }
  .site_header .left {
    width: 100%;
  }
  .active .site_header .menu {
    transform: translateX(0%);
  }
  .active .banner_tab {
    z-index: 1;
  }
  .active {
    overflow: hidden;
  }
  .site_header .logo img {
    max-width: 170px;
  }
  .site_header .menu ul li a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .site_header .menu ul {
    flex-direction: column;
  }
  .site_header .menu ul li:last-child a {
    margin: 10px 0 0;
    font-size: 18px;
  }
  .fixed-header .menu_cta > span {
    background: #fff;
  }
  .banner_tab div#tabs-content .col {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 10px;
  }
  .banner_tab div#tabs-content .item {
    border-right: unset;
  }
}

.pac-container {
  z-index: 99999;
}

.product-features li {
  display: inline-block;
}

#map-container {
  width: 100%;
  max-width: 800px; /* Adjust the maximum width as needed */
  margin: 0 auto; /* Center the container */
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px !important;
}

#map {
  width: 100%;
  height: 213px;
}
.extra-details .card h5 {
  font-size: 16px !important;
}
.extra-details .card h5 button {
  font-size: 18px;
  font-weight: 600;
  color: #21323c;
}
.extra-details .card-header {
  background: transparent;
  box-shadow: none;
  border-bottom: none;
}
.extra-details .card {
  border: none;
  border-top: 1px solid#e1e0e0;
  border-radius: 0px;
}
.extra-details .card:last-child {
  border-bottom: 1px solid#e1e0e0;
}
.single_product_block h6 img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.location span {
  color: #999;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
body.al_body_template_one .category-list li a,
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #333 !important;
}
.pass-detail {
  margin: 20px 0px 0px 0px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pass-detail li:last-child {
  border-right: none;
}
.pass-detail li {
  display: inline-block;
  border-right: 1px solid#999;
  padding: 5px 40px 0px 0px;
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 25px;
}

.pass-detail li span {
  display: block;
  color: rgba(63, 63, 63, 0.8);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
.product_price .vset-box .border.border h6 {
  color: rgba(63, 63, 63, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product_price .vset-box .border.border h5 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product_price .vset-box input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

.product_price .vset-box .border.border {
  width: 100%;
  max-width: 30%;
  text-align: center;
  padding: 8px 0px;

  position: relative;
}

.product_price .vset-box input:checked + h6 + h5 + span {
  border-color: #999;
}

.product_price .vset-box .border.border span {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid#D2D2D2;
}

.product_price .vset-box input:checked + h6 + h5 + span {
  border-color: green !important;
}

.vendor-box {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 15px;
}
.vendor-info .text h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.btn-message a {
  border-radius: 4px;
  background: #028402;
  display: block;
  text-align: center;
  padding: 10px 0px;
  color: #fff !important;
  font-weight: 600;
  margin-top: 10px;
  font-size: 13px;
}

.btn-message a:hover {
  background: #075807;
  transition: 1s;
}
.vendor-info {
  margin-bottom: 20px;
  margin-top: 5px;
}
.res-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .vendor-info{
    width: 238px;
    height: 65px;
} */

.vendor-info .text {
  display: flex;
  width: 155px;
  height: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10px;
}

#vendor-detail {
  width: 100%;
  height: auto;
}

.image-box img {
  width: 65px;
  height: 65px;
  border-radius: 65px;
}

.text p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.text p #rating {
  width: 53px;
  height: 17px;
}
#rating svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
#rating small {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

#bookings {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.1px;
}
.res-time {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.1px;
}

@media (max-width: 767px) {
  .fleet_slider .item .image {
    border-right: unset;
  }
  .mobileApp_text h2 {
    font-size: 40px;
  }
  .mobileApp_text h3 {
    font-size: 30px;
  }
  .mobileApp .row {
    padding-top: 50px;
  }
  .footer_row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ourServices .col-md-4:nth-of-type(2):before {
    left: 0;
    right: 0;
    width: auto;
  }
  .ourServices .container .row {
    padding: 0;
  }
  .banner .col-md-6 .image img {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .ourServices {
    padding: 40px 0;
  }
  .heading {
    margin-bottom: 20px;
  }
  .offers_block .item .text {
    margin-bottom: 30px;
  }
  .site_footer {
    padding-bottom: 20px;
  }
  .bokking_form form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .select_product_form form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .adone_item .grid {
    grid-template-columns: 1fr;
  }
  .product_cart .select_product ul.d-flex li {
    display: block;
  }
  .product_cart .select_product ul.d-flex {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .product_cart .select_product ul.d-flex li {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .banner .text h1 {
    font-size: 30px;
  }
  .banner .text p {
    font-size: 14px;
  }
}

/*----------mova css------------*/

.al_body_template_three .biggest {
  background: #6d4ccf !important;
}
.al_body_template_three .downloadApp h3 {
  color: #fff !important;
}
.al_body_template_three .downloadApp .item .list h4 {
  font-size: 18px;
  color: #fff;
}
.al_body_template_three .choose_us {
  background: #6d4ccf;
}
.al_body_template_three .choose_us .heading h5 {
  color: #fff;
  margin-bottom: 22px;
}
.al_body_template_three section.downloadApp {
  background: #6d4ccf !important;
}

header.site_header.inner_header {
  position: fixed;
}
.checkbox.checkbox-success {
  flex-direction: column;
}
/* 06-27-2025 */
/* Header Banner Style */
body header.site_header {
  padding-top: 0;
}
.top-bg-color {
  background: var(--theme-deafult);
  padding: 10px 0;
  margin-bottom: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--theme-deafult) !important;
}
.top-left-text p,
.top-right-text p {
  margin-bottom: 0;
}
.top-right-text {
  text-align: right;
}
.login-button a.Login-BTn {
    background: var(--theme-deafult);
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 16px;
}
body header.site_header {
  background: #000000;
}
nav.menu.TopMenu {
  display: flex;
  justify-content: center;
}
body .banner .text h1,
body .banner .text p {
  color: #000;
}
body .banner_tab div#tabs-content {
  border-radius: 30px;
  background: #fff;
  padding-bottom: 80px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
h2.Search_Location {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
body .banner_tab div#tabs-content .cta button {
  background: #b2e8ff;
  border-radius: 5px;
  padding: 12px 25px;
  display: block;
  font-weight: 600;
  width: max-content;
  margin-left: auto;
  color: #000 !important;
}
div#diff-box {
  position: absolute;
  margin-top: 20px;
}
body .banner_tab {
  padding-bottom: 0;
}
section.banner_tab_search {
  margin-top: -80px;
}
body .site_header .menu ul li:last-child a {
  background: none;
  padding: 0px;
  color: #fff !important;
}
/* Header Banner Style //////////// */
/* __Testimonial Section Style */
.__TestimonialDiv-heading-span {
  background: url("../../yacht-images/title-bg.png") no-repeat center center;
  padding: 0 50px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.__TestimonialDiv {
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  position: relative;
}
.__TestimonialDiv-img {
  gap: 20px;
  color: #000;
  align-items: center;
  margin-bottom: 30px;
}
.__TestimonialDiv-img-qut {
  position: absolute;
  right: 50px;
  top: 50px;
}
.__TestimonialDiv-img-name h3,
.__TestimonialDiv-img-name p {
  margin: 0;
  color: #000;
}
.__TestimonialDiv-img-name p {
  padding: 10px 0;
}
/* __Testimonial Section Style //////////// */

.CarTypes_Ul {
  padding: 0;
  margin: 0;
  gap: 20px;
}
.CarTypes_Ul .slide-item {
  width: 100%;
  list-style: none;
  margin: auto;
  border: 1px solid #e0e8eb;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
span.CarTitle {
  padding-top: 20px;
  min-height: 68px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.CarTypes_Ul .slick-track {
  gap: 15px;
  display: flex;
}

.car-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  background: #fff;
}
.car-card:hover {
  transform: translateY(-5px);
}
.car-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.rent-btn {
  background-color: #00bcd4;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.rent-btn:hover {
  background-color: #0097a7;
}
.rating-icon {
  color: #007bff;
}
h2.h2-heading {
  font-weight: 700;
  color: #323b50;
  font-size: 30px;
}
.text-icon-div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #636a79;
  font-weight: 600;
}
h6.Car_title {
  font-weight: 700;
  font-size: 18px;
  color: #323b50;
}
.Price_Div {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  display: block;
}
button.rent-now-button {
  background: #b2e8ff;
  border-radius: 5px;
  padding: 8px 15px;
  display: block;
  font-weight: 600;
}
.__product_img {
  padding: 20px;
}
.__product_img img {
  border-radius: 10px;
  aspect-ratio: 1 / 0;
  object-fit: cover;
  height: 160px;
  width: 100%;
}
.img-content {
  padding: 0 20px 20px;
}
span.star-rating {
  font-size: 12px;
  font-weight: 400;
  color: #555;
}
.Add_BannerImg {
  margin: 20px 0;
  position: relative;
}
.Add_BannerImg img {
  width: 100%;
}
body .Add_BannerImg-text a.DiscoverMore {
  background: #b2e8ff;
  color: #000 !important;
  border-radius: 5px;
  padding: 8px 15px;
  display: block;
  font-weight: 600;
  width: max-content;
}
.Add_BannerImg-text p span {
  font-size: 26px;
  font-weight: 600;
  color: #b2e8ff;
}
.Add_BannerImg-text {
  color: #fff;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.Add_BannerImg-text h2 {
  font-size: 46px;
}
.Add_BannerImg {
  background: url("../../yacht-images/car-service-banner.png") no-repeat center
    center;
  background-size: cover;
  padding: 20px 0 20px;
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.Looking_Services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
}

body .main-fillter .side_fillter {
  height: auto;
}
body.al_body_template_one .collection-filter-block {
  box-shadow: 0 0 0;
  background: none !important;
  padding: 0 !important;
}
body.al_body_template_one .col-12.custom_filtter {
  border: 0;
  padding: 0;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

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

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
button {
  color: inherit !important;
  text-decoration: none !important;
  transition: 0.35s;
}

a:hover,
button:hover {
  color: inherit !important;
  text-decoration: none !important;
}

li,
ul {
  list-style: none;
  margin-bottom: 0;
}

body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Blue Sans", sans-serif !important;
}

input,
select,
textarea,
button {
  font-family: inherit;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1440px !important;
}

.heading {
  margin-bottom: 40px;
}

.heading h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0;
}

/*====  Header css ====*/
.site_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.44);
  z-index: 99;
  padding: 10px 0;
}

.site_header .menu ul li a {
  font-size: 16px;
  color: #fff !important;
  display: inline-block;
  padding: 0 15px;
  line-height: 26px;
  font-weight: 600;
}

.site_header .menu ul {
  margin: 0 !important;
}

.site_header .menu ul li:last-child a {
  background: #fff;
  color: #000 !important;
  font-size: 16px;
  line-height: 23px;
  padding: 6px 22px;
  font-weight: 700;
  margin-left: 15px;
}

.dropdown-item {
  line-height: 24px;
}

.inner_header {
  position: unset;
}

.inner_header .menu ul li a {
  color: #999999 !important;
}

.inner_header .menu ul li.active a {
  color: #028402 !important;
}

.inner_header .menu ul li:last-child a {
  background: #028402;
  color: #fff !important;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #028402;
  z-index: 98;
}

.fixed-header .menu ul li a {
  color: #fff !important;
}

.fixed-header .menu ul li.active a {
  color: #fff !important;
}

/*====  Banner css ====*/
.banner {
  background: #214d3a;
  min-height: 600px;
}

.banner .col-md-6 .image img {
  position: relative;
  margin-bottom: -80px;
}

.banner .container > .row {
  /*    align-items: center;*/
  padding-top: 123px;
}

.banner .text h1 {
  font-size: 63px;
  line-height: 79px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 19px;
}

.banner .text p {
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  color: #ffff;
  margin-bottom: 0;
}

.banner_tab {
  padding-bottom: 70px;
  z-index: 97;
  position: relative;
}

.banner_tab ul#tabs-nav {
  margin: 0;
}

.banner_tab ul#tabs-nav li {
  background: rgba(255, 255, 255, 0.86);
  padding: 12px 13px 12px 27px;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  opacity: 0.8;
}

.banner_tab ul#tabs-nav li.active {
  background: #fff;
  color: #214e39;
  opacity: 1;
}

.banner_tab div#tabs-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(
      90.29deg,
      rgba(255, 255, 255, 0.56) 8.57%,
      rgba(255, 255, 255, 0.42) 101.15%
    );
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.6);
}

.banner_tab ul#tabs-nav li img {
  min-height: 22px;
  object-fit: scale-down;
  max-width: 100%;
  margin-right: 4px;
}

.banner_tab div#tabs-content .item h5 {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 14px;
  font-weight: 500;
}

.banner_tab div#tabs-content .item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.banner_tab div#tabs-content .item p img {
  margin-right: 5px;
}

.banner_tab div#tabs-content .item {
  border-right: 0px solid rgba(0, 0, 0, 0.3);
}

.banner_tab div#tabs-content .cta {
  text-align: center;
}

.banner_tab div#tabs-content .cta button {
  background: #214d3a;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 40px;
  width: 100%;
}

.banner_tab div#tabs-content .cta a {
  background: #214d3a;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 40px;
}

.banner_tab .form-group {
  /* background: rgba(255, 255, 255, 0.86); */
  padding: 12px 13px 12px 27px;
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  /* opacity: 0.8; */
  margin-bottom: 0;
  position: relative;
}

.banner_tab .form-group img {
  min-height: 22px;
  object-fit: scale-down;
  max-width: 100%;
  margin-right: 4px;
}

.banner_tab .form-group span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.86);
  opacity: 0.8;
  z-index: -1;
}

.banner_tab .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.banner_tab div#tabs-content .item input {
  appearance: none !important;
  background: unset;
  border: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  padding-left: 26px;
  height: 100%;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.banner_tab .form-group label {
  margin: 0;
  opacity: 0.8;
}

.banner_tab .form-group input:checked + label + span {
  opacity: 1;
  background-color: #fff;
}

.banner_tab .form-group input:checked + label {
  color: #214e39;
  opacity: 1;
}

.banner_tab div#tabs-content .item p {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  position: relative;
  height: 040px;
}

.banner_tab div#tabs-content .item input:focus {
  outline: navajowhite;
}

/*====  Our Services css ====*/
.ourServices {
  padding: 60px 0;
}

.ourServices .container {
  max-width: 90% !important;
  margin: 0 auto;
}

.ourServices .container .row {
  background: rgba(48, 118, 88, 0.25);
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}

.ourServices .container .row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}

.ourServices .item .text {
  max-width: 350px;
  margin-bottom: 26px;
  margin: 0 auto;
}

.ourServices .item .text h3 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 31px;
  text-align: left;
}

.ourServices .item .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 0;
  text-align: left;
}

.ourServices .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding-top: 70px;
}

.ourServices .col-md-4:nth-of-type(2) {
  position: relative;
}

.ourServices .col-md-4:nth-of-type(2):before {
  content: "";
  background: rgb(48 118 88 / 7%);
  transform: skew(-20deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.ourServices .col-md-4:nth-of-type(2) .item {
  align-items: center;
}

.ourServices .col-md-4:nth-of-type(2) .item .text {
  margin-bottom: 0;
  margin-top: 26px;
}

/*====  Our Fleet css ====*/
.ourFleet {
  padding: 20px 0 50px;
}

.ourFleet .container {
  max-width: 90% !important;
  margin: 0 auto;
}

.fleet_slider .item .text h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.fleet_slider .item .image {
  text-align: center;
  border-right: 1px solid #d9d9d9;
}

.fleet_slider .item .image img {
  height: 160px;
  object-fit: scale-down;
  margin-bottom: 3px;
}

.fleet_slider .slick-slide img {
  display: block;
  margin: 0 auto;
}

.fleet_slider button {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: #f1f1f1;
  position: relative;
  left: 0 !important;
  right: 0 !important;
  display: block !important;
  max-width: 50px !important;
  margin: 0;
  top: 0;
  transform: unset;
  line-height: 1;
}

.fleet_slider button:after {
  content: "";
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: #f1f1f1;
  left: 0 !important;
  right: 0 !important;
  display: block;
  max-width: 50px !important;
  margin: 0;
  top: 0;
  transform: unset;
  line-height: 1;
}

.fleet_slider {
  display: flex !important;
  align-items: center;
}

.fleet_slider button:before {
  content: unset;
}

.fleet_slider button.slick-prev:after {
  background-image: url("../../yacht-images/icons/left.png");
  background-repeat: no-repeat;
  background-position: 45%;
}

.fleet_slider button.slick-next:after {
  background-image: url("../../yacht-images/icons/right.png");
  background-repeat: no-repeat;
  background-position: 55%;
}

.fleet_slider button:hover {
  background-color: #f1f1f1;
}

.fleet_slider .slick-disabled {
  opacity: 0.7;
}

/*====  offers block css ====*/
.offers_block {
  padding: 50px 0;
}

.offers_block .item .image {
  position: relative;
}

.offers_block .item .image img {
  display: block;
  width: 100%;
}

.offers_block .item .image span.offer {
  position: absolute;
  top: 18px;
  right: 0;
  background: rgba(33, 77, 58, 0.78);
  padding: 5px 8px;
  font-size: 15px;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
}

.offers_block .item .text {
  padding-top: 18px;
}

.offers_block .item .text h4 {
  font-size: 17px;
  font-weight: 700;
  color: #4e4439;
  margin-bottom: 8px;
  line-height: 1;
}

.offers_block .item .text p {
  font-size: 13px;
  color: #4e4439;
}

/*====  Mobile App block css ====*/

.mobileApp_text h2 {
  font-family: "GLITTEN" !important;
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 0;
  color: #21323c;
}

.mobileApp_text h3 {
  padding-top: 4px;
  font-size: 39px;
  line-height: 44px;
  color: #21323c;
  font-weight: 400;
  margin-bottom: 22px;
}

.mobileApp_text p {
  font-size: 16px;
  font-weight: 500;
  max-width: 520px;
  margin: 0 auto 40px;
  color: #21323c;
  opacity: 0.6;
}

.mobileApp {
  background: url("../../yacht-images/bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
  position: relative;
  min-height: 430px;
  margin-top: 40px;
}

.mobileApp .left .image img {
  position: absolute;
  margin-top: 0x;
  margin-left: 0;
  z-index: 99;
  background: #fff;
  top: 70%;
  transform: translate(-25%, -50%);
  left: 27%;
}

.mobileApp .right .image img {
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  z-index: 99;
  background: #fff;
  top: 50%;
  left: 80%;
  transform: translate(-80%, -50%);
}

.mobileApp .row,
.mobileApp .row .col-md-6 {
  position: unset;
}

/*====  Footer block css ====*/

.site_footer {
  margin-top: 110px;
  background: #214d3a;
  padding: 50px 0;
}

.footer_row {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
}

.site_footer .footer_row .item h3 {
  color: #ffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.site_footer .footer_row .item ul li a {
  display: inline-block;
  font-size: 12px;
  color: #fff !important;
  opacity: 0.5;
  line-height: 25px;
  padding: 0px 0 5px;
}

.footer_bar {
  border-top: 1px solid rgb(255 255 255 / 50%);
  margin-top: 20px;
}

.footer_bar li {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  padding: 0 15px;
  margin-top: 15px;
}

.site_footer .footer_row .item .social_icon ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  color: #000 !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 14px;
}

.site_footer .footer_row .item .social_icon ul li:last-child a {
  margin-right: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/*====  Search results css ====*/
.serch_result_heading {
  margin-top: 40px;
  padding: 25px;
  background: #f7f7f7;
  border-radius: 4px;
}

.serch_result_heading .item {
  display: inline-flex;
  align-items: center;
}

.serch_result_heading .item h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  /*  font-family: 'Inter';*/
}

.serch_result_heading .item span {
  display: inline-block;
  padding-left: 10px;
  color: #028402;
  cursor: pointer;
}

.serch_result_heading .item span i {
  font-size: 20px;
}

.result_date p {
  /*  font-family: 'Inter';*/
  color: #00000087;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 16px;
}

.result_item {
  padding: 50px 0 0 !important;
}

.result_item .heading span {
  display: inline-block;
  cursor: pointer;
}

.result_item .item .text .product_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productList ul {
  /* display: flex; */
  margin-bottom: 10px;
}

.productList ul li a {
  color: #028402 !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}

.productPrice {
  border-top: 1px solid #00000026;
  padding-top: 10px;
}

.productPrice .left span {
  display: block;
  font-family: "Inter";
}

.productPrice .left span.price {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}

.productPrice .left span.off_price {
  color: #00000061;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.result_item .item .text .product_heading h3 {
  font-size: 16px;
  font-weight: 700;
}

.productPrice .right span {
  color: #028402;
  border: 1px solid #028402;
  display: inline-block;
  padding: 2px 5px;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 500;
  background: #e9ecea;
}

.result_item .item {
  background: #f7f7f7;
  border-radius: 6px 6px 0px 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.result_item .item .text {
  padding: 15px 12px;
}

.result_item .item .text .product_heading span i {
  color: #e89732;
  padding-right: 5px;
}

.result_item .item .text .product_heading span {
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}

.filter_bar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: #fff;
  padding: 50px 20px;
  transition: 0.35s;
  width: 350px;
  box-shadow: 0 0 6px #ccc;
  transform: translateX(100%);
  z-index: 99999;
}

.filter_bar span.close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.filter_bar .filter_item h3 {
  text-align: left;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
}

.filter_bar .filter_item form {
  padding-top: 15px;
}

.filter_bar .filter_item form label {
  display: block;
  margin-bottom: 10px;
  color: #028402;
}

.filter_bar span.close i {
  color: #000;
}

.filter_bar .filter_item form input {
  width: 100%;
  padding: 5px 10px;
}

.filter_bar .filter_item form .form-group {
  margin-bottom: 15px;
}

.filter_bar .filter_item form .form-cta input {
  background: #028402;
  border: 1px solid #028402;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

.filter_open {
  overflow: hidden;
  position: relative;
}

.filter_open:after {
  content: "";
  background: #000;
  opacity: 0.3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.filter_open .filter_bar {
  transform: translateX(0);
}

.result_item {
  overflow: hidden;
}

/* .result_item .row{
    height: 800px;
    overflow-y: auto;
} */
/*==== End Search results css ====*/

/*==== start single  product css ====*/

.single_product_block {
  padding: 50px 0;
}

.single_product_block .item img {
  width: 100%;
}

.single_product_block .text h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.single_product_block .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 0;
  margin-bottom: 0;
}

.al_body_template_one .sold-by img {
  height: 20px;
  width: 20px;
}

body.al_body_template_one .single_product_block {
  padding: 70px 0 !important;
}

.product_iteslist ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 50px;
  padding-top: 25px;
  border-top: 1px solid #b8b8b8;
  margin-top: 10px;
}

.product_iteslist ul span {
  display: inline-block;
  font-size: 14px;
  color: rgba(63, 63, 63, 0.8);
}

.product_iteslist ul span b {
  display: block;
  color: #000;
  font-size: 15px;
}

.product_iteslist ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 0 12px;
  margin-bottom: 25px;
  align-items: center;
}

.product_cta a {
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #028402;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
  padding: 15px;
  text-align: center;
}

.single_product_description h3,
.product_dis_list h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 21px;
}

.single_product_description p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.8;
}

.product_dis_list {
  padding: 80px 0 0;
}

.specifications_list li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  /* opacity: 0.8; */
  margin-bottom: 5px;
}

.specifications_list li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.additional_list li {
  display: flex;
  max-width: 600px;
  justify-content: space-between;
  align-items: center;
}

.additional_list li span {
  display: inline-block;
  width: 150px;
}

/*==== End single  product css ====*/

/*==== start select product page css ====*/
.product_cart {
  padding: 50px 0;
}

.product_cart .left-item .item .select_product h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product_cart .left-item .item .select_product h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
}

.product_cart .select_product ul.d-flex {
  margin-bottom: 30px;
}

.product_cart .select_product ul.d-flex li {
  font-size: 12px;
  margin-right: 20px;
}

.product_cart .select_product ul.d-flex li img {
  margin-right: 10px;
}

.select_product_form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}

.select_product_form .form-group {
  background: #f7f7f7;
  padding: 15px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.select_product_form .form-group > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #028451;
  border-radius: 2px;
  opacity: 0;
}

.select_product_form .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 90;
}

.select_product_form .form-group input:checked + label + span {
  opacity: 1;
}

.select_product_form .form-group h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.select_product_form .form-group h3 img {
  margin-right: 10px;
}

.select_product_form .form-group .price p {
  color: #028402;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.select_product_form .form-group label > p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  position: relative;
}

.select_product_form .form-group label > p span {
  color: #028402;
  font-size: 16px;
  font-weight: 700;
}

.select_product_form .form-group label > ul {
  margin: 0;
}

.select_product_form .form-group label > ul li {
  display: grid;
  grid-template-columns: 25px 1fr;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 35px;
}

.adone_item .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
  margin-top: 20px;
}

.adone_item .item {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 0 20px;
  padding: 10px 15px;
  background: #f7f7f7;
  border-radius: 2px;
  margin-bottom: 20px;
}

.product_cart .left-item .adone_item .text h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.adone_item .item .text p {
  font-size: 14px;
  margin-bottom: 10px;
}

.product_cart .left-item .adone_item .text span {
  font-size: 14px;
  color: #028402;
  font-weight: 700;
}

.bokking_form .form-group {
  background: #f7f7f7;
  padding: 15px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.bokking_form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}

.bokking_form .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 90;
}

.bokking_form .form-group > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #028451;
  border-radius: 2px;
  opacity: 0;
}

.bokking_form .form-group input:checked + label + span {
  opacity: 1;
}

.bokking_form .form-group h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.bokking_form .form-group p {
  color: #000;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
}

.bokking_form .form-group label {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 0 20px;
}

.bokking_form .form-group label ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.bokking_form .form-group label ul li img {
  margin-right: 5px;
}

.product_cart .left-item .bokking_form .form-group label .text span {
  color: #028402;
  margin-top: 5px;
  display: block;
  font-size: 16px;
}

.addcart_cta span {
  font-size: 25px !important;
  line-height: 1;
  padding: 2px 10px;
}

.addcart_cta .plus {
  background-color: #028402;
  color: #fff !important;
  cursor: pointer;
}

.addcart_cta .minus {
  color: #fff !important;
  background: #bbbbbb;
  cursor: pointer;
}

.addcart_cta .num {
  padding: 0 !important;
}

.product_cart .right .item {
  padding: 0 0 30px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
}

.product_cart .right .item .booking_day {
  padding: 0 30px 30px;
  border-bottom: 1px solid #b3b3b3;
  display: flex;
  justify-content: space-between;
}

.product_cart .right .item .booking_day h3 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
}

.product_cart .right .item .booking_day span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.product_cart .right .item .booking_day span i {
  color: #028402;
  font-size: 18px;
}

.booking_date {
  padding: 30px 30px 20px;
}

.booking_date h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.booking_date h6 span {
  color: #0000007d;
}

.seleed_date span {
  background: #d7d7d7;
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
}

.booking_date p {
  font-size: 16px;
  margin-bottom: 0;
}

.booking_date ul {
  margin-top: 20px;
  position: relative;
}

.booking_date ul li img {
  background: #fff;
  z-index: 9;
}

.booking_date ul li span {
  border-bottom: 1px solid #00000020;
  display: inline-block;
}

.booking_date ul li {
  display: grid;
  grid-template-columns: 30px 01fr 51px;
  grid-gap: 0 5px;
  margin-bottom: 27px;
  font-size: 15px;
  font-weight: 500;
}

.booking_date ul > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.rental_item {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}

.rentalcharges {
  padding: 5px 30px 5px;
}

.taxes_fees {
  padding: 30px 30px 0;
}

.product_cart .right .item .rentalcharges h3,
.taxes_fees h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}

.rentalcharges div p,
.rentalcharges div span {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.taxes_fees ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.taxes_fees ul li:last-child {
  font-weight: 700;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}

.confirm_cta button {
  display: block;
  background: #000;
  text-align: center;
  padding: 14px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 4px;
  border: 0px solid #028402;
}

.confirm_cta button i {
  padding-left: 5px;
  font-size: 20px;
}

.confirm_cta button:hover {
  color: #000 !important;
  background: #b2e8ff;
}

.addcart_cta {
  user-select: none;
}

/*==== End select product page css ====*/

.different_cta {
  display: inline-block;
}

div#diff-box {
  padding-left: 0;
}

label.different_cta {
  position: relative;
  padding-left: 24px;
}

.diff-loc input {
  display: inline-block !important;
  width: auto !important;
}

.diff-loc label {
  display: inline-block !important;
  margin-left: 5px;
}

label.different_cta::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #214d3a;
  border-radius: 2px;
}

label.different_cta::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #214d3a;
  border-left: 2px solid #214d3a;
  transform: rotate(-45deg);
  opacity: 0;
}

input#diff-location {
  z-index: 99;
}

div#diff-box input:checked + label.different_cta::after {
  opacity: 1;
}

/*====  Responsive css ====*/
@media (max-width: 1400px) {
  .ourServices .container,
  .ourFleet .container {
    max-width: 95% !important;
    margin: 0 auto;
  }

  .ourServices .item .text p {
    font-size: 16px;
    line-height: 1.5;
  }

  .ourServices .item .text {
    max-width: 280px;
  }

  .ourServices .col-md-4:nth-of-type(2):before {
    transform: skew(-10deg);
  }

  .mobileApp .left .image img {
    left: 22%;
  }

  .site_header .row {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .ourServices .item .text p {
    font-size: 14px;
  }

  .ourServices .col-md-4:nth-of-type(2):before {
    transform: skew(-5deg);
  }

  .ourServices .item .image {
    padding: 0 10px;
  }

  .mobileApp .right .image img {
    left: 95%;
  }

  .mobileApp .left .image img {
    left: 8%;
  }

  .banner .text h1 {
    font-size: 50px;
    line-height: 1.4;
  }

  .banner .text p {
    font-size: 18px;
  }

  .ourServices .container .row {
    padding: 0 20px;
  }

  .ourServices .item .text h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .site_header .menu ul li a {
    padding: 0 10px;
  }

  .bar:empty {
    display: block;
  }

  .site_header .menu ul li:last-child a {
    margin-left: 10px;
  }

  .site_header .menu ul li a {
    font-size: 15px;
  }

  .banner .text h1 {
    font-size: 40px;
    line-height: 1.4;
  }

  .banner .container > .row {
    padding-top: 150px;
  }

  .banner .text p {
    font-size: 15px;
  }

  .ourServices .col-md-4:nth-of-type(2):before {
    transform: skew(-0deg);
  }

  .ourServices .col-md-4.px-0 {
    padding: 0 10px !important;
  }

  .ourServices .col-md-4:nth-of-type(2) .item .text {
    margin-bottom: 20px;
  }

  .ourServices .item .text h3 {
    font-size: 18px;
    line-height: 1.3;
  }

  .footer_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .offers_block {
    padding: 20px 0;
  }

  .ourFleet {
    padding-bottom: 20px;
  }

  .mobileApp .right .image img,
  .mobileApp .left .image img {
    left: 95%;
    transform: unset;
    position: unset;
  }

  .site_footer {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .menu_cta {
    cursor: pointer;
  }

  .active .menu_cta > span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 08px;
  }

  .active .menu_cta > span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu_cta > span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -10px;
  }

  .menu_cta > span {
    display: block;
    width: 30px;
    height: 02px;
    background: #304659;
    margin-bottom: 07px;
    position: relative;
    transition: 0.2s;
  }

  .site_header .menu {
    position: fixed;
    top: 73px;
    bottom: 0;
    right: 0;
    left: 0;
    background: #214d3a;
    display: block;
    padding: 40px 20px 0;
    transform: translateX(-100%);
    text-align: center;
    transition: 0.5s;
    z-index: 99;
  }

  .site_header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    z-index: 9999;
  }

  .site_header .left {
    width: 100%;
  }

  .active .site_header .menu {
    transform: translateX(0%);
  }

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

  .active {
    overflow: hidden;
  }

  .site_header .logo img {
    max-width: 170px;
  }

  .site_header .menu ul li a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .site_header .menu ul {
    flex-direction: column;
  }

  .site_header .menu ul li:last-child a {
    margin: 10px 0 0;
    font-size: 18px;
  }

  .fixed-header .menu_cta > span {
    background: #fff;
  }

  .banner_tab div#tabs-content .col {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 10px;
  }

  .banner_tab div#tabs-content .item {
    border-right: unset;
  }
}

.pac-container {
  z-index: 99999;
}

.product-features li {
  display: inline-block;
}

#map-container {
  width: 100%;
  max-width: 800px;
  /* Adjust the maximum width as needed */
  margin: 0 auto;
  /* Center the container */
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px !important;
}

#map {
  width: 100%;
  height: 213px;
}

.extra-details .card h5 {
  font-size: 16px !important;
}

.extra-details .card h5 button {
  font-size: 18px;
  font-weight: 600;
  color: #21323c;
}

.extra-details .card-header {
  background: transparent;
  box-shadow: none;
  border-bottom: none;
}

.extra-details .card {
  border: none;
  border-top: 1px solid#e1e0e0;
  border-radius: 0px;
}

.extra-details .card:last-child {
  border-bottom: 1px solid#e1e0e0;
}

.single_product_block h6 img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.location span {
  color: #999;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}

body.al_body_template_one .category-list li a,
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #333 !important;
}

.pass-detail {
  margin: 20px 0px 0px 0px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pass-detail li:last-child {
  border-right: none;
}

.pass-detail li {
  display: inline-block;
  border-right: 1px solid#999;
  padding: 5px 40px 0px 0px;
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 25px;
}

.pass-detail li span {
  display: block;
  color: rgba(63, 63, 63, 0.8);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}

.product_price .vset-box .border.border h6 {
  color: rgba(63, 63, 63, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_price .vset-box .border.border h5 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product_price .vset-box input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

.product_price .vset-box .border.border {
  width: 100%;
  max-width: 30%;
  text-align: center;
  padding: 8px 0px;

  position: relative;
}

.product_price .vset-box input:checked + h6 + h5 + span {
  border-color: #999;
}

.product_price .vset-box .border.border span {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid#D2D2D2;
}

.product_price .vset-box input:checked + h6 + h5 + span {
  border-color: green !important;
}

.vendor-box {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 15px;
}

.vendor-info .text h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.vendor-info .text {
  display: flex;
  width: 155px;
  height: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10px;
}

#vendor-detail {
  width: 100%;
  height: auto;
}

.image-box img {
  width: 65px;
  height: 65px;
  border-radius: 65px;
}

.text p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.text p #rating {
  width: 53px;
  height: 17px;
}

#rating svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

#rating small {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}

#bookings {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.1px;
}

.res-time {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.1px;
}

@media (max-width: 767px) {
  .fleet_slider .item .image {
    border-right: unset;
  }
  .mobileApp_text h2 {
    font-size: 40px;
  }

  .mobileApp_text h3 {
    font-size: 30px;
  }

  .mobileApp .row {
    padding-top: 50px;
  }

  .footer_row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ourServices .col-md-4:nth-of-type(2):before {
    left: 0;
    right: 0;
    width: auto;
  }

  .ourServices .container .row {
    padding: 0;
  }

  .banner .col-md-6 .image img {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .ourServices {
    padding: 40px 0;
  }

  .heading {
    margin-bottom: 20px;
  }

  .offers_block .item .text {
    margin-bottom: 30px;
  }

  .site_footer {
    padding-bottom: 20px;
  }

  .bokking_form form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .select_product_form form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .adone_item .grid {
    grid-template-columns: 1fr;
  }

  .product_cart .select_product ul.d-flex li {
    display: block;
  }

  .product_cart .select_product ul.d-flex {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .product_cart .select_product ul.d-flex li {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .banner .text h1 {
    font-size: 30px;
  }

  .banner .text p {
    font-size: 14px;
  }
}

/*----------mova css------------*/

.al_body_template_three .biggest {
  background: #6d4ccf !important;
}

.al_body_template_three .downloadApp h3 {
  color: #fff !important;
}

.al_body_template_three .downloadApp .item .list h4 {
  font-size: 18px;
  color: #fff;
}

.al_body_template_three .choose_us {
  background: #6d4ccf;
}

.al_body_template_three .choose_us .heading h5 {
  color: #fff;
  margin-bottom: 22px;
}

.al_body_template_three section.downloadApp {
  background: #6d4ccf !important;
}

.cart-main-box a.checkout-btn {
  padding: 20px;
  margin-top: 10px;
  color: #fff !important;
  background-color: var(--theme-deafult);
}

.main-img {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.thumbnail-img {
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
}
.price-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e8eb;
  padding: 20px;
}
.feature-icon {
  margin-right: 5px;
}

.carousel-thumbs img {
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #eee;
}
.carousel-thumbs img.active {
  border: 2px solid #007bff;
}
.listed-by-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e8eb;
  padding: 20px;
}
.included-list {
  columns: 2;
}

.icon-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #d8f3ff;
  border-radius: 6px;
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.icon-box,
.search-box {
  font-family: inherit !important;
}
.search-box span b {
  display: block;
}
.search-div {
  width: 100%;
  max-width: 1300px;
}
button.Edit_BTN {
    background: var(--theme-deafult);
    width: 44px;
    height: 44px;
    border-radius: 6px;
    color: #000;
    font-size: 20px;
}
.search-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid #cfcfcf;
    margin-right: 50px;
}
.search-box i {
  font-size: 24px;
}
.overview-box h3 {
  font-weight: 600;
  color: #000;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-info i {
  font-size: 22px;
  text-align: center;
}
.logo-name {
  border-top: 1px solid #e0e8eb;
  border-bottom: 1px solid #e0e8eb;
  margin-top: 20px !important;
  margin-bottom: 20px;
  gap: 20px;
  padding: 10px 0;
}
.listed-by-box h3,
.price-box h3 {
  color: #000;
  font-weight: 600;
}
.price-box button.booknow {
  background: #b2e8ff;
  padding: 15px 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
}
.price-box h3 {
  border-bottom: 1px solid #e0e8eb;
  padding: 0px 0 15px 0;
  margin-bottom: 15px;
}
.SearchDiv {
  border-radius: 10px;
  border-bottom: 1px solid #e0e8eb;
  padding: 20px 20px 30px;
}
ul.included-list li {
  margin-bottom: 10px;
}
.OneStar_review {
  gap: 10px;
  font-weight: 600;
  color: #000;
}
.car-info-icons {
  gap: 5px;
}
.Start_date .form-control {
  border-radius: 0;
  border: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  height: auto;
}

@media (max-width: 991px) {
  .included-list {
    columns: 1;
  }
  .search-div {
    max-width: 100%;
    flex-direction: column;
  }
  .SearchDiv {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
    padding: 0 0 15px;
  }
  .search-box {
    border-bottom: 1px solid #e0e8eb;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .icon-box {
    font-size: 12px;
  }
}

.btn-message a {
  border-radius: 4px;
  background: #028402;
  display: block;
  text-align: center;
  padding: 10px 0px;
  color: #fff !important;
  font-weight: 600;
  margin-top: 10px;
  font-size: 13px;
}

.btn-message a:hover {
  background: #075807;
  transition: 1s;
}

.vendor-info {
  margin-bottom: 20px;
  margin-top: 5px;
}

.res-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .vendor-info{
    width: 238px;
    height: 65px;
} */

.vendor-info .text {
  display: flex;
  width: 155px;
  height: 17px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10px;
}

#vendor-detail {
  width: 100%;
  height: auto;
}

.image-box img {
  width: 65px;
  height: 65px;
  border-radius: 65px;
}

.text p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.text p #rating {
  width: 53px;
  height: 17px;
}

#rating svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

#rating small {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}

#bookings {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.1px;
}

.res-time {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.1px;
}

@media (max-width: 767px) {
  .fleet_slider .item .image {
    border-right: unset;
  }

  .mobileApp_text h2 {
    font-size: 40px;
  }

  .mobileApp_text h3 {
    font-size: 30px;
  }

  .mobileApp .row {
    padding-top: 50px;
  }

  .footer_row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ourServices .col-md-4:nth-of-type(2):before {
    left: 0;
    right: 0;
    width: auto;
  }

  .ourServices .container .row {
    padding: 0;
  }

  .banner .col-md-6 .image img {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .ourServices {
    padding: 40px 0;
  }

  .heading {
    margin-bottom: 20px;
  }

  .offers_block .item .text {
    margin-bottom: 30px;
  }

  .site_footer {
    padding-bottom: 20px;
  }

  .bokking_form form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .select_product_form form {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .adone_item .grid {
    grid-template-columns: 1fr;
  }

  .product_cart .select_product ul.d-flex li {
    display: block;
  }

  .product_cart .select_product ul.d-flex {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .product_cart .select_product ul.d-flex li {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .banner .text h1 {
    font-size: 30px;
  }

  .banner .text p {
    font-size: 14px;
  }
}

/*----------mova css------------*/

.al_body_template_three .biggest {
  background: #6d4ccf !important;
}

.al_body_template_three .downloadApp h3 {
  color: #fff !important;
}

.al_body_template_three .downloadApp .item .list h4 {
  font-size: 18px;
  color: #fff;
}

.al_body_template_three .choose_us {
  background: #6d4ccf;
}

.al_body_template_three .choose_us .heading h5 {
  color: #fff;
  margin-bottom: 22px;
}

.al_body_template_three section.downloadApp {
  background: #6d4ccf !important;
}

.cart-main-box a.checkout-btn {
  padding: 20px;
  margin-top: 10px;
  color: #fff !important;
  background-color: var(--theme-deafult);
}

/*  */
.banner-image:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  height: 400px;
  width: 400px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-image {
  position: relative;
  text-align: center;
  height: 100%;
  align-items: center;
}
.banner-image img {
  margin: 0 auto;
  position: relative;
}

section.Threetabs_Section {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 100px;
}
.threetabs_div_img img {
  max-width: 100px;
}
/* .TravelMore_img img { max-width: 100px;} */
.TravelMore {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}
.TravelMore_text h3 {
  font-size: 20px;
  font-weight: 600;
}

.TravelMore button.btn.RegisterBtn {
  background: none !important;
  margin-left: 10px;
  border: 0;
  color: #000 !important;
}
.TravelMore button.btn.RegisterBtn:hover,
.TravelMore button.SignInBtn:hover {
  background: #b2e8ff !important;
}
.TravelMore button.SignInBtn {
  color: #fff !important;
  background: #000 !important;
  border: 0;
}

.threetabs_div_img {
  text-align: right;
}
/* product page css */
body .p2p-sidebar {
  padding: 0;
}
body .p2p-sidebar label.control-label {
  margin: 0 0 10px;
  font-weight: 700;
}
h4.product-title {
  font-weight: 700;
}
ul.product-features.product-features-list {
  flex-wrap: wrap;
  gap: 10px;
}
ul.product-features.product-features-list li {
  width: 48%;
}
.Price_box span.price {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.Price_box span.km-way {
  font-size: 20px;
  font-weight: 400;
}
.product-row {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 20px;
    flex-wrap: wrap;
}
.image img {
  border-radius: 15px;
}
.product_tag span {
    background: var(--theme-deafult);
    border: none;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 6px;
}
.product_heading h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Price_box p.price-text-no, span.km-way {
    color: #555555;
    font-size: 12px;
    margin: 0;
}
a.free-cancellation {
    color: green !important;
    font-size: 14px;
}
span.yacht-location {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
ul.product-features.product-features-list li {
    color: #000;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* .displayProducts .row .col-md-12:nth-child(even) .product-row { background: #f5f5f5;} */
.product_heading span.star-rating {
  color: #ffb000;
  padding-left: 10px;
}
.Price_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  height: 100%;
}
.address-location {
  padding-top: 10px;
}
span.span-logo {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 0%;
  overflow: hidden;
}
span.span-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.Star-rating-div .col-md-8 {
  gap: 10px;
}
.product_heading h3 {
  text-transform: capitalize;
}
.custom-control.custom-checkbox {
  margin-bottom: 10px;
  z-index: 0;
}
button.Edit_BTN,
.price-box button.booknow {
  border: 0;
}

label.control-label {
    margin: 0 0 10px;
    font-weight: 600;
    display: block;
    margin-top: 10px !important;
    padding-top: 10px;
    font-size: 16px;
    border-top: 1px solid #ebebeb;
}
.view-deal button.btn.btn-primary {
    color: #000 !important;
    font-weight: 500;
    margin-top: 10px;
    background: var(--theme-deafult);
    border: 0;
    padding: 8px 40px;
    font-size: 14px;
}
.row.Star-rating-div {
  flex: 0 0 100%;
  margin: 20px 0 0;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
}
.info-quote {
  text-align: right;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.info-quote svg {
  width: 20px;
}
.info-quote a {
  color: #2f2f2f !important;
  font-weight: 5;
  font-size: 14px;
  cursor: pointer;
}
.filter_open:after {
  z-index: 11;
}
.filter_item input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.filter_item .form-cta input {
  background: #b2e8ff;
  border: 0;
  padding-left: 0;
}

section.current_location .SearchDiv {
  border: 1px solid #cccccc42;
  background: #f5f5f5;
}
section.current_location {
  margin-bottom: 100px;
  position: sticky;
  top: 120px;
  background: #fff;
  z-index: 1;
  padding-top: 50px;
}
.section-b-space {
  margin-bottom: 30px;
  padding-top: 150px;
}

.price-box h3,
.listed-by-box h3 {
  font-size: 24px;
}
/* product page css */
.__ProImg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.__ProImg {
  height: 150px;
}
ul.great_choice {
  flex-wrap: wrap;
  gap: 10px;
}
ul.great_choice li {
  width: 45%;
}
ul.great_choice li span {
  padding-left: 10px;
}

.CategoriespageSix {
  padding-top: 50px;
}
span.Filter-Title {
  text-transform: capitalize;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 20px;
}
body.al_body_template_one .collection-collapse-block {
  padding: 10px 10px;
}
.Transmission .product-price-chat-sec {
  justify-content: flex-start;
  gap: 10px;
}
body button.Automatic {
  background: #e8eef0;
}
span.filter-btn.btn.btn-theme {
  width: 100%;
  margin: 0;
}
body .filter-main-btn {
  margin-left: 0 !important;
}
.Start_date .form-control {
  background: none !important;
}
.card.p-3.mb-4.shadow-sm {
  border-radius: 6px;
  box-shadow: 0 0 0 !important;
}
.checkbox_filter label {
  padding-left: 5px;
  top: -6px !important;
  position: relative;
}
.checkbox.checkbox-success {
  width: 100%;
}
.checkbox.checkbox-success {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  width: 100% !important;
}
.good-choice img {
  max-width: 150px;
}

.row.product-order-detail h4 {
  font-size: 16px;
}
.product_name h4,
.product_name h5 {
  font-size: 16px !important;
  font-weight: 600;
}
i.check-circle-icon {
  font-size: 36px;
  color: #3d9ec7;
}
.product-order {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 15px;
}
.alFourTemplateOrderSucces .card {
  border-radius: 15px;
  border: 0 !important;
}
.product_image-div img {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.alFourTemplateOrderSucces .card .card-body {
  padding: 0;
  border: 0 !important;
}
.order_detail_div-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.row.product-order-detail h4.DeliveryZone {
  flex: 0 0 94%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  font-size: 22px;
  font-weight: 600;
}
.row.order-success-sec {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 15px;
  height: 100%;
}
ul.order-detail li {
  /* border-bottom: 1px solid #ccc; */
  padding: 0 0 10px;
}
span.bold-text {
  font-weight: 600;
}
button.proceed_to_pay {
  background: #000;
  padding: 15px;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
.grn_popop-total_amt {
  padding: 20px 8px !important;
  font-size: 18px;
  text-align: left;
}
div#v_pills_tabContent .modal-body {
  padding: 20px;
  font-size: 18px;
}
#proceed_to_pay_modal .modal-content {
  border-radius: 15px;
}
form#cart_payment_form label.radio {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
form#cart_payment_form label.radio input#radio-cash_on_delivery {
  margin-right: 10px;
}
img#proceed_to_pay_loader {
  display: none;
}

/* Footer Style */
.FooterSection .footer-theme {
  background: #000000;
  padding: 50px 0;
  margin-top: 100px;
}
.FooterSection .footer-theme .sub-title h4 {
  color: #fff !important;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
.FooterSection .footer-theme .sub-title li {
  position: relative;
  padding-bottom: 15px;
}
.FooterSection .footer-theme .sub-title li a {
  text-transform: capitalize;
  font-size: 16px;
  color: #b2b2b2;
}
.FooterSection .footer-theme .sub-title .contact-list li {
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: 10px;
  display: block;
}
.FooterSection .footer-theme .sub-title .contact-list li i {
  top: 4px !important;
  font-size: 24px;
}
.FooterSection .sub-title {
  color: #b2b2b2;
}
.FooterSection .contac-info {
  gap: 10px;
  font-size: 16px;
  color: #b2b2b2;
  line-height: 1.5;
}
.FooterSection .sub-footer {
  background: #b2e8ff;
  padding: 20px 0;
}
.FooterSection .footer-terms-policy {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.FooterSection .footer-terms-policy a {
  font-weight: 600;
}
.FooterSection .footer-logo-img {
  display: flex;
  gap: 10px;
}
.FooterSection .footer-app-logo {
  margin-bottom: 60px;
  justify-content: center;
  border-bottom: 1px solid #b2e8ff;
  padding-bottom: 30px;
}
.FooterSection .footer-app-logo h2 {
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
}
.footer-logo-img img {
  border-radius: 4px;
  max-width: 120px;
}
.product-wrapper-grid .product-image img {
  position: relative !important;
}
.filter_open {
  overflow-y: scroll;
  position: fixed;
  inset: 0;
}
/* Footer Style //////////// */
.search-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* Loading Skeleton */
section.OurFeatures {
  margin-top: 80px;
}
.Features h3 {
  font-size: 20px;
  font-weight: 800;
}
.Features p {
  font-size: 16px;
  color: #636a79;
}
span.Features_Icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: #181c25;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.Features_Ul_List li {
  gap: 20px;
  margin-bottom: 50px;
}
.Features_Ul_List li.Feature_Li {
  flex-direction: row-reverse;
  text-align: right;
}
.TravelMore_img img {
  text-align: right;
  margin-left: auto;
}

.cnt-skeleton {
  gap: 10px;
  flex-direction: column;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
.loading-skeleton a.btn,
.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
%loading-skeleton {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;

  &::placeholder {
    color: transparent;
  }
}
@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;

  img {
    filter: grayscale(100) contrast(0%) brightness(1.8);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  .btn,
  label,
  .form-control {
    @extend %loading-skeleton;
  }
}
/* Loading Skeleton */

/* Login And Register */
.login-header {
  background: #000000;
  padding: 10px 0;
  margin-bottom: 10px;
}
.menu-navigation.alThreeMenu {
  display: none;
}
.form-control {
  border-radius: 5px;
  height: 50px;
}
button.login_continue_btn,
button.submitLogin,
.create_box a {
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
h3.heading-account {
  margin: 0px 0 12px !important;
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.login-card p {
  font-size: 14px;
  color: #1a1a1a;
}
.login-card label {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400 !important;
}
.login-card .form-control {
  height: 36px;
  border: 1px solid #868686;
  color: #1a1a1a;
}
.login-card .form-control::placeholder {
  color: #1a1a1a;
  opacity: 0.8;
}
.login-card button.login_continue_btn,
.login-card button.submitLogin {
  height: 48px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: black !important;
}
body .login-card .iti--separate-dial-code .iti__selected-flag {
  height: 34px !important;
  border-radius: 5px;
}

h6.CreateAcount {
  font-weight: 600;
  color: #000;
}
span.toggle-password {
  position: absolute;
  top: 9px;
}
a#send_password_reset_link {
  text-align: right;
  width: 100%;
  margin-right: auto;
  display: block;
  font-weight: 600;
  color: #000;
  padding-top: 10px;
}
label.label-title {
  font-weight: 600;
  color: #000;
}
body .iti--separate-dial-code .iti__selected-flag {
  height: 48px;
}
/* Login And Register */
button.navbar-toggler.navbar-toggler-button {
  display: none;
}
.all-filters h4 {
    font-weight: 600;
    font-size: 20px;
}
button.clear-all-filters {
    background: var(--theme-deafult);
    border: none;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 2px;
}
.avail > h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
button#sortDropdown {
    border-radius: 50px;
    border: 1px solid #000;
    background: #fff !important;
    font-size: 14px;
}
section.privac {
    min-height: 100vh;
    padding-top: 180px;
}
.privac h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px !important;
}
.privac h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.privac h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.privac p {
    font-size: 16px;
    font-weight: 400;
}

.iti__country-list {
  white-space: normal !important;
}
.digit-group.otp_inputs {
  gap: 10px;
}

@media only screen and (max-width: 992px) {
  .top-bg-color {
    display: none;
  }

section.privac {
    padding-top: 100px !important;
}
.privac h1 {
    font-size: 24px;
    margin-bottom: 20px !important;
}
.privac h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.privac h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.privac p {
    font-size: 14px;
}
  .Add_BannerImg {
    margin: 20px 0;
    background: #1f2426;
    padding: 30px 30px 50px;
    min-height: auto;
  }
  .Add_BannerImg-text h2 {
    font-size: 26px;
  }
  .Looking_Services {
    min-height: auto;
  }
  .FooterSection .footer-app-logo {
    margin-bottom: 30px;
    flex-flow: column;
  }
  body .site_header .row {
    margin: 0 -15px;
  }
  body .banner {
    padding: 150px 0 100px;
    min-height: auto;
  }
  .banner .container > .row {
    padding-top: 0;
  }
  .CarTypes_Ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .CarTypes_Ul .slide-item {
    width: 47%;
    padding: 10px;
    margin: auto;
  }
  .__TestimonialDiv-heading {
    text-align: left;
  }
  .__TestimonialDiv-heading-span {
    background: none;
    padding: 0;
  }
  span.CarTitle {
    padding-top: 10px;
    font-size: 14px;
  }
  div#diff-box {
    position: relative;
    margin: 10px 0;
  }
  body .banner_tab div#tabs-content {
    padding-bottom: 30px;
  }
  body .al_body_template_one #page-container section,
  body .vendors section {
    padding-top: 0 !important;
  }
  .threetabs_div_img img {
    margin: 0 auto 20px auto;
  }
  .threetabs_div_img,
  .threetabs_div {
    text-align: center;
  }
  .product-row {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }
  .Price_box {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 10px;
    align-items: self-start;
    justify-content: start;
    text-align: left;
  }
  span.span-logo {
    width: 40px;
    height: 40px;
  }
  .info-quote {
    flex-direction: column;
  }

  .Features_Img {
    display: none;
  }
  .Features_Ul_List li {
    margin-bottom: 20px;
  }
  .Features_Ul_List li:last-child {
    margin-bottom: 0;
  }
  .Features_Ul_List li.Feature_Li {
    flex-direction: row;
    text-align: left;
  }
  .banner-image {
    margin-top: 70px;
  }
  body .banner {
    padding: 150px 0 100px;
  }

  button.navbar-toggler.navbar-toggler-button {
    border: 1px solid #fff;
    display: block;
  }
  .banner-image:before {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
  }
  body header.site_header {
    padding-bottom: 0;
  }
  body .banner {
    min-height: 665px !important;
  }
  section.Threetabs_Section {
    margin-top: 0;
  }
  h2.h2-heading {
    font-size: 25px;
  }
  .threetabs_div_img img {
    max-width: 65px;
  }
  .threetabs_div_text h4 {
    font-size: 22px;
  }
  section.Threetabs_Section {
    padding: 30px 0;
  }
  section.OurFeatures {
    margin-top: 50px;
  }
  .Add_BannerImg {
    margin: 0px auto;
    padding: 15px 30px 30px;
    width: calc(100% - 30px);
  }
  section.Testimonial_Section {
    margin: 0 !important;
  }
  .testimonial-item {
    padding: 0 8px;
  }
  .__TestimonialDiv-img-qut {
    right: 20px;
    top: 20px;
    width: 20px;
  }
  .__TestimonialDiv-img-name h3 {
    font-size: 18px;
  }
  .__TestimonialDiv-img-name p {
    font-size: 14px;
  }
  .footer-end {
    text-align: center;
  }
  .FooterSection .footer-terms-policy {
    justify-content: center;
  }
  section.current_location {
    margin-bottom: 20px;
    top: 50px;
    position: relative;
    padding-top: 50px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .search-box {
    padding: 10px;
    margin: 0;
    border-right:0px;
}
.search-div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
button.Edit_BTN {
  margin-left: 15px;
}
.info-item {
  grid-template-columns: 1fr !important;
  gap: 0px;
}
span.modal-outer span {
  display: block;
}
  .product_heading h3 {
    font-size: 22px;
  }
  .Price_box span.price {
    font-size: 18px;
  }
  .Price_box span.km-way {
    font-size: 16px;
  }
  .info-quote {
    text-align: left;
    margin-top: 20px;
  }
  .result_item {
    padding: 50px 0 0 !important;
  }
  .single_product_block {
    padding: 50px 0 0;
  }
  .car-info-box h2 {
    font-size: 25px;
  }
  .overview-box h3,
  .price-box h3,
  .listed-by-box h3 {
    font-size: 20px;
  }
  .price-box button.booknow {
    padding: 12px 15px;
    font-size: 16px;
  }
}

@media (max-width: 1250px) and (min-width: 1024px) {
  .Add_BannerImg {
    width: calc(100% - 30px);
    margin: auto;
  }
  .login-button a.Login-BTn {
    padding: 10px 10px;
  }
  .info-quote a {
    font-size: 15px;
  }
  .product_heading h3 {
    font-size: 25px;
  }
  .Price_box span.price {
    font-size: 24px;
  }
  .single_product_block {
    padding: 50px 0 0;
  }
}
