* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}
:focus-visible {
  outline: none;
}
:root {
  --font-family: "Blinker", sans-serif;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader::after {
  content: "";
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.banner_CarRental {
  position: relative;
  min-height: 650px;
}
.banner_CarRental .img_media {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 100%;
  height: 100%;
}
.whatsaap_btn {
  position: fixed;
  right: 30px;
  top: 30%;
  z-index: 6;
}
.CarRental_wrapp {
    background: #1A1A1A;
    padding: 60px 0;
}
.btn-select:hover{background: transparent;}
.CarRental_wrapp .container_Crl {
  padding: 0 3%;
}
.CarRental_wrapp .head_bx {display: flex;justify-content: end;}
.CarRental_wrapp .head_bx .frm_grp {
  position: relative;
  z-index: 2;
  width: 33%;
}
/*.CarRental_wrapp .head_bx.yah_rent_head .frm_grp {width: 20%;}*/
.CarRental_wrapp .head_bx.yah_rent_head .frm_grp {width: 23%;}
.list_CarRental {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  z-index: 0;
  position: relative;
}
.list_CarRental .card_bx {
}
.list_CarRental .card_bx .img_bx {
  display: grid;
  grid-auto-rows: 350px;
  position: relative;
  overflow: hidden;
}
.list_CarRental .card_bx .img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.list_CarRental .card_bx .cont_bx {
  padding: 24px;
  background: #242424;
}
.list_CarRental .card_bx .cont_bx h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.list_CarRental .card_bx .aed_grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.list_CarRental .card_bx .aed_grp h4 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.list_CarRental .card_bx .aed_grp h4 span {
}
.list_CarRental .card_bx .aed_grp h4 span:last-child {
  font-weight: 300;
  font-size: 12px;
}
.list_CarRental .card_bx .aed_grp .drp_aed {
}
.list_CarRental .card_bx .aed_grp .form-control {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 69px;
  height: 22px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  background: #242424;
  text-transform: uppercase;
  color: #fff;
  padding: 2px;
}
.list_CarRental .card_bx .aed_grp .form-control::after {
}
.list_CarRental .card_bx .cont_bx p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.list_CarRental .card_bx .btn_grp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
}
.list_CarRental .card_bx .btn_grp .btn {
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  height: 54px;
  border: 0;
}
.list_CarRental .card_bx .btn_grp .btn + .btn {
}

.brandSelect {
  display: none;
}

#list_drop {
  padding-left: 0px;
}

/* #list_drop img
 {
  width: 58px;
} */
.btn-select img{width: 36px;}
#list_drop li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

#list_drop li img {
  margin: 5px;
}

#list_drop li span,
.btn-select li span {
  margin-left: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #d9d9d9;
}

.brand-select .b {
  display: none;
  width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  padding: 11px 16px;
  position: absolute;
  background: #0f3550;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.open {
  display: show !important;
}

.btn-select {
    position: relative;
    width: 350px;
    line-height: normal;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0 auto;
}
.btn-select:after{width: 40px;height: 40px;position: absolute;right: 10px;top: 0px;content: '';background: url(../images/arrow.png);z-index: 6;}
.btn-select li {
  list-style: none;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:focus {
  outline: none;
  border: 0;
  background: transparent;
}

.brand-select {
  position: relative;
  text-align: center;
}


/*.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list {width: 265px;}*/
.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list {width: 300px;}
.dropdown-check-list {
  display: block;
  width: 350px;
  position: relative;

}


.dropdown-check-list .anchor span,
.dropdown-check-list .anchorcategory span{
    margin-right: 30px;
    display: block;
    height: 36px;
}
.dropdown-check-list .anchor ,
.dropdown-check-list .anchorcategory{
  position: relative;
  cursor: pointer;
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
/*   text-transform: uppercase; */
  text-align: center;
  color: #d9d9d9;
}
.dropdown-check-list .anchor:after,
.dropdown-check-list .anchorcategory:after {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -2px;
  content: '';
  background: url(../images/arrow.png);
}
.dropdown-check-list .anchor:active:after {

}


.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 10px;
  padding: 24px;
  position: absolute;
  background: #0f3550;
  top: 0;
}
/*.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list ul.items { width: 265px;}*/
.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list ul.items { width: 310px;}
.dropdown-check-list ul.items li {
  list-style: none;
  padding-bottom: 20px;
}

