  /*@font-face {
  font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    src: url(../fonts/Roboto-Regular.ttf);*/

    /*src: url(../fonts/Montserrat-Bold.ttf);*/
    /*src: url(../fonts/Montserrat-BoldItalic.ttf);*/
    /*src: url(../fonts/Montserrat-ExtraBold.ttf);*/
    /*src: url(../fonts/Montserrat-ExtraLight.ttf);*/
    /*src: url(../fonts/Montserrat-Light.ttf);*/
    /*src: url(../fonts/Montserrat-Medium.ttf);*/
    /*src: url(../fonts/Montserrat-SemiBold.ttf);*/
    /*src: url(../fonts/Montserrat-Thin.ttf);
}*/

/*@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.ttf");
}
@font-face {
    font-family: "Graphik_Super";
    src: url("../assets/fonts/GraphikSuper.otf");
}

@font-face {
    font-family: "Graphik_Extra_light";
    src: url("../assets/fonts/GraphikThin.otf");
}

@font-face {
    font-family: "Graphik_Regular";
    src: url("../assets/fonts/GraphikRegular.otf");
}

@font-face {
    font-family: "Graphik_SemiBold";
    src: url("../assets/fonts/GraphikSemibold.otf");
}
@font-face {
    font-family: "Graphik_Bold";
    src: url("../assets/fonts/GraphikBold.otf");
}*/
/* @font-face {
	src: url("https://www.vipcarrental.ae/wp-content/themes/turbo/assets/fonts/new/bankgothic_bold.ttf");
    font-family: "Bank_Gothic_Bold";
    font-style: normal;
} */
.bold-bk  {
    font-family: "Bank Gothic Bold" !important;

}
/*h1,h2,h3,h4{
	color:yellow;
}*/
/*h1,h2,h3{
	background: linear-gradient(to right, #fed244, #c39230);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}8/
h2,h3,h4,h5{
	font-weight:600 !important;
}
h1{
	font-weight: bolder;
}
body, p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat!important;
}
/*scroll*/
::-webkit-scrollbar {
    width: 8px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0099FF ;
    border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    /*border-radius: 3px;*/
}

body {
    background-color: #000000;
  /*  font-family: Roboto; */

	
}
.text-review p{
display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

#google_language_translator select.goog-te-combo{
	width: 130px;
    background: yellow;
    border-radius: 7px!important;
	border: 1px solid black!important;
}
.vh-50 {
    max-height: 450px!important;
}
.thanks-txt p{
	color:black!important;
}
.sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    z-index: 1020;
}

/*colors*/

.grey {
    color: #ccc !important;

}
.general-description{
	 color: #fff !important;
	font-size:14px;
}
a:hover {
    text-decoration: unset;
    color: unset;
}

.grey2 {
    color: #878787;
}

