
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}

body {
	margin: 0;
	padding-top: 3rem;
	/* color: #5a5a5a; */
	background-color: #f4f5f7;
	ont-family: "Nunito Sans", serif;
	letter-spacing: 0.5px;
}

.logo_mobile {
	display: none;
}
.accordion-button {
	padding: 5px;
	background-color: #4a90e2;
	color: white;
}

.accordion-button:not(.collapsed) {
	background-color: #ff4c00;
	color: white;
}

.container1280 {
	max-width: 1280px;
	margin: auto;
	width: 60%;
	padding: 10px;
}

.mycontainer {
	position: relative;
	background-color: white;
	height: 100%;
	width: 100%;
	border:1px solid;
	color: white;
}


.form-label-font
{
	font-weight: 700;
	color : #4a4a4a;
	font-size: 1rem;
	font-family: Open Sans,sans-serif;

}

.form-input{
	background-color: white !important;
}


.container-car
{
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.form-booking-index {
	margin: auto;
	width: 50%;
	padding: 10px;
}

.myfooter {
	border-radius: 5px;
	background: rgba(255,255, 255, 0.95);
	margin-left:5px;
	margin-right:5px;
	padding:20px 10px 10px 10px ;
	color: white;
	font-size: large;
	z-index: 1000;
	width: 750px;
	position: unset;
	width: unset;
	/*box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

/*
.myfooter {
	border-radius: 5px;
	position: absolute;
	background: rgba(255,255, 255, 0.95);
	left: 50%;
	transform: translate(-50%, -50%);
	top:480px;
	margin-left:5px;
	margin-right:5px;
	padding:20px 10px 10px 10px ;
	color: white;
	font-size: large;
	z-index: 1000;
	width: 750px;

}*/

.myfooter .form-search-btn {
	width: 100%;
	display: flex;
	justify-content: center;

}

.myfooter .form-search-btn button {
	margin-top:10px;
	width: 90%;
	background-color: #ff4c00;
}

.myfooter .form-search-btn button:hover {
	background-color: white;
	color: #ff4c00;
	font-weight: bold;
}

.title-header
{
	font-weight : 300 !important;
	font-size: 18px;
	color: #ff4c00;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-right: 30px;
	font-family: Roboto;
}

.title-header > a
{
	color: #ff4c00;
}

.header_info
{
	padding-bottom: unset;
}

.style-primary-color
{
	color: #ff4c00;
}

.box_feature
{
	
	border-radius: 2px;
	padding: 2px;
	margin: 5px;
	height: 100%;
	width: 60px;
	display: inline;
	background-color: #000;
	text-align: center;
}

.card
{
	position: relative;
	margin-top: 20px;
	height: 420px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	/* box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.card_hidden
{
	/*visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;*/
  display: none;
}

.card::before
{
	content: '';
	position: absolute;
	z-index: 3;
	top: -115%;
	width: 100%;
	height: 100%;
	background: #ff4c00;
	/* background: linear-gradient(0deg, #111 0%, #f8d98f 46%, #111 100%);  */
	 transform: skewY(325deg); 
	transition: 0.5s;
}

.card:hover::before
{
	/* transform: skewY(365deg); */
}

.card .title h3
{
	color: #0d6efd;
	font-weight: bold;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	z-index: 4;
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.3rem;
}

.card .category
{
	position: absolute;
	font-weight: bold;
	font-style: italic;
	color: #ff4c00;
	top: 250px;
	width: 100%;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	text-shadow: 1px 1px 1px #000000;
}

.card .imgBx
{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	z-index: 1;
}

.card .details
{
	position: absolute;
	bottom: 75px;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.card .details span
{
	color: white;
	font-family: Roboto;
	display: block;
}



.card .imgBx img
{
	max-width: 120%;
	transition: 0.5s;
}

.card:hover .imgBx img
{
	max-width: 130%;
}

.card .bookBtn
{
	position: absolute;
	bottom: 25px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.card .bookBtn button
{
	width: 250px;
	background-color :#0d6efd;
}

.card .bookBtn:hover button
{
	background-color: #333333;
	color: #ff4c00;
	font-weight: bold;
}



.box {
	position: relative;
}

.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #840a0a;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 15px 0;
	background-color: #ea0000;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}



/* top right*/
.ribbon-top-right {
	top: -10px;
	right: -10px;
	z-index: 10;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 30px;
	/* transform: rotate(45deg); */
}



/* FORM INDEX */
.container-form-field
{
	display: flex;
	justify-content: center;
	flex-direction: row ;
	padding-top: 28px;
}

.container-form-field .hours,.minutes
{
	flex-grow :5;
}

.form-input-date
{
	width: 100%;
	height:  60%;
	background-image: url('../images/controls/calendar.png');
	background-position: 95% 10px; 
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.container-form-field .hours,.minutes select
{
	font-family: tahoma;
	text-align-last:center;
}

.container-form-field .hours,.minutes span
{
	text-align-last:center;
}


.container-form-field span
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow :2;
	color: black;
}


.section-padding
{
	padding-left: 20%;
	padding-right: 20%;
	background-color :#f8f9fa;
}

.container-terms
{
	padding-top: 20px;
	padding-bottom: 20px;
}


.card-terms
{
	text-align: center;
	position: relative;
	margin-top: 20px;
	padding-top: 10px;
	height: 150px;
	border: 0.5px solid black;
	border-color: rgb(160,160,255,0.5);
	background-color: white;
	transition: 0.2s;
	border-radius: 20px;
	
}

.card-terms:hover
{
	border: none;
	cursor: pointer;
	box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-terms .term
{
	font-size: 13px;
	top: 40px;
	left: 70px;
	z-index: 1;
}

.card-terms .title
{
	color: black;
	font-weight: 600;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	z-index: 1;
}

.card-terms .card-terms-image
{
	font-weight: bold;
	width: 50px;
	z-index: 1;
}

.card-terms .card-terms-image img
{
	width: 100%;
	height: auto;
}

.newsletter {
	display: flex;
	background-color:#333;
	margin-top:30px;
	width:100%;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.newsletter-input {
	width: 100%;
	max-width: 386px;
	height:  48px;
	border-radius: 4px;
	border: 0;
	padding: 0 15px 0 60px;
	float: left;
	position: relative;
	background :  rgba(230,230,230,0.35) url("../images/newsletter.png") no-repeat 15px center / 24px;
	color: white;
}

.newsletter-btn {
	width: 100%;
	max-width: 173px;
	height: 48px;
	line-height: 48px;
	color: #4A90E2;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	position: relative;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	float: left;
	margin-left: 15px;
	z-index: 1;
	border-radius: 4px;
	background: #fff;
}


.car-index {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: center;
	transition: transform 1s;
}

.map-index {
	position: absolute;
	top: 45px;
	left: 41%;
	z-index: -1;

}

.car-index:hover {
	transform: translate(50px,0);
}

.ul-index {
	list-style: none;
	padding-top: 10px;
}

.ul-index li:before {
	content: "\f560"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	color: green;
	display: inline-block;
	width: 1.3em; /* same as padding-left set on li */
}


.burger_menu {
	width: 100%;
	display: none;
}

.normal_menu{
	display: flex;
}


.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/home.jpg");
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	font-family: 'Merienda';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.contact-container {
	max-width: 1280px;
	margin-top:50px;
}

.contact-container h1{
	font-size: 25px;
}

.contact-container h4{
	color: #ff4c00;
}

.contact-container p{
	margin-bottom: unset;
}

.contact-info-panel{
	padding-bottom:50px;
}

.logo_mobile{
	left: unset;
}

.filter-panel-container{
	display: unset;
}

.filter_panel{
	padding-top: 20px;
}

.filter_button_selected,.filter_button_selected a{
	background-color: #4a90e2 !important;
	color: white;
}

.filterBtnCat,.filterBtnTrans {
	padding: 0px !important;
}

.filterBtnCat a,.filterBtnTrans a {
	text-decoration:none;
	width: 100%;
	display: inline-block;
}

.filterBtnCat a:hover,.filterBtnTrans a:hover {
	color: white;
}

.modal-btn-toggle{
	display: none;
}

.card-search{
	position: relative;
	margin-top: 20px;
	height: auto;
	background-color: #fff;
	box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


.card-search .title h3
{
	color: #4a90e2;
	font-weight: bold;
	width: 100%;
	padding-top: 20px;
	font-size: 1.3rem;
	margin-bottom: -8px !important;
}

.card-search .title span
{
	font-weight: bold;
	font-style: italic;
	color: #888;
	width: 100%;
	font-size: 18px;
}

.card-search .price 
{
	padding-top: 10px;
	padding-right: 5px;
}

.card-search .price h3
{
	padding: 10px;
	font-weight: bold;
	font-style: italic;
	color: #20a466;
	font-size: 40px;
}

.card-search .price h3 span
{
	margin-bottom: 5px;
	font-weight: bold;
	font-style: italic;
	color: #282828;
	font-size: 20px;
}

.card-search .imgBx img
{
	width: 60%;
	padding-left: 60px;
}


.card-search .details
{
	bottom: 75px;
	width: 100%;
}

.card-search .details span
{
	padding:5px;
	color: #6f6767;
	font-family: Roboto;
}





.card-search .bookBtn
{
	padding-left: unset !important;
	width: 100%;
}

.card-search .bookBtn button
{
	border-radius: 0px !important;
	width: 100%;
	height: 50px;
	background-color :#ff4c00;
}

.card-search .bookBtn button:hover
{
	background-color: white;
	color: #4a90e2;
	font-weight: bold;
}

.booking_car_title h3
{
	color: #4a90e2;;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: -8px !important;
}

.booking_car_title span
{
	color: #888;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
}

.booking_car_card .details
{
	bottom: 75px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	padding-top: 20px;
}

.booking_car_card .details span
{
	padding:5px;
	color: #6f6767;
	font-family: Roboto;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.booking_border {
	/*border-color: #4a90e2;*/
	/*border-style: solid;*/
	/*border-radius: 2px;*/
	/*border-width: 0.5px;*/
}

.booking_extras_title {
	color: #ffffff;
	font-weight: lighter;

	background-color: #ff4c00;
	text-align: center;
	font-size: 22px;
	padding: 5px;
}

.booking_details
{
	background-color: #ff4c00;
	color: #363636;
	border-radius: 5px;
}

.extra_option {
}

.extra_option select{
	height: 40px;
	width: 40px;
	margin-bottom: 10px;

}

table, th, td {
	border: 0.5px solid;
	border-color: #85bdff;
	border-radius: 15px;
	padding: 5px;
}

/*check buttons
*/

.container_check {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark_check {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #eee;
	border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark_check {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark_check {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_check:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark_check:after {
	display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark_check:after {
	left: 14px;
	top: 5px;
	width: 10px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* check end


/* radio buttons
/* The container */
.container_radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/*.container_radio span:first-of-type,.container_radio span:nth-child(2) {*/
/*	background-color: #4a90e2;*/
/*	color: white;*/
/*	padding: 5px;*/
/*	border-radius: 5px;*/
/*}*/

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.green_bg
{
	background-color: #ff4c00 !important;
}




/* -------------------------------------------------- */


/* RESPONSIVE CSS - MOBILE
-------------------------------------------------- */

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

	.hero-image {
		height: 200px !important;
	}
	.carousel-item {
		height: unset !important;
	}

	.carousel-item > img {
		position: unset;
		max-width: 100%;
	}
	.logo_mobile {
		display: unset;
	}
	.logo_mobile > img {
		display: unset;
		width: 100%;
	}
	.logo_web{
		display: none;
	}
	.mycontainer {
		position: unset;
	}

	.mycenter {
		position: unset;
	}

	.section-padding
	{
		padding-left: unset;
		padding-right: unset;
	}

	.container-car
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	.newsletter-input {
		max-width: unset;
	}

	.newsletter-btn {
		max-width: unset;
		margin-left: unset;
		background: #fff;
	}

	.container1280 {
		max-width: unset;
		margin: 6px;
		width: unset;
		padding: unset;
	}

	.map-index {
		position: absolute;
		top: 20px;
		left: 51%;
	}

	.burger_menu {
		display: unset;
	}

	.normal_menu{
		display: none;
	}

	.header_info
	{
		padding-bottom: 50px;
	}

	.logo_mobile{
		/*left: 50%;*/
		/*margin-left: -57px;*/
	}

	.modal-btn-toggle{
		position: -webkit-fixed;
		position: -moz-fixed;
		position: -o-fixed;
		position: -ms-fixed;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
		display: inline-block;
	}

	.filter-panel-container{
		display: none;
	}

	.card-search .imgBx img
	{
		width: unset;
	}

}

/* NEW CARD */

.car_card {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
	border-radius: 10px;
	background-color: hsl(0, 0%, 100%);
	box-shadow: 0px 0px 300px 5px hsla(0, 0%, 60%, 0.28);
	padding: 20px 20px 20px 20px;



}


.car_title{
	z-index: 999;
	position: relative;
	color:black;
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}

.car_title > span{
	font-size: 15px;
	font-weight: 300;
	padding-left: 5px;
}

.car_brand{
	display: flex;
	width: 100%;
	padding-bottom: 5px;
}

.car_brand>div {
	flex-grow: 1;
	font-size: 15px;
}

.car_brand>div>span {
	padding-left: 5px;
}

.car_brand>div:nth-of-type(1):after {
	background-color: gray;
	content: "";
	position: absolute;
	left: 46.5%;
	top: 12%;
	width: 0.5px;
	height: 20px;
	display: block;

}

.caption{
	font-size: 12px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	color: white;
	position: absolute;
	transform: translate(-5%, -20px);
	z-index: 3;
	width: 100%;
	height: 25px;
	background: #D4002A;
	padding-top: 2px;

}
/* .car_card::before {
    content: 'test';
    font-size: 10px;
    color: red;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 500px;
    margin-left: -50px;
    height: 3vh;
    ---background: hsl(233, 59%, 58%);
    border-radius: 10px;
    background: linear-gradient(0deg, #386dff 0%, #225cfd 100%);
    transform: translate(-2%, 0px);
    transition: 0.5s;
} */


/* .car_card::after {
    content: '';
    position: absolute;
    z-index: 3;
    bottom: -10%;
    width: 90%;
    height: 8vh;
    background: hsl(233, 59%, 58%);
    border-radius: 10px;
    background: linear-gradient(0deg, #225cfd 0%, #386dff 100%);
    transform: translate(5%, 0px);

    transition: 0.5s;
} */

.car_details {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 2fr);
	font-size: 13px;
}

.detail_item_lg {
	grid-row: 4/4 ;
	grid-column: 1 / 3 ;
}

.detail_item {
	justify-self: start;
}




.car_details span {
	color: black;
	margin-left: 10px;
	font-weight: 600;
}


.car_body {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}

.footer_card {
	text-align: center;
	display: block;
	width: 100%;
	/* background-color: red; */
	position: absolute;
	bottom: 20px;
	margin-left: -20px;
}

.footer_card > h3{
	font-size: 30px;
	font-weight: bold;
}

.footer_card > div > span{
	font-size: 15px;
	font-weight: 600;
}

.footer_card .price {
	margin-left: 10px;
	font-weight: 1000;

}



.footer_card>button{
	width: 80%;
	font-size:15px;
	font-weight: 500;
	padding: 20px;


	background-color: white;
	border: 2px solid #D4002A;
	box-shadow: 0 4px 12px #00000014;
	color: BLACK;
	font-weight: bold;
}

.footer_card>button:hover{



	background-color: #D4002A;
	border: 2px solid #6E0513;
	box-shadow: 0 4px 12px #00000014;
	color: white;
	font-weight: bold;
}

.footer_card > p {
	padding-top: 10px;
	font-weight: 600;
	color: #4a90e2;
}

@media  screen and (min-width: 770px) {
	/* insert styles here */
	.myfooter {
		border-radius: 5px;
		position: absolute;
		background: rgba(255,255, 255, 0.95);
		left: 50%;
		transform: translate(-50%, -50%);
		top:480px;
		margin-left:5px;
		margin-right:5px;
		padding:20px 10px 10px 10px ;
		color: white;
		font-size: large;
		z-index: 1000;
		width: 750px;

	}
}