.dropdown-check-list ul.items li label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  /*text-transform: capitalize;*/
  text-align: center;
  color: #d9d9d9;cursor: pointer;
  position: relative;
  line-height: 32px;
}

.dropdown-check-list ul.items li label input {
  display: none;
}
.dropdown-check-list ul.items li  input:checked~span:before{
  position: absolute;
  content: '';
  left: 10px;
  top: 7px;
  width: 9px;
  height: 16px;
  border: solid #d9d9d9;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.dropdown-check-list ul.items li label span {
  display: inline-block;
  /*padding-left: 40px;*/
  padding-left: 35px;
}

/*.dropdown-check-list ul.items li label span:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 28px;*/
/*  height: 28px;*/
/*  border: 3px solid #d9d9d9;*/
/*  left: 0;*/
/*  top: 2px;*/
/*  border-radius: 4px;*/
/*}*/

.dropdown-check-list ul.items li label span:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  border: 3px solid #d9d9d9;
  left: 0;
  top: 5px;
  border-radius: 4px;
}

.dropdown-check-list ul.items li:last-child {
  padding-bottom: 0;
}


.brand-select.open .b {
  display: block;
}
.brand-select.open .btn-select:after{
    transform: rotate(-180deg);
    top: 30px;
}
.dropdown-check-list ul.items li.def_option {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
/*   text-transform: uppercase; */
  text-align: center;
  color: #d9d9d9;
  cursor: pointer;
  position: relative;
  line-height: 32px;
}

.dropdown-check-list ul.items li.def_option span:first-child {
  height: 36px;
  margin-right: 10px;
}
.list_CarRental .card_bx:hover .img_bx img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.dropdown-check-list.open .anchor:after, 
.dropdown-check-list.open .anchorcategory:after{transform: rotate(-180deg);z-index: 6;top: 25px;right: 20px;}
.lg_type {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
}
.dropdown-check-list.open .anchor:after, 
.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list.open .anchorcategory:after{right:8px;}
.CarRental_wrapp .head_bx .dropdown-check-list.open ul.items{display: block;}

/*** Carousel **/
.CarRental_gallery {
	background-color:#1A1A1A;
}
.brand-carousel {
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px;
}
.carousel-wrapper {
    position: relative;
}
.carousel-item {
    padding: 10px;
}
.carousel-item img {
    width:120px;
	/*width: 100%; */
    height: 69px;
}










/*-------------------------------------------------**/
.custom-dropdown {
 display: block;
    width: 350px;
    position: relative;
    margin: 0 auto;
}
.custom-dropdown .dropdown-selected {}

.custom-dropdown .dropdown-selected img {
/*        width: 58px; */
	margin-right: 30px;
    object-fit: contain;
}
.custom-dropdown .dropdown-selected .bydef_img{ width: 36px;}
.custom-dropdown .dropdown-selected span {
    
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #d9d9d9;
    line-height: normal;
}

.custom-dropdown .dropdown-selected:after {
width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0px;
    content: '';
    background: url(../images/arrow.png);
}
.dropdown-selected {
       position: relative;
    cursor: pointer;
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #d9d9d9;
}
.dropdown-items {
position: absolute;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 10px;
    padding: 24px;
    position: absolute;
    background: #0f3550;
    top: 0;
	    width: 350px;
}
.dropdown-item {
	font-family: var(--font-family);
font-weight: 400;
	display: flex;
    align-items: center;
  font-size: 24px;
  text-transform: uppercase;
    text-align: left;
  color: #d9d9d9;cursor: pointer;
  position: relative;
  line-height: 32px;
    padding: 10px 0px;
}
.dropdown-item img {
       width: 58px;
    margin-right: 20px;
}
.dropdown-items .dropdown-item:first-child {
    padding-top: 0;
}
.dropdown-hide {
    display: none;
}
.CarRental_wrapp .head_bx .frm_grp .mob_show {
    display: none;
}
.dropdown-items .dropdown-item:first-child:after{    transform: rotate(-180deg);
    z-index: 6;
       width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    background: url(../images/arrow.png);}