/*font size*/
.fs-25 {
    font-size: 25px !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

h2 {
    font-size: 20px;
}

/*.super-gra {
    font-family: Graphik_Super;
    font-size: 60px;
}

.white-super {
    font-family: Graphik_Super;
    opacity: 1;
    font-size: 60px;
}*/


/*nav*/


.navbar .dropdown-menu {
    background-color: #ffffff;
	color:0000000;
}

.dropdown-item {
    color: #fed244;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fed244;
    background-color: #ff00;
    transform: translate(4px);
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 18px;
    font-weight: bolder !important;
}

.navbar-collapse {
    justify-content: flex-start;
}

.nLine {
    position: relative;
    right: 1vw;
}
.in{
	display:block!important;
}

.CallTag {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 19px;
}

.CallTag:hover {
    color: #ff0;
    text-decoration: unset;
}

.navbar-brand a img {
   /* max-width: 280px;*/
   width: 225px !important;

}


/*search*/
.dgwt-wcas-search-wrapp {
    max-width: 664px !important;
    position: relative;
    line-height: 100%;
    display: block;
    color: #444;
    min-width: 230px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{
	  background: #f1f1f1 ;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 46px;
    font-size: 16px;
    background: #f1f1f1 ;
    border: 1px solid #f1f1f1 ;
    border-radius: unset;
    -webkit-border-radius: 50px;
    color: #000 !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 15px 10px 40px;
}



.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6e6e6e;
    opacity: 1; /* Firefox */
}

/*home*/
/*.bottom-text2{
	width:22vw;
	margin-left: 3px;
	padding:2px;
	position: absolute;
    bottom: 1px;
	left: 0.5vw;
}



.category {
font-family: Graphik_Extra_light;
    color: #fff !important;
    font-size: 46px;
    margin-top: -2.1rem;
}

.starting-from {
    font-family: Graphik_Regular;
    color: #fff !important;
    font-size: 12px;
	padding:10px 0;
	
}

.spacer-1 {
    position: relative;
    bottom: -130px;
}

.card-price-1 {
    font-family: Graphik_SemiBold;
    font-size: 25px;
    color: #ff0;
	line-height:18px
}

.goog{
	height: 21em; 
	border:1px solid yellow;
}*/


.ocwpcf7_description{
	display:none;
}
.book-car {
    font-family: Graphik_Regular;
    color: #fff !important;
    font-size: 10px;
       position: absolute;
    bottom: 3px;
    right: 0px;

}
.fa-angle-double-right{
	font-size:15px!important;
	padding-left:4px!important;
		
}
.fa-angle-double-right:before{
	font-size:17px!important;
}
.book-car-now {
    font-family: Graphik_SemiBold;
    color: #ff0 !important;
    font-size: 14px;
}

.arrow-gif {
    margin-bottom: 0.25rem;
    width: 2rem;
}

/*brands*/
.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
    z-index: 10;
}
.google_review .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 5px;
    padding: 0;
    height: 400px;
}
/*description*/
.book-form {
    background-image: url("/wp-content/uploads/2024/10/book-you-car.webp");
    background-size: cover;
	background-position: center;
}

.general-description a, .general-description p a, .general-description p strong {
    color: #ff0;
}

/*cart-2*/
.bottom-text{
	width:45vw;
	margin-left: 3px;
	padding:2px;
	position: absolute;
    bottom: 1px;
	
}
.card-custom-2 {
    width: 100%;
    height: 20vw;

    background-size: cover;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 5rem;
    margin: auto;
    margin-top: 2rem;

}

.subcategory-2 {
    font-family: Graphik_Super;
    margin-top: -0.9375rem;
    color: transparent;
    font-size: 45px;
    line-height: 78px;
    -webkit-text-stroke: 1px #ff0 !important;
    -webkit-text-fill-color: transparent;
    /*opacity: .7;*/
    text-shadow: none;
}


.category-2 {
    font-family: Graphik_Extra_light;
    line-height: 27px;
    color: #fff;
	padding-top:3px;
    font-size: 25px;
/*     font-weight: 700!important; */
    margin-top: -1.5rem;
    min-height: 54px;
	text-shadow: 1px 1px 2px #000;
}

.starting-from-2 {
    font-family: Montserrat-Regular;
    color: #ff0;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: -20px;
    margin-top: 36px;
}

