/*===========================BODY==========================*/

/*font-family: "Noto Sans Hebrew", sans-serif;*/


:root {
    --bg: #f4f7fb;
    --ink: #0f2438;
    --brand: #123e7a;
    --brand-2: #0a2f5d;
    --line: #dce4ef;
    --card: #ffffff;
}

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

html {
    background: #fff;
}


body {
   font-family: "Noto Sans Hebrew", sans-serif;
    background: #f2f2f2;
    color: var(--ink);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

img {
    max-width: 100%;
}



body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Noto Sans Hebrew", sans-serif;
}



/*===========================BODY==========================*/




/*===========================HEADER==========================*/


.container {
	width: 100%;
	padding: 0 20px;
	max-width: 1696px;
	margin: 0 auto;
}



.site-header {
	background: #fff;
	padding: 18px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	border-bottom: 1px solid #ced5df;
}



.top-nav .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.header-logo {
	width: 20%;
}



.main-nav {
	width: 60%;
}



.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.main-nav ul li {
	margin: 0 20px;
}



.main-nav ul li a {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.main-nav ul li a:hover, 
.main-nav ul li.active a {
	font-weight: 700;
}


.top-contact {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 20%;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
}


.top-contact a {
	color: #3E3E3E;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	font-family: "Noto Sans Hebrew", sans-serif;
	margin-right: 40px;
}


.top-contact a .contact-sub {
	display: block;
}



/*===========================HEADER==========================*/





/*======================Renting Step 01======================*/


#main {
  overflow: hidden;
  min-height: 550px;
}


.renting-step-page {
  background: #fff;
  padding-top: 101px;
}


.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}