@media (min-width: 320px) and (max-width: 990.5px) {
	.custom-dropdown .dropdown-selected .bydef_img{display:none;}
	.custom-dropdown .dropdown-selected {
    background: #D9D9D9;
    border-radius: 4px;
    height: 100%;
    color: #0f3550;
    font-size: 18px;
    text-transform: capitalize;
    align-items: center;
    padding: 12px;
}
	.anchorTag {
    color: #0f3550!important;
}
	.custom-dropdown .dropdown-selected:after{
		top: 6px;    
		background: url(https://veluxrentals.com/wp-content/uploads/2024/08/arrow_m.png);
	}
.custom-dropdown .dropdown-selected span {
    color: #0f3550;
    font-size: 18px;
    text-transform: capitalize;
}

.custom-dropdown .dropdown-selected img {
       margin-right:10px;
        width: 36px;
    }
	.dropdown-items {
    background: transparent;
    padding: 0;
}
	.custom-dropdown .dropdown-selected img{}
.dropdown-items .dropdown-item {
    background: #D9D9D9;
    margin-top: 2px;
    padding: 8px 14px !important;
    color: #0f3550;
    text-transform: capitalize;
    font-size: 18px;
}

.dropdown-items .dropdown-item:first-child {
    display: none;
}

.dropdown-items .dropdown-item:nth-child(2):after {
	transform: rotate(-180deg);
    z-index: 6;
       width: 40px;
    height: 40px;
    position: absolute;
    right: 0; background: url(https://vkvdigital.com/veluxrentals/wp-content/uploads/2024/08/arrow_m.png);
    top:6px;
    content: '';
	}
}


@media (min-width: 320px) and (max-width: 768.5px) {
	.custom-dropdown {
    width: 240px;
}



.CarRental_wrapp .head_bx .frm_grp {
    display: flex;
    align-items: center;
}
	.CarRental_wrapp .head_bx.yah_rent_head .frm_grp{justify-content:center;}
.CarRental_wrapp .head_bx .frm_grp .mob_show img {
    width: 68px;
}
.dropdown-check-list, .dropdown-check-list ul.items {
        width: 200px;
    }
.CarRental_wrapp .head_bx {
    display: flex;
    align-items: center;
}
	.dropdown-items{ width: 187px;}
	.dropdown-item img {
    width: 36px;
    margin-right: 10px;
}
}
@media (min-width: 320px) and (max-width: 575.5px) {
	.CarRental_wrapp .head_bx .frm_grp .mob_show {
    display: block;
}
}
@media (min-width: 320px) and (max-width: 460.5px) {}

@media (min-width: 320px) and (max-width: 990.5px) {
	
	   .elementor-nav-menu--dropdown a {
        background: #fff!important;
        justify-content: center!important;
        color: #153147!important;
        font-size: 14px!important;
        font-weight: 300!important;
        text-transform: uppercase!important;
    }
    
    .elementor-nav-menu li {
        margin-bottom: 5px!important;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
        transform: initial;
    }

    .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        transform: initial !important;
        width: 300px !important;
        overflow: initial !important;
        position: absolute !important;
        top: 33px !important;
        background: transparent!important;
        transition: .3s ease-in-out !important;
        height: 100vh !important;
        left: -100% !important;
        margin-top: 30px!important;
        max-height: 100%!important;
        display: block;
    }

.elementor-nav-menu__container .elementor-nav-menu li {
    width: 220px!important;
    margin: 0 auto!important;
    margin-bottom: 5px !important;
    border-bottom-width: 0px!important;
}
    .elementor-17 .elementor-element.elementor-element-31ff1b9 {
        width: 100% !important;
        position: absolute !important;
        left: 0 !important;
        padding: 0 !important;
        top: 7px !important;
    }
    .elementor-6010 
.elementor-menu-toggle{z-index: 6;position: absolute!important;width: 100%!important;        right: 15px;
        top: -9px;}
	


      .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
            animation: none !important;
        max-height: 100vh !important;
        left: -5% !important;
        width: 106% !important;
        background: rgb(0 0 0 / 50%) !important;
        top: 27px !important;
        padding-top: 30px;
    }

.elementor-11 .elementor-element.elementor-element-5f358b4 {
    position: absolute!important;
    width: 100%!important;display:block;
}

.elementor-11 .elementor-element.elementor-element-7fd1209 div.elementor-menu-toggle {
    width: 50px!important;
    padding: 0!important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.dropdown-check-list.open .anchor:after, .dropdown-check-list.open .anchorcategory:after,.dropdown-check-list .anchor:after, .dropdown-check-list .anchorcategory:after {
    top: 4px;
    right: 0;
}
	.CarRental_wrapp .head_bx {
        display: flex;
        gap: 15px;
        justify-content: center;
}

.CarRental_wrapp .head_bx .frm_grp {
    width: 100%;
}

.btn-select {
    width: 300px;
    background: #D9D9D8!important;
    text-align: center;
    padding: 12px;
}

#list_drop li span, .btn-select li span {
    font-size: 18px;
    text-align: center;
    color: #0f3550;
}

.brand-select .b {
    width: 333px;
    background: transparent;
    box-shadow: none;
}

#list_drop li span, .btn-select li span {
    color: #fff;
    margin: 0;
    color: #0f3550;
    text-transform: capitalize;
}