.price-value-2 {
    font-family: Graphik_SemiBold;
    font-size: 65px;
    background: -webkit-linear-gradient(#fff, #ff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.currency-2 {
    font-family: Graphik_Regular;
    font-size: 15px;
    color: #fff;
}

.book-car-2 {
    position: absolute;
    font-family: Graphik_Regular;
    color: #fff !important;
    font-size: 20px;
    bottom: 12px;
	right:4px;

}

.book-car-2-now {
    font-family: Graphik_SemiBold;
    color: #ff0 !important;
    font-size: 15px;
}

.arrow-gif-2 {
    margin-bottom: 0.25rem;
    width: 1.5rem;
	height:auto;
	margin-right:10px;
}

.currency-2-method {
    font-family: Graphik_Regular;
    font-size: 12px;
    color: #fff;
}

.mt-5-custom {
    margin-top: 5rem;
}

@media only screen and (min-width: 1500px) {
	.subcategory-2{
		font-size:40px
	}
	.category-2{
		font-size:30px;
		line-height: 24px;
		padding-top:15px;
	}
	.price-value-2{
		font-size:72px;
	}
	.starting-from-2 {
		font-size:25px;
		padding-bottom:4px;
	}
	.book-car-2{
		font-size:18px;
	}
}
@media only screen and (min-width: 1920px) {
	.mw-70{
	max-width:70% !important;
}
	.subcategory-2{
		padding-top:1vw;
		font-size:3vw;
/* 		line-height: 4vw; */
	}
	.category-2{
		padding-top:1vw;
    line-height: 2vw;
    font-size: 2.2vw;
	}
	.price-value-2{
		font-size:100px;
	}
	.starting-from-2 {
		    font-size: 46px;
    padding-bottom: 0;
    margin-bottom: -30px;
	}
	.arrow-gif-2{
		width:2vw;
	}
	.book-car-2{
		font-size:0.6vw;
	}
}
@media only screen and (min-width: 3000px) {
	.subcategory-2{
		
		font-size:2.5vw;
/* 		line-height: 4vw; */
	}
	.category-2{
	
    line-height: 1.3vw;
    font-size: 1.5vw;
	}
}
@media only screen and (max-width: 1346px) {
    .mt-5-custom {
        margin-top: 8rem;
    }

    .book-car-2-now {
        font-size: 13px;
    }

    .book-car-2 {
        font-size: 18px;
        /*padding-top: 5.59rem;*/
    }

    .currency-2 {
        font-size: 13px;
    }

    .subcategory-2 {
        font-size: 36px;
    }

    .category-2 {
        font-size: 26px;
        margin-top: -1rem;
    }

    .starting-from-2 {

        font-size: 23px;
    }

    .price-value-2 {
        font-size: 64px;
    }

    .starting-from-2 {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 1300px) {
	.card-price-1{
	 	font-size: 20px;
	}
	.starting-from,.book-car-now{
		font-size:10px;
	}
	.currency ,.book-car{
		font-size:8px;
	}
	.fa-angle-double-right{
		font-size:11px!important;
	}

}
@media only screen and (max-width: 1280px) {
	.subcategory-2{
		font-size:42px
	}
	.category-2{
		font-size:24px;
	}
	.price-value-2{
		font-size:58px;
	}
	.book-car-2{
		font-size:14px;
	}
}
}
@media only screen and (max-width: 1124px) {
    .mt-5-custom {
        margin-top: 5rem;
    }
	
}
@media only screen and (max-width: 1024px) {
	.subcategory-2{
		font-size:34px
	}
	.category-2{
		font-size:18px;
		line-height: 17px;
	}
	.price-value-2{
		font-size:42px;
	}
	.starting-from-2 {
		font-size:18px;
		padding-bottom:10px;
	}
	.book-car-2{
		font-size:14px;
	}
}

@media only screen and (max-width: 991px) {
    .mt-5-custom {
        margin-top: 5rem;
    }
	.card-custom-2{
/* 		height:40vw; */
	}
    .book-car-2-now {
        font-size: 13px;
    }

    .book-car-2 {
        font-size: 12px;
        padding-top: unset;
        text-align: left !important;
		padding-right: 0px;
    }

    .currency-2 {
        font-size: 11px;
    }

    .subcategory-2 {
        font-size: 20px;
    }
	.currency-2-method{
		font-size:8px;
	}
    .category-2 {
        font-size: 16px;
        margin-top: -1rem;
		line-height: 16px;
    }

    .starting-from-2 {

        font-size: 20px;
    }

    .price-value-2 {
        font-size: 30px;
		    line-height: 60px;
    }

    .starting-from-2 {
        margin-top: 5px;

    }

    
	
	
}
 @media only screen and (max-width: 767px) {
.card-custom-2{
		height:41vw;
	}
	 .bottom-text {
			 width:92vw;
	 }
	 .card-custom{
		 max-width:47vw;
		 height:47vw;
	 }
	 .bottom-text2 {
		width: 43vw;   
    	right: 40px;
	 }
	 .subcategory {
		 font-size:30px;
	 }
	 .category{
		font-size: 30px;
    	margin-top: -1.0rem;
	 }

} 
@media only screen and (max-width: 600px) {
	.bottom-text2{
		right:35px;
	}
	.subcategory-2{
		line-height:60px;
		font-size:34px;
	}
	.price-value-2{
		font-size:42px;
	}
	.book-car-2{
		font-size:18px;
	}
}

 @media only screen and (max-width: 480px) {
	 .super-gra, .white-super {
    font-size: 26px;
  	margin-bottom: 0;
  	margin-top: 1px;
  }
	.card-custom-2{
		height:180px;
	}
	.price-value-2 {
    font-size: 32px;
    line-height: 55px;
}
	 .starting-from-2{
		     font-size: 18px;
    line-height: 34px;
	 }
	 .book-car-2{
		 font-size:10px;
	 }
	 .arrow-gif-2 {
    margin-bottom: .15rem;
    width: 1.0rem;
		 margin-right: 6px;
	 }
	 .currency-2 {
		 font-size:9px;
	 }
	 .currency-2-method{
		 font-size:6px;
	 }
	 .card-price-1{
		 font-size:10px;
	 }
	 .starting-from{
		 font-size:6px;
		 padding-bottom:0;
	 }
	 .subcategory {
		 font-size:24px;
	 }
	 .category{
		 font-size: 24px;
    margin-top: -0.8rem;
	 }
	 .book-car-now,.book-car{
		 font-size:6px;
	 }
	 .fa-angle-double-right:before{
		 font-size:8px!important;
	 }
	 .card-custom {
    max-width: 48vw;
	 }
	 .bottom-text2 {
		 width: 46vw;
		 right: 24px;
	 }
} 
@media only screen and (max-width: 325px) {
	.price-value-2 {
		font-size:26px;
	}
}
/*about page*/
.size-large img {
    width: 100%;
}

.imageGry {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.imageGry:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*contact page*/
.wpcf7-form-control {
    isplay: block;
    width: 100%;

    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-form-control:active, .wpcf7-form-control:focus {
    box-shadow: none;
    outline: 0;
}

.bottom-dashed-border {
    border-bottom: 1px dashed grey;
}
.bottom-border {
    border-bottom: 1px solid grey;
}
/*book form*/
.intl-tel-input {
    width: 100%;
}

.intl-tel-input .country-list {
    color: black !important;
}

.form-control, .form-control:focus,.daterange #from,.daterange #to {
    background-color: black;
    color: #fed244 !important;
}

#from {
/*     margin-top: -16px; */
}

.daterange #to {
    margin-top: 0;
}
.w-30{
	width:30%!important;
}