.breadcrumb ul li {
	margin: 0 0 0 6px;
	position: relative;
	color: #646464;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}


.breadcrumb ul li a {
	position: relative;
	color: #646464;
	text-decoration: none;
	background: url("../images/brd-icon.svg") no-repeat 0 5px;
	background-size: 5px;
	padding-left: 11px;
}



.renting-sction {
  padding: 35px 0px 49px;
}


.renting-sction .container {
	width: 100%;
	max-width: 1340px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}



.rent-right {
  width: 62%;
}


.rent-byd-step {
  border-bottom: 1px solid #CED5DF;
  margin-bottom: 30px;
}


.rent-byd-step ul {
	list-style: none;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.rent-byd-step ul li {
  width: 108px;
  text-align: center;
  margin: 0 0 20px 65px;
}


.rent-byd-step ul li:last-child {
  margin-left: 0;
}



.rent-byd-step ul li span {
  width: 40px;
  height: 40px;
  border: 1px solid #CED5DF;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 38px;
  color: #646464;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 10px;
}


.rent-byd-step ul p {
  color: #646464;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  text-align: center;
}


.rent-byd-step ul li.current-step span {
  border: 4px solid #5FCEEA;
  color: #002144;
  line-height: 33px;
}



.rent-byd-step ul li.current-step p {
	color: #002144;
	font-weight:700;
}


.rent-byd h2 {
  margin-bottom: 20px;
}


.rent-byd h2 span {
  color: #2161DE;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}


.rent-byd h2 span img {
  position: relative;
  top: 6px;
  width: 24px;
}



.rent-byd {
  border-bottom: 1px solid #CED5DF;
  margin-bottom: 17px;
}



.rent-byd ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.rent-byd ul li {
	margin: 0 0 19px 35px;
}


.rent-byd form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.rent-byd-input {
	width: 192px;
	margin: 0 0 31px 23px;
}


.rent-byd-input:nth-child(3n) {
  margin-left: 0;
}


.rent-byd-input label {
  display: block;
  font-weight: 700;
  color: #002144;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "Noto Sans Hebrew", sans-serif;
}


.rent-byd-input select, 
.rent-byd-input input {
	border: 1px solid #CED5DF;
	background: #fff;
	width: 100%;
	border-radius: 8px;
	color: #002144;
	font-size: 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
	padding: 10px 11px;
	outline:none;
	box-shadow:none;
}


.rent-byd-input select {
	background: #fff url("../images/select-arrow.svg") no-repeat 14px center;
	background-size: 11px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}


.rent-byd-input input.inputdate{
	background: #fff url("../images/date-icon.svg") no-repeat 14px center;
	background-size: 15px;
}


.rent-byd-input input.inputtime{
	background: #fff url("../images/tiem-26.svg") no-repeat 14px center;
	background-size: 15px;
}



.rent-byd-input input::-webkit-input-placeholder { 
   color: #002144; opacity:1;
}


.rent-byd-input input::-moz-placeholder { 
   color: #002144;  opacity:1;
}


.rent-byd-input input:-ms-input-placeholder { 
   color: #002144;  opacity:1;
}


.rent-byd-input input:-moz-placeholder { 
   color: #002144;  opacity:1;
}



.rent-byd h4 {
	color: #002144;
	font-size: 16px;
	margin-bottom: 27px;
}



.rent-model-grid {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 24px;
	margin-top: 46px;
}


.rent-model-grid h2 {
	color: #002144;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 14px;
}


.rent-model-grid .sub-heading {
	font-size: 20px;
	color: #3E3E3E;
	line-height: 24px;
	font-family: "Noto Sans Hebrew", sans-serif;
}



.rent-model-grid .cards-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding-top: 30px;
}


.rent-model-grid .vehicle-card {
	background: #fff;
	border: 1px solid #ced5df;
	border-radius: 8px;
	padding: 20px 24px 24px;
	position: relative;
	margin: 0 0 1.7% 1.7%;
	width: 49%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.rent-model-grid .vehicle-card:nth-child(2n) {
	margin-left: 0;
}



.rent-model-grid .vehicle-card:hover {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}


.vehicle-cite {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
}


.vehicle-cite span {
  margin: 0 4px;
  border-radius: 0 0 8px 8px;
  padding: 4px 9px 5px;
  color: #002144;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Noto Sans Hebrew", sans-serif;
}


.vehicle-cite .border {
  border: 1px solid #B6EEFD;
}


.vehicle-cite .color {
  background: #B6EEFD;
}


.rent-model-grid .vehicle-image-wrap {
	margin-bottom: 9px;
}


.rent-model-grid .vehicle-image-wrap img {
	width: 100%;
}


.rent-model-grid .vehicle-title {
	margin: 0 0 15px;
	color: #00335c;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans Hebrew", sans-serif;
}



.rent-model-grid .vehicle-top {
	margin-bottom: 13px;
}



.rent-model-grid .vehicle-info {
	border-bottom: 1px solid #ced5df;
	min-height: 42px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 8px 0;
}



.rent-model-grid .vehicle-info-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}


.rent-model-grid .vehicle-info-tag span {
	color: #2161DE;
	font-size: 12px;
	font-weight: 700;
	font-family: "Noto Sans Hebrew", sans-serif;
	line-height: 24px;
}




.rent-model-grid .vehicle-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}



.rent-model-grid .vehicle-sep {
    width: 1px;
    height: 24px;
    background: #ced5df;
}



.rent-model-grid .vehicle-price {
	margin: 0 0 9px;
	color: #3E3E3E;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	display: flex;
	justify-content: center;
	gap: 4px;
	align-items: flex-end;
	font-family: "Noto Sans Hebrew", sans-serif;
}

.rent-model-grid .vehicle-price small {
	font-weight: 400;
	font-size: 16px;
}



.rent-model-grid .vehicle-desc {
	color: #646464;
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans Hebrew", sans-serif;
	line-height: 20px;
	margin-bottom: 19px;
	text-align: center;
}


.rent-model-grid .btn-secondary {
	font-weight: 400;
}


.rent-model-grid .rent-4item {
	margin-bottom: 22px;
}



.rent-side-block h4 {
  color: #3E3E3E;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 14px;
}


.rent-model-grid .rent-4block {
	margin-bottom: 25px;
	border-bottom: 1px solid #ced5df;
}


.btn-secondary {
	width: 100%;
	border-radius: 8px;
	background: #002144;
	color: #fff;
	padding: 10px 24px 13px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	display: block;
	font-family: "Noto Sans Hebrew", sans-serif;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.btn-secondary:hover, 
.vehicle-card:hover .btn-secondary{
	background: #033c79;
	color: #fff;
	border-color: #033c79;
}


.btn-secondary img {
	position: relative;
	top: 1px;
	right: 6px;
}






.rent-side-bar {
  width: 27%;
}


.rent-side-block {
  text-align: center;
}

.rent-side-block img {
  width: 100%;
  margin-bottom: 4px;
}



.rent-side-block p {
  color: #002144;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Noto Sans Hebrew", sans-serif;
}


.rent-side-block .vehicle-info {
	border-top: 1px solid #CED5DF;
	border-bottom: 1px solid #CED5DF;
	margin: 22px 0;
	padding: 17px 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.rent-side-block .vehicle-info-tag {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 0 7px;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.rent-side-block .vehicle-info-tag img {
  width: 24px;
  margin: 0 0 0 3px;
}


.rent-side-block .vehicle-info-tag strong {
  font-size: 16px;
  line-height: 20px;
}


.rent-side-block .vehicle-info-tag span {
  font-size: 12px;
  color: #2161DE;
  font-weight: 700;
}



.rent-4block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin-bottom: 18px;
}


.rent-4item {
	width: 25%;
	padding: 0 6px;
	text-align: center;
	margin-bottom: 30px;
}


.rent-4item img {
	width: 24px;
}


.rent-4item p {
	color: #3E3E3E;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	font-family: "Noto Sans Hebrew", sans-serif;
}



.rent-side-bar h3 {
	font-size: 20px;
	color: rgb(0, 33, 68);
	line-height: 24px;
	font-weight: 700;
	margin: 0px 0px 12px;
}



.rent-side-block-gray {
	background: #F5F5F5;
	border-radius: 8px;
	padding: 24px;
	border: 1px solid #CED5DF;
}


.rent-side-block-gray h3 {
	color: #2161DE;
	margin-bottom: 25px;
}


.rent-side-block-gray h5 {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}


.rent-side-block-gray p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #3E3E3E;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.rent-side-block-gray h4 {
  margin-bottom: 18px;
}




.media-block {
	background: rgb(245, 245, 245);
	border-radius: 8px;
	border: 1px solid rgb(206, 213, 223);
	padding: 17px;
	margin-bottom: 30px;
}


.media-img-block {
	display: flex;
	align-items: center;
}


.media-img img {
	width: 42px;
	height: 42px;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 100%;
	object-fit: cover;
	position: relative;
	margin-left: -13px;
}


.media-img img:first-child {
	z-index: 1;
}


.media-img img:nth-child(2) {
	z-index: 2;
}


.media-img-block span {
	color: rgb(0, 33, 68);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding-right: 26px;
}


.social-link {
  border-top: 1px solid rgb(206, 213, 223);
  margin-top: 10px;
  padding-top: 15px;
}


.social-link ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.social-link ul li a {
  text-decoration: none;
  color: rgb(0, 33, 68);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}


.social-link ul li span {
  padding-right: 6px;
}




.bottom-fixed-desktop {
	background: #ECFBFF;
	border-radius: 8px;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 800px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 24px;
	border: 1px solid #CED5DF;
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.2);
	z-index: 100; /* float above the footer (which is position:relative; z-index:2) */
}



.bottom-right {
  width: 70%;
}


.bottom-fixed-desktop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.bottom-fixed-desktop ul li {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-family: "Noto Sans Hebrew", sans-serif;
  border-left: 1px solid #CED5DF;
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
}


.bottom-fixed-desktop h4 {
  color: #2161DE;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}



.bottom-btn a.btn-secondary {
  width: 176px;
}



/*======================Renting Step 01======================*/






/*======================Renting Step 02======================*/




.rent-byd .byd-check-fyd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.rent-byd .byd-check-fyd ul li {
  border: 1px solid #CED5DF;
  border-radius: 8px;
  padding: 14px 17px 14px 17px;
  margin: 0 0 22px;
  width: 100%;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}


.rent-byd .byd-check-fyd ul input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background: url("../images/checkbox-26.png") no-repeat 0 0;
	position: relative;
	top: 4px;
	border-radius: 4px;
  overflow: hidden;
}


.rent-byd .byd-check-fyd ul input[type="checkbox"]::after {
	content: ' ';
	width: 20px;
	height: 20px;
	display: none;
}


.rent-byd .byd-check-fyd ul input[type="checkbox"]:checked::after {
	display: block;
	background: url("../images/checkboxC-26.png") no-repeat 0 0;
	background-size: 100%;
}


.rent-byd .byd-check-fyd .check-img-text {
	width: 60%;
}


.check-img-text .check-field {
	margin-left: 6px;
}


.rent-byd .byd-check-fyd ul li span {
	position: relative;
	padding-left: 28px;
	color: #3E3E3E;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}


.rent-byd .byd-check-fyd ul li span img {
	position: absolute;
	left: -2px;
	top: 0px;
	width: 24px;
	height: 24px;
	object-fit: cover;
}


.rent-byd .byd-check-fyd ul li .check-right-img span {
  padding-left: 0;
  padding-right: 40px;
}


.rent-byd .byd-check-fyd ul li .check-right-img img {
	right: 0;
	left: auto;
	width: 32px;
	height: 32px;
	top: -4px;
}


.tn-name {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;

}


.tn-name small {
	font-size: 16px;
	color: #3E3E3E;
	font-family: "Noto Sans Hebrew", sans-serif;
	line-height: 24px;
}


.tn-name small label {
	font-size: 14px;
}



.rent-byd .byd-check-fyd .qty-count {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	margin-left: 24px;
}


.rent-byd .byd-check-fyd .qty-count span {
	padding: 0;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
}


.rent-byd .qty-count input {
	width: 32px;
	height: 24px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #CED5DF;
	margin: 0 10px 0 6px;
	color: #002144;
	font-size: 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
}



.rent-step02 .rent-byd {
  border-bottom: none;
  margin-bottom: 0;
}



/*======================Renting Step 02======================*/






/*======================Renting Step 04======================*/


.rent-only-check {
  border-bottom: none;
  padding-top: 10px;
}



.rent-byd p.sub-desc {
  margin-bottom: 19px;
}



.rent-byd-input-240 {
  width: 240px;
}


.rent-only-check .check-img-text {
  margin-bottom: 12px;
  
}


.rent-only-check input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
	background: url("../images/checkbox-26.png") no-repeat 0 0;
	position: relative;
	top: 4px;
	border-radius: 4px;
	overflow: hidden;
}


.rent-only-check input[type="checkbox"]::after {
  content: ' ';
  width: 20px;
  height: 20px;
  display: none;
}


.rent-only-check input[type="checkbox"]:checked::after {
	display: block;
	background: url("../images/checkboxC-26.png") no-repeat 0 0;
	background-size: auto;
	background-size: 100%;
}


.check-img-text a {
  color: #002144;
}



.rent-byd-input input.fileinput {
	background: #fff url("../images/fileattachment-26.svg") no-repeat 14px center;
	background-size: 20px;
	padding-left: 30px;
}


.rent-byd-input input.deletecopy {
	background: #fff url("../images/trash-26.svg") no-repeat 14px center;
	background-size: 20px;
}




/*======================Renting Step 04======================*/




/*======================Renting Step 05======================*/


.rent-stp-desc {
  padding-bottom: 18px;
}


.rent-stp-desc p {
  margin-bottom: 17px;
}


.rent-stp-desc p strong {
  padding-left: 5px;
}


.rent-step05 .rent-byd {
  margin-bottom: 28px;
}



.rent-stp-desc p {
  margin-bottom: 17px;
  color: #3E3E3E;
  font-size: 16px;
  line-height: 24px;
  font-family: "Noto Sans Hebrew", sans-serif;
}



.rent-stp-desc p  a{
  color: #3E3E3E;
  text-decoration:none;
}



/*======================Renting Step 05======================*/





/*======================Rent Page======================*/



.rent-page {
  background: #fff;
  padding-top: 88px;
}


.rent-section1 {
  background: #ECFBFF;
  padding: 39px 0;
}


.rent-section1 .container {
  max-width: 1520px;
}


.rent1-colr, 
.rent1-coll {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	position: relative;
}


.rent1-colr .rent-byd-input select, 
.rent1-colr .rent-byd-input input {
  padding: 12.5px 11px;
}


.rent1-colr .rent-byd {
  width: 46%;
  border: none;
  margin-bottom: 27px;
}


.rent1-coll .rent-byd {
  width: 46%;
  border: none;
  margin: 0;
}


.rent1-colr .rent-byd-input {
  width: 31.3%;
  margin-left: 3%;
}


.rent1-colr .rent-byd-input:last-child {
  margin-left: 0;
}




.rent1-colr::after {
  content: "";
  display: block;
  height: 124px;
  background: #CED5DF;
  width: 1px;
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  margin: 0 auto;

}


.rent1-colr label {
  font-weight: 400;
}




.rent1-colr .rent-byd-input select {
  background-size: 12px;
}



/* ===== RANGE SLIDER ===== */

.rent-section1 .price-slider-block .price-input {
  width: 100%;
  display: flex;
}


.rent-section1 .price-slider-block .field span {
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}



.rent-section1 .price-slider-block .field input {
	width: 100%;
	height: 100%;
	outline: none;
	font-size: 16px;
	margin-left: 12px;
	border-radius: 5px;
	text-align: right;
	border: 1px solid #999;
	-moz-appearance: textfield;
	color: #3E3E3E;
	font-family: "Noto Sans Hebrew", sans-serif;
	padding: 0 11px;
}



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

.rent-section1 .price-input .separator {
  width: 130px;
  font-size: 34px;
  text-align: center;
  position: relative;
  top: 23px;
  color: #3E3E3E;
  font-family: "Noto Sans Hebrew", sans-serif;
}


.rent-section1 .price-slider-block .slider {
  height: 1px;
  position: relative;
  background: #646464;
  border-radius: 5px;
  top: -3px;
}


.rent-section1 .price-slider-block .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #5fceea;
  top: -0.5px;
  height: 2px;
}