#list_drop img {}

#list_drop li img {
    order: 2;
    width: 30px;
    margin: 0;
}

#list_drop li {
    justify-content: space-between;
    background: #D9D9D9;
    border-radius: 4px;
    margin-top: 2px;
    padding: 8px;
}

.btn-select li {
    justify-content: space-between;
}

.btn-select img {
    width: 30px;
    order: 2;
    margin-right: 30px;
}

.dropdown-check-list ul.items {
    width: 300px;
    top: 48px;
    background: transparent;
    padding: 0;
}

.dropdown-check-list {
    width: 300px;
}

.dropdown-check-list .anchor, .dropdown-check-list .anchorcategory {
    background: #D9D9D9;
    border-radius: 4px;
    height: 100%;
    color: #0f3550;
    font-size: 18px;
    text-transform: capitalize;
    align-items: center;
    padding: 9px;
}

.dropdown-check-list .anchor span {
    height: 100%;
}

.dropdown-check-list .anchor span, .dropdown-check-list .anchorcategory span {display: none;}

/* .dropdown-check-list ul.items li.def_option {
    display: none;
} */
.dropdown-check-list ul.items li.def_option:nth-child(1) {
		display: none;
	}
	
	a.anchorTag span {
    line-height: normal;
    font-size: 12px;
}
.dropdown-check-list ul.items li {
    background: #D9D9D9;
    margin-top: 2px;
    padding: 8px 14px!important;
}

.dropdown-check-list ul.items li label {
    color: #0f3550;
    text-transform: capitalize;
    font-size: 18px;
}

.dropdown-check-list ul.items li label span:after {
    border-color: #0f3550;
}

.dropdown-check-list ul.items li label span:after {
    border-color: #0f3550;
    width: 20px;
    height: 20px;
    top: 8px;
}

.dropdown-check-list ul.items li input:checked~span:before {
    border-color: #0f3550;
    width: 7px;
    height: 12px;
    left: 6px;
    top: 10px;
}

.dropdown-check-list ul.items li label span {
    padding-left: 30px;
}
.dropdown-check-list .anchor:after, .dropdown-check-list .anchorcategory:after,.btn-select:after{background:url('https://vkvdigital.com/veluxrentals/wp-content/uploads/2024/08/arrow_m.png');}
	.brand-select.open .btn-select:after,.btn-select:after{top:8px;right:10px;}
}
@media (min-width: 320px) and (max-width: 900.5px) {
	    .elementor-menu-toggle {
        top: 50% !important;
        transform: translateY(20%);
    }
	.elementor-location-header .e-con.e-flex>.e-con-inner {height:70px;}
.CarRental_wrapp .head_bx .frm_grp .mob_show {
    display: block;
    margin-right: 15px;
}
		.custom-dropdown {
    width: 250px;
}



.CarRental_wrapp .head_bx .frm_grp {
    display: flex;
    align-items: center;
}

.CarRental_wrapp .head_bx .frm_grp .mob_show img {
    width: 68px;
}
.dropdown-check-list, .dropdown-check-list ul.items {
        width: 215px;
    }
.CarRental_wrapp .head_bx {
    display: flex;
    align-items: center;
}
	.dropdown-items{width: 196px;}
	.dropdown-item img {
    width: 36px;
    margin-right: 10px;
}
}