.margin-top-23 {
    margin-top: 23px;
}

.btn-warning {
    background-color: #ff0 !important;
}

.select2-dropdown {
    top: 35px;
}

.select2-container {
    width: 100% !important;
    min-width: unset !important;
}

.select2-container--default .select2-selection--single {
    background-color: black;
    margin-top: 8px;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    color: #ff0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7-response-output {
    border: 1px solid #dc3232 !important;
    color: #dc3232 !important;
	margin-top: 56px !important;
}

.wpcf7-submit {
    width: auto;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #077de2!important;
    color:white!important;
}
/*article*/

/*footer*/
.footer {
    background-color: #000000;
}

.footerLink {
    color: #ff0;
    font-size: 14px;
}

.footerLink:hover {
    color: #ff0;
    text-decoration: unset;
}

.footerLineLink {
    display: flex;
    justify-content: space-around;
}

.ft_indiv {
    justify-content: space-between;
}

.footerImg {
    max-width: 300px;
}

.footer-menu, .footer-bottom-menu {
    list-style: none;
}

.footer-bottom-menu {
    display: flex;
    width: 100%;
    justify-content: inherit;
}

.footer-menu {
    padding: 0;
}

.footer-menu li {
    margin: 7px 0;
}




@keyframes slide {
    from {
        margin-left: 0;
    }


    to {
        margin-left: 10px;
    }
}
@media all and (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link,.CallTag {
        font-size: 14px;
    }

}
@media only screen and (max-width: 1049px) {
	.footer-margin{
		margin-bottom:100px;
	}
}
@media all and (max-width: 991px) {
    .nLine {
        right: unset;
        margin: 15px 0;
    }
}