.rent-section1 .price-slider-block .range-input {
  position: relative;
  margin-bottom: 7px;
}


.rent-section1 .price-slider-block .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input[type="range"]::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


input[type="range"]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  border: none;
  border-radius: 50%;
  background: #002144;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


.rent-section1 .price-slider-block {
  width: 100%;
  position: relative;
  padding: 0;
}


.rent-section1 .price-slider-block .price-input .field {
  width: 100%;
  height: 45px;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}


.rent-section1 .fyd-check .field input {
  width: 40px;
  height: 100%;
  outline: none;
  font-size: 14px;
  margin-left: 0;
  text-align: left;
  border: none;
  -moz-appearance: textfield;
  color: #646464;
  font-family: "Noto Sans Hebrew", sans-serif;
  padding: 0;
  background: transparent;
}


.rent-section1 .fyd-check .price-input .field:last-child {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}



.rent-section1 .fyd-check .price-input .field:first-child {
  position: relative;
  left: 5px;
}


.rent-section1 .fyd-check .field span {
  margin-bottom: 0;
  padding-right: 3px;
}



.rent-section1 .fyd-range {
  margin-bottom: 30px;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}


.rent-section1 .fyd-range h5{
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #2161DE;
}

.rent-section1 .fyd-range span {
  border: 1px solid #CED5DF;
  border-radius: 4px;
  display: inline-block;
  padding: 5.2px 23px;
  color: #3E3E3E;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background: #fff
}

