body {
	font-family: 'Open Sans', sans-serif !important;	
}

.carImageHolder {
  width: 100%;
  height: auto;
  border: 2px solid rgba(0,0,0,0.05);
  border-radius: 0.7rem;
  display: flex;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 20px;
  background-color: #fff;
}
.carImageHolder a:hover {
  text-decoration: none;
}
.carImageHolder:hover {
  background-color: rgba(58,154,255,0.1);
}
.carImageHolder:hover .cmoney:before {
  opacity: 0.5666;
}
.carImageHolder:hover .cmoney:after {
  opacity: 0.5666;
}
.carImageHolder .jpro-img {
  text-align: left;
  margin-top: 0;
  padding: 15px 30px;
  flex-basis: content;
  border-radius: 0.5rem;
}
.carImageHolder .jpro-car {
  background: none;
  padding: 0;
  margin: 0;
}
.carImageHolder .jpro-car p {
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.carImageHolder .jpro-car p span {
  font-weight: bolder;
}
.carImageHolder .jpro-car .rate {
  text-align: left;
}
.carImageHolder .jpro-car .row {
  display: flex;
  align-items: center;
}
.carImageHolder .jbooknow {
  font-size: inherit;
  font-family: inherit;
  color: rgba(255,255,255,0.9);
  font-weight: bold;
  text-align: center;
  background: #3a9aff;
  padding: 15px 30px;
  margin-top: 0;
  border-radius: 0.7rem;
  width: 100%;
}
.carImageHolder .jbooknow:hover {
  color: #fff;
}
.carImageHolder h2.car-class a {
  background: rgba(58,154,255,0.1);
  padding: 5px 10px;
  border-radius: 0.7rem;
  font-size: 1.6rem;
}
.carImageHolder .car-name a {
  color: rgba(0,0,0,0.5);
}
.carImageHolder .car-features {
  margin-bottom: 0px;
  margin-top: 30px;
  background: rgba(0,0,0,0.05);
  width: fit-content;
  padding: 10px 20px;
  border-radius: 0.7rem;
}
.carImageHolder .cmoney {
  position: relative;
  left: 0.5em;
  font-weight: bolder;
  margin-right: 25px;
}
.carImageHolder .cmoney:before {
  content: "";
  z-index: -1;
  left: -0.5em;
  top: -0.1em;
  border-width: 2px;
  border-style: solid;
  border-color: #f00;
  position: absolute;
  border-right-color: transparent;
  width: 100%;
  height: 1em;
  transform: rotate(2deg);
  opacity: 0.7;
  border-radius: 50%;
  padding: 0.1em 0.25em;
  opacity: 0;
}
.carImageHolder .cmoney:after {
  content: "";
  z-index: -1;
  left: -0.5em;
  top: 0.1em;
  padding: 0.1em 0.25em;
  border-width: 2px;
  border-style: solid;
  border-color: #f00;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  width: 100%;
  height: 1em;
  transform: rotate(-1deg);
  opacity: 0.7;
  border-radius: 50%;
  opacity: 0;
}
.frontPageCars .carImageHolder:nth-child(1) {
  transform: translate(0, 0);
  z-index: 9;
  position: relative;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  box-shadow: rgba(255,255,255,0.1) 0px 1px 1px 0px inset, rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px;
}
.frontPageCars .carImageHolder:nth-child(2) {
  transform: translate(0, -270px) scale(0.98);
  position: relative;
  z-index: 8;
  background-image: url("../opel.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px;
}
.frontPageCars .carImageHolder:nth-child(3) {
  transform: translate(0, -540px) scale(0.96);
  position: relative;
  z-index: 7;
  background-image: url("../bmw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px;
}
.frontPageCars .carImageHolder:nth-child(4) {
  transform: translate(0, -810px) scale(0.94);
  position: relative;
  z-index: 6;
  background-image: url("../skoda.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px;
}
.frontPageCars .carImageHolder:nth-child(5) {
  transform: translate(0, -1080px) scale(0.92);
  position: relative;
  z-index: 5;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px, rgba(0,0,0,0.3) 0px 30px 60px -30px;
}
.frontPageCars .carImageHolder:nth-child(6) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(7) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(8) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../opel.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(9) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../citroen.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(10) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(11) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(12) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../opel.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(13) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(14) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(15) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../vw.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars .carImageHolder:nth-child(16) {
  transform: translate(0, -1100px) scale(0.9);
  position: relative;
  z-index: 4;
  background-image: url("../skoda.png");
  background-size: 350px;
  background-repeat: no-repeat;
  background-position: 115% center;
  opacity: 0.5;
}
.frontPageCars:hover .carImageHolder {
  transform: translate(0, 0);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.titleContainer {
  display: flex;
  align-items: center;
  margin: 1rem 0 4rem 0;
}
.titleContainer .lightText {
  font-weight: 100;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 3rem;
}
.titleContainer .lightText b {
  dispaly: block;
}
.titleContainer svg {
  margin-right: 50px;
}



body {
            font-family: 'Space Grotesk', sans-serif;
        }

        .lang-box-result {

            background: transparent;

            padding: 0;

            border: none;

            border-radius: 0;



            position: relative;

            cursor: pointer;

        }



        .lang-box-list {

            background: #ffffff;

            display: none;

            padding: 13px 13px;

            border: 2px solid;

            border-radius: 0.3rem;

        }





        ul.nav li a span {

            padding: 0 20px;

            font-weight: bold;

        }



        .logo {

            padding: 5px 0;

            margin-left: -20px;

        }



        .fleetbox .jpro_box .jpro-img {

            margin: 0;

            padding: 30px 15px;

            background: #FFF;

        }



        .our-cars-panel .rate .price,
        .fleetbox .rate .price {

            border-radius: 0.3rem;

        }



        .fleetbox .jpro_box .jpro-img .car-class {

            text-align: left;

        }



        .includes {

            border-radius: 0.3rem;

        }



        .car-item-row .jbook_btn {

            border-radius: 0.3rem;

        }



        .bsummary_box {

            border-radius: 0.3rem;

        }





        .verify_header {

            padding: 0;

        }

        .verify-inform {

            padding: 0;

        }





        .fleetbox .jpro_box .jpro-car {

            padding: 10px;

            margin: 0px;

            background: #f5f5f5;

        }



        .fleetbox .jbooknow,
        .booking-box .jCheck_btn {

            background: #111111;

            color: #FFFFFF;

            padding: 1rem 2rem;

            border-radius: 0.3rem;

        }



        .our-cars-panel .rate .price,
        .fleetbox .rate .price {

            border-radius: 0.3rem;

            background: rgba(0, 0, 0, .1);

            color: #111 !important;

            font-weight: bolder;

            padding: 3px 10px;

            margin: 0 10px;

        }



        .fleetbox .jpro_box .jpro-car p {

            padding-left: 0px;

            display: flex;

            align-items: center;

        }



        .header {

            border-bottom: 1px solid rgba(0, 0, 0, .1);

        }


.footer {
    padding: 80px 0;
}

.container {
width: 80% !imoprtant;
}

.our-cars-panel .rate .price, .fleetbox .rate .price {
    background: #111111;
    color: #FFFFFF !important;
}


@media screen and (max-width: 480px) {

.owl-carousel .owl-item img {
	display: block !important;
	margin: auto !important;
	width: 240px !important;
	height: 180px !important;
}

.owl-carousel .owl-item .price {
	color: white !important;
}

.flexslider {
    margin: 0;
    padding: 0;
    height: 250px;
}
.home-banner .flexslider li {
    overflow: hidden;
    height: 250px;
    background-size: cover !important;
}




}







/* .home-banner.style1 .booking-box {
    margin: -100px auto 40px;
    max-width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: none;
    background: #111111 !important;
} */

.location_one_drop_ul > li > a {
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: 10px !important;
}

.return_location_drop > li > a {
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: 10px !important;
}

.time_one_drop_ul  > li > a {
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: 10px !important;
}

.return_location_time2  > li > a {
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: 10px !important;
}


.driver_country_drop   > li > a {
    font-size: 1.5rem !important;
    font-weight: bold;
    padding: 10px !important;
}



.location_one_drop_ul > li:nth-child(1) {
    display: none;
}
.return_location_drop > li:nth-child(1) {
    display: none;
}
.time_one_drop_ul > li:nth-child(1) {
    display: none;
}
.return_location_time2 > li:nth-child(1) {
    display: none;
}



.ui-widget-header {
    border: none;
    background: #111;
    color: #ffffff;
    font-weight: bold;
    border-radius: .3rem !important;
    margin: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #111;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #111;
    background: #111;
    font-weight: bold;
    color: #eb8f00;
}


.sherretiHomeBanner {
	display: flex;
	width: 100%;
	min-height: 700px;
	height: auto;

	background-image: url('https://i.imgur.com/vRCVoMs.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}

.sherretiHomeBanner .booking-box .jCheck_btn {
    background: #24242400;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid;
} 

.sherretiHomeBanner .booking-box {
    margin: auto !important;
    max-width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: none;
    background: transparent !important;
    align-self: center;
    width: 100% !important;
    border: 0.7rem
rem
 !important;
}

.home-banner.style1 .booking-box {
    margin: auto !important;
    max-width: 100%;
    position: relative;
    z-index: 999;
    box-shadow: none;
    background: transparent !important;
    align-self: center;
    width: 100% !important;
border-radius: .7rem;
}

.booking-box .btn-group .btn span {
    color: #444 !important;
    font-size: 1.5rem;
    font-weight: bold;
}
.txtbox50 {
    width: 50%;
    padding: 10px;
    font-size: 12px;
    color: #444;
    border: solid 1px #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.our-cars-panel .rate .price, .fleetbox .rate .price {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 900;
}

@media screen and (max-width: 510px) {

    .sherretiHomeBanner {
        min-height: 400px; background-size: cover; background-position: top center;
    }
    
}


.includes {
    background-color: #259b5f00 !important;
    color: #000000;
}    


.car-item-row .car-class {
    color: #259b5f;
}

.car-rate .price {
    color: #000000;
}

.booking-steps .active {
    background: #2f9c63;
}

.bsummary_box .bs-summary-head {
    background-color: #379d67;
    color: #FFFFFF;
}

.booking-steps .booking-step-item.active .booking-step-item-in {
    background: #3e9e6b !important;
}

.booking-confirmation-page .j-Economy .cf_eheader, .booking-confirmation-page .j-Economy .cf_compack, .booking-confirmation-page .j-Economy .j_luxery, .booking-confirmation-page .j-Economy .cf_driver, .booking-confirmation-page .j-Economy .cf_eng {
    background-color: #259b5f !important;
    color: #fff;
}

.bsummary_box > .bs_top {
    background-color: #259b5f !important;
}

.cf_driver {
    background-color: #259b5f !important;
    border-radius: 0px;
}

.cf-veh_text > .cf_vicon {
    width: 100%;
    display: block;
    margin: 8px 0;
    filter: contrast(0) hue-rotate(211deg) brightness(0);
}

.vehicle_btm_txt {
    width: 17%;
    height: auto;
    margin-top: -10px;
    padding: 0px 0px 0px 10px;
    float: left;
    font-weight: bold;
    color: black;
}

.cf_bot-bot {
    border-top: 1px solid #2f9c63;
    width: 100%;
    float: left;
}


.cf_driver {
    background-color: #259b5f !important;
    border-radius: 0px;
}

.cf_bot-bot {
    border-top: 1px solid #259b5f !important;
    width: 100%;
    float: left;
}

.en {
    background-position: 0 -2913px;
}

.cf_booking {
    background-color: #259b5f !important;
}

.cf_border {
    border-top: 1px solid #259b5f !important;
}