@media (min-width: 320px) and (max-width: 768.5px) {
	
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{left: -3% !important;width: 103% !important;}
	    .elementor-menu-toggle {
        z-index: 6;
        position: absolute !important;
        width: 100% !important;      
        right: 15px;
    }
	    .elementor-11 .elementor-element.elementor-element-7fd1209 div.elementor-menu-toggle {
        width: 25px !important;
      
    }

	    .elementor-nav-menu--toggle.elementor-widget-nav-menu .elementor-widget-container {
        flex-direction: initial !important;
        justify-content: start !important;
    }
	    .list_CarRental {
        grid-template-columns: repeat(2, 1fr);
    }
  .list_CarRental .card_bx .cont_bx {
    padding: 20px;
  }
  .list_CarRental .card_bx .img_bx {
    grid-auto-rows: 250px;
  }
	.btn-select {
    width: 200px;
}

.elementor-location-header .e-con.e-flex>.e-con-inner {
    padding: 10px 0;
}
}
@media (min-width: 320px) and (max-width: 575.5px) {
	.elementor-menu-toggle{top:0px!important;}
	.dropdown-check-list ul.items li label span {
        padding-left: 30px;
    }
	.dropdown-check-list ul.items li {
    padding: 8px !important;
}
	.dropdown-check-list ul.items li label {
        color: #0f3550;
        text-transform: capitalize;
        font-size: 16px;
    }
	.dropdown-items .dropdown-item {
    font-size: 16px;
    padding: 8px!important;
	}.dropdown-check-list ul.items li label{font-size:16px;}
	.custom-dropdown .dropdown-selected:after{top:2px;}
	.dropdown-items{        width: 150px;}
	.custom-dropdown {
    width: 200px;
}

.custom-dropdown .dropdown-selected {
    font-size: 16px;
    padding: 10px;
}

.dropdown-check-list .anchor, .dropdown-check-list .anchorcategory {
    font-size: 16px;
}

	    .list_CarRental {
        grid-template-columns: repeat(1, 1fr);
    }
	.list_CarRental, .CarRental_wrapp .head_bx{}
  .list_CarRental{margin-top: 30px;}
  .CarRental_wrapp .head_bx .frm_grp{width: 100%;}
 .btn-select {
    width: 170px;
}

.brand-select .b {
    width: 204px;
}

.dropdown-check-list,.dropdown-check-list ul.items {
    width: 140px;
}
 	.CarRental_wrapp{padding:30px 0;}
	.carousel-item img {
    height: 37px;
}
.banner_CarRental {
  position: relative;
  min-height: 540px;
}
}

@media (min-width: 320px) and (max-width: 460.5px) {
	.head_bx.yah_rent_head {}

.head_bx.yah_rent_head .dropdown-check-list,.head_bx.yah_rent_head .dropdown-check-list ul.items {
    width: 160px;
}

.CarRental_wrapp .head_bx.yah_rent_head {
    max-width: 100%;
}

.head_bx.yah_rent_head div#list1category,.head_bx.yah_rent_head div#list1category ul.items {
    width: 150px;
}
	.custom-dropdown .dropdown-selected {
    font-size: 10px;
    padding: 9px;
	}.custom-dropdown .dropdown-selected:after{width:20px;height:20px;}
    .dropdown-check-list.open .anchor:after, .dropdown-check-list.open .anchorcategory:after, .dropdown-check-list .anchor:after, .dropdown-check-list .anchorcategory:after {
        top: 7px;
       
    }
	    .custom-dropdown .dropdown-selected:after {
        top: 7px;
        width: 20px;
        height: 20px;
        background-size: contain;
    }.dropdown-items .dropdown-item {
        font-size: 10px;padding: 3px 6px !important;
      
    }  
	.custom-dropdown .dropdown-selected span{font-size:10px;}
	.dropdown-items {
        width: 121px;
    }    .custom-dropdown .dropdown-selected img {
      
        width: 25px;
    }
	.dropdown-items .dropdown-item span {
    line-height: normal;
}
	.dropdown-check-list ul.items{top:35px;}
.dropdown-items .dropdown-item:nth-child(2):after {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 5px;
}
.custom-dropdown {
    width: 145px;
}
	.CarRental_wrapp .head_bx .frm_grp .mob_show img{width:30px;}
	   .CarRental_wrapp .container_Crl {
        padding: 0 5% 2%;
    }
	.CarRental_wrapp{padding:15px 0;}
.btn-select {
    width: 100px;
    padding: 8px 4px;
}

.brand-select .b {
    width: 100px;
    padding: 0;
}

.dropdown-check-list, .dropdown-check-list ul.items {
    width: 120px;
}

.dropdown-check-list .anchor, .dropdown-check-list .anchorcategory {
    font-size: 10px;
}

#list_drop li span, .btn-select li span {
    font-size: 10px;
}