@media all and (max-width: 550px) {

    .navbar-brand a img {
        max-width: 180px;
    }

    .brand-tag .slick-slide {
        max-height: 80px;
    }
	.review .slick-slide {
        max-height: 210px;
    }

    .footer-bottom-menu {
		width:100% !important;
		display:block;
		padding:0;
    }
	.footer-bottom-menu li{
			display:inline-block;
			margin-right:15px;
	}
	.footer-bottom-menu li a{
		font-size:12px;
	}
	.footerLineLink {
		padding:0;
	}
}

@media all and (max-width: 386px) {

    .navbar-brand a img {
        max-width: 150px!important;
	}
}

p {
    color: #fff !important;
    margin: 0 0 0px !important;
    line-height: 22px;
}
/*Muhanned, cars page texts scroll
.lower-text{
	margin-top: 20px;
    height: 450px;
    overflow-y: scroll;
}
/*End Cars page texts scroll*/



/* car list */
.product .listing-details{
display: flex;

    margin: auto !important;
    padding: 25px 0 0 0 !important;
}
.car-name {
    width: 50%;
	padding: 0 10px;
}
product .listing-btn-area {
    width: 50% !important;
}
.listing-single .listing-details h3 a {
    color: #343d48;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    margin-bottom: 13px;
    display: block;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.car-name a h2 {
    color:black!important;
    text-align: left;
}
.product .listing-btn-area {
    width: 50% !important;
}
.product .listing-details .listing-btn-area a:hover {

}
.product .listing-details .listing-btn-area a {
    font-size: 10px;
}
.product .listing-details .listing-btn-area a {
    background-color: transparent;
    color: #a2a2a2;

    min-height: 26px;
    line-height: 26px;
    /* margin: 27px; */
    padding: 2px 14px;
    /* float: right; */
    /*margin-left: 45px;*/
}
.product .listing-btn-area .view-details-btn {
    float: right !important;
}


/* product */
.rq-listing-ps-content-wrapper h1,.rq-listing-ps-content-wrapper h2,.rq-listing-ps-content-wrapper h3 {
	color:#ffff00 ;
	margin: 12px 0;
} 
.amount{
	display:none;
}
.wp-post-image{
	height:auto;
	width:100%;
}

.woocommerce-product-gallery__trigger{
	display:none
}
.wpcf7-form p {
/*     width: 30%; */
    float: left;
    margin-right: 3% !important;
}
#range {
    width: 63%;
    margin-right: 0 !important;
}
#range > .start {
    width: 48%;
    float: left;
    margin-right: 4%;
}
#range > .end {
    width: 48%;
    float: left;
}
#message ,#message label{
    width: 100%;
}