/* ===== RANGE SLIDER ===== */





.rent-cat {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.rent-catinner {
	display: flex;
	width: calc(100% - 180px);
}


.rent-catitem {
	margin: 0 0 0 1%;
}


.rent-section1 .rent-byd h6 {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #2161DE;
}




.rent-catitem a {
	border: 1px solid #CED5DF;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	color: #3E3E3E;
	font-size: 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
	padding: 10px 12px;
	background: #fff;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}


.rent-catitem.active-cat a {
	border: 2px solid #5FCEEA;
	font-weight:700;
}



.rent-cat-btn {
  width: 180px;
}



.rent-section2 {
  padding-top: 30px;
}


.rent-section2 .rent-model-grid {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin:0px 0 56px;
}


.rent-short-by {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.rent-short-by span {
  position: relative;
  padding-right: 36px;
}


.rent-short-by small {
	width: 28px;
	height: 28px;
	background: #5FCEEA;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -3px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	cursor: pointer;
}


.rent-short-by p, 
.rent-short-by span {
	color: #646464;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}


.rent-section2 .container {
  max-width: 1440px;
}


.rent-section2 .vehicle-card {
	width: 32.18%;
	margin: 0 0 1.7% 1.7% !important;
	box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
	padding-top: 28px;
}


.rent-section2 .vehicle-card:nth-child(3n) {
  margin-left: 0 !important;
}


.rent-ol ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



.rent-ol ul li {
	font-size: 14px;
	color: #3E3E3E;
	letter-spacing: 0;
	font-weight: 400;
	position: relative;
	margin: 0 0 14px;
	padding-right: 18px;
}

.rent-ol ul li::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../images/small-check.svg") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 6px;
}


.rent-ol {
  border-bottom: 1px solid #ced5df;
  margin: -12px 0 27px;
}


.rentol-price {
  text-align: center;
  padding-bottom: 24px;
}

.rentol-price h6 {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}


.rentol-price h5 {
  margin-bottom: 6px;
}


.rentol-price h5 strong {
  color: #2161DE;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}


.rentol-price h5 small {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 6px;
}


.rentol-price h5 span {
  color: #2161DE;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}







.rent-page .faq {
  background: #f5f5f5;
  padding: 38px 0;
}


.rent-page .faq .container {
  max-width: 850px;
}



.rent-page .item-roll-out .item-head {
	position: relative;
	padding-right: 52px;
	cursor: pointer;
}



.rent-page .item-head h3 {
	color: #002144;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
	margin: 0;
}


.rent-page .item-roll-out .roll-list {
	padding-right: 52px;
	padding-top: 13px;
}


.rent-page .roll-list p {
	color: #002144;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
}


.rent-page .item-roll-out {
	border-top: 1px solid #CED5DF;
	padding: 25px 0;
}


.rent-page .item-roll-out .item-head::after {
	background: url("../images/plus-icon.svg") no-repeat 0 0;
	content: '';
	height: 32px;
	right: 10px;
	position: absolute;
	top: -6px;
	width: 32px;
	transition: transform 500ms ease;
	-webkit-transition: transform 500ms ease;
	-moz-transition: transform 500ms ease;
}


.rent-page .item-roll-out .item-head.close::after {
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
}



.rent-bottom-fixed {
  max-width: 440px;
  border-radius: 50px;
  padding: 0 50px;
  bottom: 27px;
  background:#B6EEFD;
}


.rent-bottom-fixed .contact-link {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  color: #002144;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans Hebrew", sans-serif;
  padding: 16px 0;
}


.rent-bottom-fixed .contact-icon-wrap {
  padding-left: 7px;
}


.rent-bottom-fixed .contact-link {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  color: #002144;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans Hebrew", sans-serif;
  padding: 16px 0;
}


.rent-bottom-fixed .contact-link-phone .contact-icon-wrap {
  padding-left: 4px;
}


.rent-bottom-fixed a span {
  line-height: 15px;
}






/*======================Rent Page======================*/






/*==========================FOOTER==========================*/


.site-footer {
	background: #072446;
	padding-bottom: 31px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}



.footer-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding: 53px 0 90px;
	direction: rtl;
}


.footer-logo-col {
	padding-left: 12%;
}



.footer-col {
	padding-left: 3%;
	width: 19%;
}


.footer-col:last-child {
	padding-left: 0;
	width: auto;
}



.footer-logo img {
	width: 153px;
	height: auto;
	object-fit: contain;
}



.footer-col-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: #5FCEEA;
	text-align: right;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
}




.footer-bottom nav a, 
.footer-bottom p {
	color: #CED5DF;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}



.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}


.footer-col ul li {
	margin-bottom: 11px;
}


.footer-col ul li a {
	font-size: 16px;
	line-height: 20px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.footer-col ul li a:hover {
	color: #5FCEEA;
}


.footer-bottom p {
    color: #d7e5f5;
}



.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	direction: rtl;
	gap: 1rem;
}



.footer-copy {
	margin: 0;
	font-size: 16px;
	font-family: "Noto Sans Hebrew", sans-serif;
	font-weight: 400;
}



.footer-legal {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}




.filters-wrap.sticky {
	position: fixed;
	top: 80px;
	width: 100%; /* ya jitni width chahiye */
	z-index: 1;
}




.mobile-only {
	display: none;
}



.site-footer .mobile-only {
   display: none !important;
}



/*==========================FOOTER==========================*/







/*==========================HEADER==========================*/


@media (max-width:1000px){
	
		
	header .desktop-only {
		display: none;
	}


	header .mobile-only {
		display: block;
	}
		
		
		
	.hamburger-close {
		display: none;
	}


	.container {
		padding: 0 15px;
	}


	.header-logo {
		width: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}	


	.hamburger {
		cursor: pointer;
		width: 24px;
		height: 24px;
		position: relative;
	}


	.hamburger.active .hamburger {
		display: none;
	}


	.hamburger.active .hamburger {
		display: none;
	}


	.hamburger.active .hamburger-close {
		display: block;
		width: 19px;
	}


	.hamburger img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


	.main-nav.open {
		display: block;
		width: 100%;
		position: absolute;
		top: calc(100% + 1px);
		background: #fff;
		left: 0;
		right: 0;
		padding: 25px 45px 20px;
		height: 100vh;
	}


	.main-nav.open ul {
		display: inline-block;
		width: 100%;
		margin-bottom: 26px;
	}


	.main-nav.open ul li {
		width: 100%;
		margin: 0;
	}


	.main-nav.open ul li a {
		font-size: 14px;
		border-bottom: 1px solid #ced5df;
		display: block;
		padding: 10px 0;
	}


	.top-contact.mobile-only {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		width: 100%;
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
	}


	.top-contact.mobile-only a {
		margin: 0 20px;
	}


	.top-contact a .contact-sub {
		font-weight: 700;
	}
	
	
}/*===media close===*/




@media (min-width:1000px) and (max-width:1200px){


	.main-nav ul li {
		margin: 0 17px;
	}	


	.main-nav ul li a {
		font-size: 15px;
	}


	.top-contact a {
		margin-right: 20px;
	}	
	
	
}/*===media close===*/





/*==========================HEADER==========================*/







/*======================Renting Step 01======================*/



@media (max-width:767px){
	
	.rent-4item p {
		font-size: 11px;
	}	
	
	
	.rent-model-grid .vehicle-card {
		margin: 0 0 25px;
		width: 100%;
	}
	
	
	.bottom-fixed-desktop.desktop-only {
	  display: none;
	}
	
	
	.rent-byd-input {
	  width: 100%;
	  margin: 0 0 15px;
	}


	
}/*===media close===*/



@media (max-width:1000px){


	.rent-right {
	  width: 100%;
	  margin-bottom: 50px;
	}


	.rent-byd-step ul li {
		margin: 0 0 20px 9px;
	}


	.rent-byd-step ul li:last-child {
	  margin-left: 0;
	}


	.rent-byd ul li {
	  margin: 0 0 7px 35px;
	}


	.rent-byd ul {
		padding-bottom: 17px;
	}


	.rent-model-grid .sub-heading {
		font-size: 16px;
	}


	.rent-model-grid {
		padding: 24px 20px;
	}


	.rent-side-bar {
	  width: 100%;
	}


}/*===media close===*/



@media (min-width:1000px) and (max-width:1100px){
	
	.rent-byd-step ul li {
		margin: 0 0 20px 14px;
	}	
	
	
	.rent-byd-step ul li:last-child {
	  margin-left: 0;
	}
	
	
	.rent-byd-input {
		width: 30%;
	}
	
	
}/*===media close===*/



@media (min-width:1100px) and (max-width:1300px){
	
	.rent-byd-step ul li {
		margin: 0 0 20px 33px;
	}	
	
	
	.rent-byd-step ul li:last-child {
	  margin-left: 0;
	}
	
	
}/*===media close===*/




@media (min-width:1300px) and (max-width:1400px){
	
	.rent-byd-step ul li {
		margin: 0 0 20px 55px;
	}	
	
	
	.rent-byd-step ul li:last-child {
	  margin-left: 0;
	}
	
	
}/*===media close===*/


/*======================Renting Step 01======================*/





/*======================Renting Step 02======================*/




@media (max-width:767px){
		
	.rent-byd .byd-check-fyd .check-img-text {
		width: 100%;
		margin-bottom: 10px;
		position: relative;
	}


	.rent-byd .byd-check-fyd ul li span {
		font-size: 13px;
		line-height: 20px;
	}


	.rent-byd .byd-check-fyd ul li span img {
		top: -3px;
	}


	.rent-side-bar .rent-4item p {
		font-size: 14px;
	}

	
}/*===media close===*/





@media (min-width:1000px) and (max-width:1200px){
	
	.rent-byd .byd-check-fyd .check-img-text {
	  width: 54%;
	}
	
}/*===media close===*/




/*======================Renting Step 02======================*/





/*======================Rent Page======================*/



@media (max-width:767px){


	.rent-page {
		padding-top: 80px;
	}


	.rent1-colr::after {
		display: none;
	}


	.rent1-colr .rent-byd {
		width: 100%;
		margin-bottom: 10px;
	}


	.rent1-colr .rent-byd-input {
		width: 100%;
		margin-left: 0;
	}


	.rent1-coll .rent-byd {
		width: 100%;
		padding-left: 0;
	}


	.rent-catinner {
		width: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	.rent-catitem {
		margin: 0 0 14px 2%;
		width: 32%;
	}


	.rent-catitem a {
		width: 100%;
	}


	.rent-catitem:nth-child(3n) {
		margin-left: 0;
	}


	.rent-cat-btn {
		width: 100%;
	}


	.rent1-colr {
		margin-bottom: 20px;
	}


	.rent-section1 .fyd-range {
		margin-bottom: 43px;
	}


	.rent-short-by p, 
	.rent-short-by span {
		font-size: 14px;
	}


	.rent-short-by small {
		width: 25px;
		height: 25px;
		top: -1px;
	}


	.rent-short-by small img {
	  width: 12px;
	}


	.rentol-price h6 {
		font-size: 14px;
	}


	.rentol-price h5 strong {
		font-size: 30px;
	}


	.rentol-price h5 span {
		font-size: 20px;
	}


	.rentol-price p {
	  font-size: 14px;
	}


	.rent-section2 .vehicle-card {
		width: 100%;
		margin: 0 0 25px !important;
	}

	
}/*===media close===*/




@media (min-width:767px) and (max-width:1000px){



	.rent-page {
		padding-top: 80px;
	}


	.rent1-colr::after {
		display: none;
	}


	.rent1-colr .rent-byd:last-child {
		border-top: 1px solid #CED5DF;
		padding-top: 38px;
	}


	.rent1-colr .rent-byd {
		width: 100%;
	}


	.rent1-colr .rent-byd-input:nth-child(3n) {
	  margin-left: 0;
	}


	.rent1-colr .rent-byd-input {
		width: 31.3%;
	}


	.rent1-coll .rent-byd {
		width: 100%;
		padding-left: 0;
		margin: 0 0 18px;
	}
	
	
	.rent-section2 .cards-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.rent-section2 .vehicle-card:nth-child(2n) {
		margin-left: 0 !important;
	}


	.rent-section2 .vehicle-card {
		width: 48.5%;
	}	

	
}/*===media close===*/




@media (min-width:1000px) and (max-width:1200px){

	.rent1-coll .rent-byd {
		width: 100%;
	}

}/*===media close===*/



@media (min-width:1200px) and (max-width:1500px){


.rent-catinner {
	width: calc(100% - 113px);
}


.rent-cat-btn {
	width: 105px;
}


.rent-catitem a {
	font-size: 13px;
	padding: 10px 5px;
	width:100%;
}

.rent-cat .btn-secondary {
	padding: 9.6px 9px;
	font-size: 13px;
}


.rent-catitem {
  width: 100%;
}


}/*===media close===*/


/*======================Rent Page======================*/






/*==========================FOOTER==========================*/


@media (max-width:767px){


	.site-footer {
		padding-bottom: 99px;
	}

		
	.site-footer .top-contact {
		background: #072446;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding: 19px 20px;
		flex-direction: unset;
		display: flex !important;
		z-index: 99;
	}	


	.site-footer .top-contact a {
		color: #fff;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}


	.site-footer .top-contact a .contact-sub {
		font-weight: 400;
		margin-right: 10px;
	}


	.site-footer .contact-link-phone .contact-sub {
		display: none;
	}



	.site-footer .contact-link-whatsapp {
		border-left: 1px solid rgba(255,255,255,0.5);
		padding-left: 24px;
		margin-left: 5px !important;
	}
	
	
}/*===media close===*/





@media (max-width:1000px){

	.footer-logo img {
		width: 131px;
	}


	.footer-logo-col {
		padding-left:0%;
		width: 100%;
	}


	.footer-col {
		padding-left: 6%;
		width: 48%;
		margin-top: 32px;
	}



	.footer-grid {
		padding: 42px 0 10px;
	}


	.footer-bottom-inner {
		gap: 4px;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}



	.footer-bottom nav a, 
	.footer-bottom p {
		font-size: 14px;
	}


}/*===media close===*/





/*==========================FOOTER==========================*/


/*==========================CMS POPUP==========================*/
.rent-modal[hidden] { display: none; }
.rent-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rent-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.rent-modal__box {
	position: relative;
	background: #fff;
	border-radius: 12px;
	max-width: 720px;
	width: 92%;
	max-height: 82vh;
	overflow: auto;
	padding: 34px 28px 28px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.25);
}
.rent-modal__close {
	position: absolute;
	top: 10px;
	left: 16px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #072446;
}
.rent-modal__body { color: #333; line-height: 1.7; }
.rent-modal__body h1,
.rent-modal__body h2,
.rent-modal__body h3,
.rent-modal__body h4 { color: #072446; }
.rent-modal__body ul { padding-inline-start: 20px; }


/*==========================THANK YOU==========================*/
.rent-thankyou[hidden] { display: none; }
.rent-thankyou {
	position: fixed;
	inset: 0;
	z-index: 1100;
	background: rgba(7,36,70,0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.rent-thankyou__box {
	background: #fff;
	border-radius: 16px;
	max-width: 520px;
	width: 100%;
	text-align: center;
	padding: 48px 32px;
}
.rent-thankyou__check {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #21c07a;
	color: #fff;
	font-size: 46px;
	line-height: 84px;
	margin: 0 auto 20px;
}
.rent-thankyou__box h2 { color: #072446; margin-bottom: 12px; }
.rent-thankyou__box p { color: #444; margin-bottom: 10px; }
.rent-thankyou__box .btn-secondary { margin-top: 20px; display: inline-flex; }


/*==========================LEAD MODAL==========================*/
.lead-modal[hidden] { display: none; }
.lead-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.lead-modal-overlay { position: absolute; inset: 0; background: rgba(7,36,70,0.55); }
.lead-modal-box {
	position: relative;
	background: #fff;
	border-radius: 16px;
	max-width: 560px;
	width: 100%;
	padding: 40px 32px 32px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.25);
	max-height: 92vh;
	overflow: auto;
}
.lead-modal-close {
	position: absolute;
	top: 10px;
	left: 16px;
	border: 0;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #072446;
}
.lead-modal-title { color: #072446; margin: 0 0 6px; font-size: 24px; }
.lead-modal-sub { color: #556; margin: 0 0 20px; }
.contact-form-row { display: flex; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.contact-form-field { flex: 1 1 200px; }
.contact-form-field input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #CED5DF;
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
}
.contact-form-field input:focus { outline: none; border-color: #072446; }
.contact-form-checks { margin: 8px 0 18px; }
.contact-check-label { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; color: #556; margin-bottom: 8px; cursor: pointer; }
.contact-check-label input { margin-top: 3px; }
.contact-check-label a { color: #072446; text-decoration: underline; }
.lead-modal-submit { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border: 0; }
.contact-form-msg { margin-top: 12px; font-size: 14px; min-height: 18px; }
.contact-form-msg--success { color: #21a366; }
.contact-form-msg--error { color: #d23; }