#list_drop li {
    padding: 8px 5px;
}

#list_drop li:first-child {
    display: none;
}

.CarRental_wrapp .head_bx {
    gap: 8px;
}

.btn-select:after,.dropdown-check-list .anchor:after, .dropdown-check-list .anchorcategory:after {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.brand-select.open .btn-select:after, .btn-select:after {
    top: 5px;
}

.dropdown-check-list ul.items li label {
    font-size: 12px;
    line-height: 24px;
}

.dropdown-check-list ul.items li label span:after {
    width: 15px;
    height: 15px;
    top: 5px;
    border-radius: 2px;
    border: 2px solid;
}

.dropdown-check-list ul.items li {
    padding: 8px!important;
}

.dropdown-check-list ul.items li input:checked~span:before {
    top: 5px;
    width: 6px;
    height: 10px;
    left: 5px;
    top: 6px;
}

.dropdown-check-list ul.items li label span {
    padding-left: 20px;
	}
	
	.CarRental_wrapp .head_bx .frm_grp{margin-bottom:0px;}}

@media (min-width: 320px) and (max-width: 420.5px) {
	
	.CarRental_wrapp .head_bx .frm_grp .mob_show {
    margin-right: 6px;
}    .dropdown-items {
        width: 106px;
    }    .custom-dropdown {
        width: 130px;
    }
    .dropdown-check-list ul.items li input:checked~span:before {
        width: 4px;
        height: 6px;    border-width: 0 2px 2px 0;
        left: 3px;
        top: 9px;
    }
.dropdown-check-list, .dropdown-check-list ul.items {
        width: 100px;
    }
	    .dropdown-check-list ul.items li label span:after {
        width: 10px;        border: 1px solid;
        height: 10px;
			top: 8px;}   
	.dropdown-check-list ul.items li label span {
        padding-left: 14px;line-height: normal;
    }
}
.elementor.elementor-11.elementor-location-header.top-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background:rgb(15 53 80 / 80%);
}
/*.elementor-6010 .elementor-location-header .elementor-sticky--active {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background:rgb(15 53 80 / 80%);*/
/*}*/
.top-fixed .elementor-element-4794d7e {
    background: rgb(74 112 140 / 80%) !important;
}

.elementor-element.elementor-element-6c33aba2.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects{
     background: rgb(74 112 140 / 80%) !important;
}

.top-fixed .elementor-element-4794d7e .e-con-inner {
    padding: 16px 0;
}

.top-fixed .elementor-element-e75a31f .elementor-button{color: #1a1a1a;background-color: #fff!important;}

.slider_crd_rent {
    background: #1a1a1a;padding:60px 0px;
}

.slider_crd_rent .container_Crl {
    padding: 0 3%;
}

.slider_crd_rent .container_Crl .card_crd_rent {}

.slider_crd_rent .container_Crl .card_crd_rent a {
    position: relative;
    min-height: 223px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: self-end;
    padding: 0 30px 24px;
    color: #fff;
}

.slider_crd_rent .container_Crl .card_crd_rent a .media_img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx {
    position: relative;
    z-index: 6;text-align:left;
}

.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx h3 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}

.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.slider_crd_rent .container_Crl .card_crd_rent:hover a .media_img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.1);
}

.slider_crd_rent .container_Crl .card_crd_rent a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 53, 80, 0.5) 0%, #0f3550 100%);
}
.slider_crd_rent .container_Crl .card_crd_rent:hover a:before{display:none;} 

.slider_crd_rent .container_Crl .card_crd_rent a:after {
     position: absolute;
     transition: .9s ease-in-out;
     bottom: -100%;
     left: 0;
     width: 100%;
     content: '';
     height: 100%;
     background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(15, 53, 80, 0.9));
}
.slider_crd_rent .container_Crl .card_crd_rent:hover a:after {bottom:0px;}
.yacht_slider .slick-slider {
    margin:0 -6px;
}
.yacht_slider .slick-slide {
    text-align:center;
    margin-right:6px;
    margin-left:6px;
}

.ych_cru_sect {
    background: linear-gradient(180deg, #fff 0%, #d9d9d9 100%);
    padding: 80px 0;
}

.ych_cru_sect .container_Crl {
    padding: 0 3%;
}

.ych_cru_sect .container_Crl .head_ych {
    margin-bottom: 24px;
}

.ych_cru_sect .container_Crl .head_ych h3 {
    font-weight: 400;
    font-size: 48px;
    color: #0f3550;
    margin-bottom: 10px;
}

.ych_cru_sect .container_Crl .head_ych p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0f3550;
}