.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .woocommerce-product-gallery .flex-control-thumbs {
    display: block;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
	padding:0px !important
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-nav {
    width: 100%;
   
}
.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .woocommerce-product-gallery .flex-control-thumbs li {
	width: 16%;
	display:inline-block;
	margin:5px 10px;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 3px;
    object-fit: cover;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#book_href{
	    position: absolute;
    right: 20px;
    top: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #ffde17;
    border: 0px;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}
h1.rq-listing-ps-product-title {
    border-bottom: 1px solid #5f5f5f;
    padding-bottom: 7px;
	    max-width: 67%;
}
.make-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
    
  padding: 0 15px;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap:hover {
    padding-bottom: 10px;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item {
    margin-left: 10px;
    position: relative;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .rq-listing-ps-share-title {
    cursor: pointer;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item .rq-listing-ps-share-title, .rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 37px;
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
/*     color: #2c2c2c; */
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .rq-listing-ps-share-title i {
    font-size: 20px;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item .rq-listing-ps-share-title i, .rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item>a i {
    margin-right: 13px;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 16%);
    border-radius: 3px;
    display: block;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li {
    display: block;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
    padding: 10px 25px;
    display: block;
    white-space: nowrap;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li a i {
    margin-right: 15px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap:hover .turbo-product-share-list{
	opacity:1;
	visibility:visible;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap:hover .turbo-product-share-list li{
	visibility:visible;
}
.rq-listing-ps-share-wrap:hover {
    color: #ff992e !important;
}
.woocommerce-product-gallery__image a img{
	width:100%!important;
	height:auto!important;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li.face a:hover i {
    color: #3b5998;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li.tw a:hover i {
    color: #1da1f2;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li.gp a:hover i {
    color: #dd4b39;
}
.rq-listing-ps-wrapper .rq-listing-ps-img-wrapper .rq-listing-ps-meta .rq-listing-ps-meta-item.rq-listing-ps-share-wrap .turbo-product-share-list li.li a:hover i {
    color: #0077b5;
}
@media all and (max-width: 480px) {
	.rq-listing-ps-product-title{
		font-size:14px;
	}
	input.wpcf7-form-control.wpcf7-submit {
		font-size:10px;
	}
	
}
/*Muhanned, cars details page*/
.rq-listing-features-item {
    width: 48%;
    float: left;
}
.attribute-icon, .attribute-name i {
    color: #ffff00;
}
span.rq-listing-features-name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300 !important;
    color: #ffffff;
}
.attribute-icon, .attribute-name i {
    position: relative;
    margin-right: 10px;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-features-area {
    width: 100%;
    display: inline-block;
	margin-bottom: 30px;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item {
    background-color: #1f1f1f;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 6px 20px !important;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item {

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item {
    display: flow-root !important;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item:nth-child(-n+2) {
    border-top: 1px solid #000;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item .rq-listing-attributes-title {
    font-weight: 300 !important;
    font-size: 13px !important;
	color: #ffff00;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item .rq-listing-attributes-value {
    color: #ffffff;
}
.rq-listing-ps-wrapper .rq-listing-ps-content-wrapper .rq-ps-listing-product-attributes-area .rq-listing-attributes .rq-listing-attributes-item .rq-listing-attributes-value {
    font-weight: 300 !important;
    font-size: 13px !important;
}
.zoomImg{
	display:none!important;
}
/*end cars details page*/
.trp-ls-shortcode-language{
	width:65px!important;
}

/* whatsapp */

.whatsapp{
    position: fixed;
    bottom: 5px;
    left: 20px;
    background-color: black;
    box-shadow: 0px 0px 9px 0px #fed244;
    border-radius: 100%;
    padding: 16px;
    cursor: pointer;
	z-index: 999;
}
.whatsapp-icon{
    width: 30px;
    height: 30px;
    margin: auto;
    text-align: center;
}
.whatsapp-icon i{
    font-size: 30px;
}
.whatsapp-popup{
    position: fixed;
    bottom:85px;
    left: 20px;
    border-radius: 20px;
    background-color: white;
    display: none;
	z-index: 999;
}
.whatsapp-header{
    background-color: yellow;
    border-radius: 20px 20px 0 0;
    padding: 5px;
    display: inline-flex;
}
.whatsapp-header-icon{
    display: inline-block;
    padding: 10px;
}
.whatsapp-header-icon i{
    font-size: 40px;
}
.whatsapp-header-title{
    display: inline-block;
    padding: 10px;
}
.whatsapp-header-title h5{
    line-height: 20px;
}
.user-img{
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 5px 2px yellow;

}
.user{
    margin: auto;
    display: flex;
}
.user a{
    margin: auto;
    padding: 10px;
}
.user a:hover{
   text-decoration: unset;
}
.message{
    background: #333;
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
    width: 220px;
}

.message h6{
    color: yellow;
}
.message span{
    color: white;
}
/* end whatsapp */




/* brands menu */
.brands-menu{
	display:none;
	    position: fixed;
    z-index: 99999;
/*     min-width: 50vw; */
    width: 900px;
    background: #212529;
    color: white;
    top: 80px;
    right: 50px;
	padding:10px;
}
.term_tags{
	text-align:center;
	padding:12px;
	width:100px;
}
.term_tags a{
	display:block;
	color:white;
}
#menu-item-25495 .dropdown-menu{
	display:none;
}

@media only screen and (max-width: 991px) {
	h1.rq-listing-ps-product-title{
		font-size:20px;
		padding: 14px 0;
	}
	.term_tags a img{
		display:none;
	}
	.term_tags{
		width:100%;
		text-align:center;
		padding:10px;
	}
	.brands-menu{
		position: absolute;
    z-index: 99999;
   width: 100%;
    color: white;
    top: 225px;
    left: 0;
    padding: 10px;
    overflow-y: scroll;
    height: 270px;
    overflow-x: hidden;
	}
}

/*Muhanned, tags page slider*/
.slider_images .slick-slide{
	height: auto!important;
}
@media (max-width: 550px){
.slider_images .slick-slide {
    max-height: 100%;
	}
}
.slider_images .slick-dots {
    bottom: 0 !important;
}
.product .listing-details {

    padding: 0 !important;
}
.slider_images .slick-dots li button:before {
    font-size: 10px !important;
	color: #d6d6d6 !important;
}
.slider_images .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #869791 !important;
}
/*end tags page slider*/

@media only screen and (max-width: 1000px) {
	.card-custom {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		padding-top:0;
	}
	.spacer-1 {
		bottom:-65px;
	}
	.starting-from{
		font-size:9px;
		padding-top:19px
	}
	.card-price-1{
		font-size:16px;
	}
	.currency{
		font-size:7px;
	}
	.book-car{
		font-size:7px;
	}
	.book-car-now{
		font-size:9px;
	}
	.fa-angle-double-right {
    font-size: 14px!important;
    padding-left: 1px!important;
}
}
@media only screen and (max-width: 860px) {
	.card-custom {
/* 		height:150px; */
		width:100%;
	}
	.super-gra,.white-super{
		font-size:30px;
	}
}
 @media only screen and (max-width: 450px) {
	
	.subcategory{
		font-size:30px
	}
	 .subcategory-2{
		 font-size:26px
	 }
	 .category-2{
/* 		 margin-top:-1.5rem; */
	 }
	
} 
@media only screen and (max-width: 400px) {
	.card-custom{
		height:auto;
		padding-left: 0.1rem;
    	padding-right: 0.1rem;
	}
	.spacer-1 {
	    bottom: -24px;
	}
	.card-price-1{
		font-size:12px;
	}
	.book-car-now{
		font-size:6px;
	}
	.fa-angle-double-right {
		font-size: 10px!important;align-content
	}
}
.form-group {
    margin-bottom: 0 !important;
}
.form-group label{
	color: #fff !important;
}
#message {
    width: 96%;
}
.home_car_booking .wpcf7-form p label {
    width: 100%;
}
label {
    font-weight: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.wpcf7-form-control {
    border: 1px solid #565656!important;

}
.daterange #to {
    margin-top: 0 !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #565656 !important;
}
.bg-white{
	background:white;
}

video{
	padding-top:15px;
}
@media screen and (max-width: 1280px){
	.super-gra,.white-super{
		font-size:48px;
	}
}
.review-card{
    height: 210px !important;
    border: 2px solid #ffff00;
    border-radius:20px; 
}
.orange{
	color:#ffb301!important;
}
.slick-slide{
	height:auto!important;
}
.btn-warning{
	font-weight:bold;
}
.btn-warning:hover{
	color:black!important;
}

@media (min-width:1450px)  {
    .brands-menu {
        right: 25% !important;
    }
}
@media (min-width:2000px)  {
    .brands-menu {
        right: 30% !important;
	    top: 160px !important;

    }
}
@media (min-width:3199px)  {
    .brands-menu {
        right: 35% !important;
		top: 162px !important;

    }
}

/* Ghadeer: style form Contact us */
.label-input {
    color: white;
    white-space: nowrap;
}

.mx-input-style {
    /*background-color: white !important;
    border-right: 10px solid #000000 !important;
    color:#000000 !important;*/
	font-size: 14px;
    resize: unset !important;
}

.mx-input-style[type="date"]::-webkit-calendar-picker-indicator {
    background-color: #000000;
    font-size: 18px;
    border-radius: 6px;
}

.book-home .mx-input-style:focus {
    background-color: transparent !important;
    box-shadow: unset !important;
}


.div-contact-us .iti--allow-dropdown{
    margin: 0 !important;
}
.div-contact-us .iti__selected-dial-code{
    color: white;
}

.btn-send-messages {
    background-color: #fed244!important;
}

.div-list-cars {
    display: none;
    top: 100%;
    width: 100%;
	right:2px !important;
    max-height: 200px;
    overflow: auto;
    z-index: 12;
    background: white;
}

.div-list-cars-active {
    display: block;
}

.div-list-cars:hover {
    display: block;
}

.item-list-choose {
    transition: background-color 0.5s;
    cursor: pointer;
    align-items: center;
    padding: 10px 8px !important;
    gap: 10px;
}

.item-list-choose img {
    pointer-events: none;
}

.item-list-choose p {
    color: black !important;
    pointer-events: none;
}



.btn-send-messages {
    font-size: 14px;
    padding: 10px 11px;
	border: none;
    transition: color 0.5s, border 0.5s, background-color 0.5s;
    cursor: pointer;
    gap: 10px;
}
.book-form .btn-send-messages {
    padding: 10px 30px; !important;
}


.spinner-active {
    border: 5px dashed black;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    animation-name: loop-spinner-active;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	/*transform: skew(26deg) !important;*/
}

@keyframes loop-spinner-active {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-send-messages:hover .spinner-active {
    border-color: #fed244!important;
}

.mx-msg-error {
    color: red;
    position: relative;
    display: flex;
    height: 0;
    padding: 1px 8px;
}
/* Ghadeer: page single car */
.row-single-car label{
    color: #fed244!important !important;
}
.input-single-car{
    background: white !important;
    color: black !important;
}
.input-single-car:focus{
    background: white !important;
    color: black !important;
}
.row-single-car .iti__arrow{
    border-color: black !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}
.input-single-car::-webkit-calendar-picker-indicator{
    background-color: transparent !important;
}
.label-input:lang(ar){
    text-align: start;
}

.contact-us-page .mx-input-style::placeholder {
    color: black !important;
}
.contact-us-page .iti__arrow {
    border-color: black !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}



.modal-body .iti__arrow{
	border-color: black !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
}
.row-single-car .iti__selected-dial-code {
	color:black !important;
}
.contact-us-page .iti__selected-dial-code {
	color:black !important;
}
.title-of-page{
	display:flex !important;
	justify-content:center !important;
}
/* new add */
     .number-header:hover {
        color:white !important;

      }


:lang(ar).whatsapp-close .close{
	  position: absolute;
    left: 11%;
    right: unset;
}
:lang(ar).whatsapp-header-title h5 {
text-align:right;	
}
:lang(ar).whatsapp-header-title span {
text-align:right;	
}
:lang(ar).whatsapp-body p {
	text-align:right;	}