.ych_cru_sect .container_Crl .ych_cru_slider {}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;cursor:pointer;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .media_img {
    display: grid;
    grid-auto-rows: 230px;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .media_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .cont_bx {
    padding: 10px 15px;text-align:left;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .cont_bx h3 {
    font-weight: 400;
    font-size: 24px;
    color: #0f3550;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .cont_bx h4 {
    font-weight: 600;
    font-size: 16px;
    color: #0f3550;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .cont_bx p {
    font-weight: 400;
    font-size: 12px;
    color: #0f3550;
}
.ych_cru_sect .slick-slider {
    margin:0 -6px;
}
.ych_cru_sect .slick-slide {
    text-align:center;
    margin-right:6px;
    margin-left:6px;
}
.ych_cru_sect .slick-next:before {
    background: url(https://veluxrentals.pixelwave.tech/wp-content/uploads/2024/09/arrow.png);
    content: '';
    width: 24px;
    height: 30px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
}
.ych_cru_sect .slick-prev:before {
    background: url(https://veluxrentals.pixelwave.tech/wp-content/uploads/2024/09/arrow.png);
    content: '';
    width: 24px;
    height: 30px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
}
.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .media_img .time_crd_ych {
    position: absolute;
    bottom: 0;
    left: 30px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    background: #0f3550;
    text-align: center;
    color: #d9d9d9;
    padding: 6px 12px;
}

.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .media_img {
    position: relative;
}
 .custom-modal {
            position: fixed;
            overflow: auto;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgb(0 0 0 / 60%);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        .custom-modal-dialog {
            max-width:955px;
            width: 100%;
            border-radius: 0px;
            position: relative;
        }
        .custom-modal-content {
            background: #ffffff;
            border-radius: 10px;
        }
        .close-modal {
           color: #ffffff;cursor: pointer;position: absolute;right: 0;border: 0;
               z-index: 999;
        }
        .custom-modal {
            opacity: 0;
            visibility: hidden;
        }
        body.modal-open .custom-modal {
            opacity: 1;
            visibility: visible;
            z-index: 9999999;
        }
        .custom-modal .custom-modal-dialog{
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }
        body.modal-open .custom-modal .custom-modal-dialog {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        .custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog{
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }


.extrtaOption{
    background: transparent!important;
    padding: 30px 0 0;
}
.extrtaOption button.slick-prev.slick-arrow{
	display:none!important
}
.extrtaOption button.slick-next.slick-arrow{
	display:none!important
}

.extrtaOption .container_Crl {
    padding: 0 0 0 10px;
}

.extrtaOption .slick-list{
	padding:0 10% 0 0;
}

.extrtaOption .container_Crl .ych_cru_slider .card_ych .cont_bx {
    padding: 20px 30px;
    text-align: left;
    background: #D9D9D9;
}
.extrtaOption .container_Crl .ych_cru_slider .card_ych .cont_bx h3 {
    font-weight: 600;
    font-size: 24px;
    color: #0F3550;
    line-height: 64px;
}
.extrtaOption .container_Crl .ych_cru_slider .card_ych .cont_bx p {
    font-weight: 400;
    font-size: 18px;
    color: #0F3550;
    line-height: 27px;
}
.extrtaOption .container_Crl .ych_cru_slider .card_ych .cont_bx h6 {
    font-size: 14px;
    font-weight: 400;
    color: #0F3550;
    line-height: 64px;
}

.body_yach {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.body_yach .media_img {
    display: grid;
    grid-auto-rows: 405px;
    width: 65%;position:relative;
}

.body_yach .media_img img {
    width: 100%;
    height: 100%;
}

.body_yach .cont_modal {
    width: 35%;    padding: 30px;
}

.body_yach .cont_modal h3 {
    font-weight: 400;
    font-size: 24px;
    color: #0f3550;
    margin-bottom: 5px;
}

.body_yach .cont_modal h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.body_yach .cont_modal p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0f3550;
    margin-bottom: 10px;
}

.body_yach .cont_modal h5 {
    font-weight: 400;
    font-size: 16px;
    color: #0f3550;
    line-height: 22px;
    margin-bottom: 6px;
}

.body_yach .cont_modal ul {}

.body_yach .cont_modal ul li {
    display: block;
    font-weight: 400;padding-bottom:5px;
    font-size: 12px;
    line-height: 150%;
    color: #0f3550;
}

.body_yach .cont_modal ul li span {}

.body_yach .cont_modal ul li span+span {}

.body_yach .media_img ul {
     position: absolute;
    display: flex;
    gap: 20px;
    justify-content: center;
    bottom: 0px;
    z-index: 6;
    padding: 20px 10px;
    width: 100%;
}

.body_yach .media_img ul li {
    display: inline-block;font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #fff;
}
.body_yach .media_img:after {
    background: linear-gradient(180deg, rgba(15, 53, 80, 0) 0%, rgb(0 0 0) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
}

.yachtDetailCarosel img.swiper-slide-image {
    height: 644px;
    object-fit: cover;
}

@media (min-width: 390px) and (max-width: 900px) {
.elementor-23 .elementor-element.elementor-element-1d601ac {
        bottom: 270px!important;
    }
 .elementor-23 .elementor-element.elementor-element-70e7634 {
      top: 245px!important;
    }
	 .elementor-23 .elementor-element.elementor-element-6b91128 {      
        bottom: 218px!important;
    }
}
@media (min-width: 320px) and (max-width: 900px) {
	.ych_cru_sect .slick-next,.ych_cru_sect .slick-prev{display:none!important;}
	.CarRental_wrapp .head_bx.yah_rent_head .frm_grp{width:100%;justify-content: end;}
	.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list ul.items,
	.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list {
    width: 215px;}
.yacht_slider {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
	}
.whyBox .elementor-widget-icon-box {
    height: 135px;
}
	.mcar-img{display:none;}
}
       
@media (min-width: 320px) and (max-width: 575px) {
	.body_yach{flex-wrap:wrap;}
	.body_yach .media_img{grid-auto-rows:265px;}
	.body_yach .media_img ul{gap:10px;padding:20px 10px;}
	.body_yach .media_img ul li{font-size:10px;}
	.body_yach .media_img,.body_yach .cont_modal{width:100%;}
	.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list ul.items,
	.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list {
    width: 160px;}
	.ych_cru_sect{padding:30px 0;}
	.ych_cru_sect .container_Crl .head_ych h3{font-size:24px;}
	.ych_cru_sect .container_Crl .head_ych p{font-size:16px;}
	.ych_cru_sect .container_Crl .ych_cru_slider .card_ych .cont_bx p{font-size:10px;}
	.ych_cru_sect .slick-prev{left:-10px;z-index:6;}
	.ych_cru_sect .slick-next{    right: -10px;z-index:6;}
	.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx h3{font-size:24px}
	.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx p{font-size:14px;}
.slider_crd_rent .container_Crl .card_crd_rent a{    min-height: 150px;    padding: 0 20px 15px;}
	
}
@media (min-width: 320px) and (max-width: 420px) {
	.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list ul.items,
	.CarRental_wrapp .head_bx.yah_rent_head .dropdown-check-list {
    width: 160px;}
	.slider_crd_rent .container_Crl .card_crd_rent a{    min-height: 130px;}
	.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx h3{font-size:18px}
	.slider_crd_rent .container_Crl .card_crd_rent a .cont_bx p{font-size:12px;}}


@media screen and (min-width: 990px) {
.slider_three_img .elementor-image-gallery .gallery-item a {
    display: grid;
    grid-auto-rows: 322px;
}

.slider_three_img .elementor-image-gallery .gallery-item a img,
.slider_three_img .swiper-slide a .swiper-slide-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slider_three_img .swiper-slide a .swiper-slide-inner {
    display: grid;
    grid-auto-rows: 644px;
    height: auto!important;
}	
}

.anchorTag {color:#d9d9d9;}
.dropdown-item.anchorTag:hover{color:#d9d9d9!important;}
.anchorTag img {
	width: 58px;
    margin-right: 20px;
    height: 36px;
}

.newy-detail span.elementor-icon-list-text {
    font-family: "Blinker";
    font-size: 16px;
    font-weight: 600;
    line-height: 10px;
    color: #fff;
}
.ydprice_yacht_1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 0px!important;
	
}
.none {display:none!important;}

@media (max-width:767px) {
	.newy-detail span.elementor-icon-list-text {
    font-size: 14px;
    line-height: 20px;
}
}