@font-face {

 font-family: 'BentonSans-Bold';
    src: url('../benton/BentonSans-Bold.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../benton/BentonSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../benton/BentonSans-Bold.woff') format('woff'),  /* Newer browsers */
         url('../benton/BentonSans-Bold.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../benton/BentonSans-Bold.svg#BentonSans-Bold') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {

 font-family: 'BentonSans-Regular';
    src: url('../benton/BentonSans-Regular.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../benton/BentonSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../benton/BentonSans-Regular.woff') format('woff'),  /* Newer browsers */
         url('../benton/BentonSans-Regular.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../benton/BentonSans-Regular.svg#BentonSans-Regular') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {

 font-family: 'BentonSans-Light';
    src: url('../benton/BentonSans-Light.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../benton/BentonSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../benton/BentonSans-Light.woff') format('woff'),  /* Newer browsers */
         url('../benton/BentonSans-Light.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../benton/BentonSans-Light.svg#BentonSans-Light') format('svg'); /*IE og iOS earlier than version 5*/
}

@font-face {

 font-family: 'BentonSans-Book';
    src: url('../benton/BentonSans-Book.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../benton/BentonSans-Book.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../benton/BentonSans-Book.woff') format('woff'),  /* Newer browsers */
         url('../benton/BentonSans-Book.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../benton/BentonSans-Book.svg#BentonSans-Book') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {

 font-family: 'BentonSans-Medium';
    src: url('../benton/BentonSans-Medium.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../benton/BentonSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../benton/BentonSans-Medium.woff') format('woff'),  /* Newer browsers */
         url('../benton/BentonSans-Medium.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../benton/BentonSans-Medium.svg#BentonSans-Medium') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	font-family: 'BentonSans-Regular';
	font-size:16px;
	/*color:#668475;*/
	color:#000
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --blue-color: #023A7F;
  --blue-light-color: #0D5299;
  --orange-color: #FA6400;
  --grey-color: #484847;
}
.rtl{
	direction:rtl
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--blue-color);
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#0F0707;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--orange-color);
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.color-blue , .color-blue *
{
	color:var(--blue-color)
}
.color-grey , .color-grey *
{
	color:var(--grey-color)
}
.color-orange , .color-orange *
{
	color:var(--orange-color)
}
.bg-blue-light
{
	background:var(--blue-light-color)
}
.bg-blue
{
	background:var(--blue-color)
}
.bg-grey
{
	background:var(--grey-color)
}
.font-bold , .font-bold *
{
	font-family: 'BentonSans-Bold';
}
.font-light , .font-light *
{
	font-family: 'BentonSans-Light';
}
.font-book , .font-book *
{
	font-family: 'BentonSans-Book';
}
.font-medium , .font-medium *
{
	font-family: 'BentonSans-Medium';
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.jc-sa
{
	    justify-content: space-around !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:45px;
	margin:0;
	background: #FFF;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:#FFF
}
.trigger > div.close > span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-26 , .line-26 *
{
	line-height:1.625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}

.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.opacity-20
{
	opacity:20%
}
.opacity-40
{
	opacity:40%
}
.hidden-content
{
	display:none
}
.bg_white
{
	background:#FFF
}
.filter_white
{
	filter: brightness(0) invert(1);
}
.rotate90
{
	transform:rotate(180deg)
}

.w-100
{
	width:100%
}
.txt-right
{
	text-align:right
}
.italic
{
	text-transform:italic
}
.underline
{
	text-decoration:underline
}
/*///////////////////////////////////////*/
/***********************************************/
/* Style the main navigation menu */
#cssmenu > ul > li > a {
	padding: 10px;
	color: var(--blue-color);
}
#cssmenu > ul > li{
	margin:0 12px;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a.main {
    color: var(--orange-color);
}
.h100
{
	height:100%
}
.flex-auto {
    flex: 1 1 auto;
}
/***********************************************/
.bt-1
{
	border-top:1px solid #094A9B
}
.bb-1
{
	border:1px solid #979797
}
.bb-2
{
	border-bottom:1px solid #D1D1D1
}
.bt-2
{
	border-top:1px solid #D1D1D1
}
.bb-3
{
	border-bottom:1px solid #979797
}
.br-1
{
	border-right:1px solid #979797
}
.menu-footer li
{
	margin-right:50px;
}
.menu-footer li:last-child
{
	margin-right:0;
}
.social li a {
    width: 40px;
    height: 40px;
    background: #286DC2;
    margin-right: 10px;
    border-radius: 50%;
}
.social li a:hover
{
	background: var(--orange-color);
}
.footer-menu li
{
	display:block
}
.locations_map iframe
{
	width:100%;
	height:100%
}
.opacity-0
{
	opacity:0
}

.locations-list .colw-100:nth-child(2n+2) .colw-45
{
	order:1
}
.locations-list .colw-100:nth-child(2n+2) .colw-50
{
	order:2
}
.car_box
{
  box-shadow: 0 2px 11px 0 rgba(183,180,180,0.5);	
}
.car-img
{
	height:250px;
}
.book-now a
{
  border-radius: 8px;
  background-color: var(--orange-color);
  color:#FFF ;
  display:block;
  text-align:center;
  padding:10px 0
}
.book-now a:hover
{
  background-color: var(--blue-color);
}

.pay-on a
{
  border-radius: 8px;
  border:1px solid  var(--grey-color);
  color:var(--grey-color);
  display:block;
  padding:10px 0;
  text-align:center;
}
.pay-on  a:hover
{
  background-color: var(--blue-color);
  color:#FFF
}
.w-buttons
{
	width:230px
}

.book-now-check
{
	display:block;
}
.book-now-check a
{
  border-radius: 8px;
  background-color: var(--orange-color);
  color:#FFF ;display:inline-block;
  text-align:center;
  padding:15px 25px
}
.book-now-check a:hover
{
  background-color: var(--blue-color);
}
header  .book-now-check a
{
  padding:15px 20px	
}


.bg_1
{
	background: linear-gradient(90deg, #3776B8 0%, #023A7F 100%)

}
.bg_2
{
	background:#EEEEEE

}
.gallery_slick  , .cars-slick
{
	margin-bottom:0 !important
}
.gallery_slick  .slick-dots 
{
	bottom:-25px;
}
 .cars-slick  .slick-dots
{
	bottom:-30px;
}
.car_box_inner
{
	border:1px solid #D1D1D1;
	border-radius: 8px;
}

.cars-slick .slick-slide  {margin:0  15px ;}
.cars-slick .slick-list {margin: 0 -15px ;} 
.services_box_info
{
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #082F5F;
  margin-top:-10px;
  margin-right:2px;
	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.services_box .bg_hover
{
	border-radius:15px;
}

.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
	background:url('../img/bg.jpg') no-repeat center center  / cover;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
     background-color: rgba(0,0,0,0.13);

    z-index: 50;
   
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:5vh
}




.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}

.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin:  5px 0;	
}

.banners .slick-dots li button 
{
	width:15px;
	height:15px;
	background-color:transparent;transition: all 0.5s ease-in;
	padding:0;
	border:1px solid #FFF;
}
.banners .slick-dots li.slick-active button
{
	width:15px;
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:#FFF;
	border-color:#FFF
}
.banners .slick-dots li.slick-active button 
{

	height:15px;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button{
	width:15px;
}
.banners .slick-dots{
    top: 0;
    z-index: 10;
	text-align:center;
	padding-left:0;
	right:25px;
	height:100%;
    width: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}
.search-bg
{
	background:rgba(255,255,255,0.45);
	border-radius: 8px;
}
.search-label-box
{
	background:#FFF;
	border-radius: 8px;
	border:1px solid #D1D1D1
}
.grey1 , .grey1 *
{
	color:#6D7278
}
.search-label-box select , .search-label-box input
{
	height:25px;
	border:0;
	 padding: 0 10px;
}
.search-button button
{
	border-radius: 8px;
    background-color: var(--orange-color);
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px 0;
	width:100%;
	height:68.5px
}
.search-button button:hover
{
  background-color: var(--blue-color);
}
.checkbox-style input
{
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  background-color: rgba(255,255,255,0.56);
width:17px;
height:17px;	
}
.search-list-categories li
{
	margin:0 10px;
}

.search-list-categories li.active a
{
	color:var(--orange-color);
	font-family: 'BentonSans-Bold';
}

/*Proccess ar*/
/* > Process Styles */
.process-wrap {

  margin: 0 auto;
}
.process-main {
    width: 100%;
    min-width: 320px;
    display: flex;
}
.col-3 {
  width: 25%;
  position: relative;
}
.col-3:first-child .process-step:before {
    content: '';
}
.col-3:nth-child(2) .process-step:before{
    content: '';
}
.col-3:nth-child(3) .process-step:before {
    content: '';
}
.col-3:last-child .process-step:before{
    content: '';
}
.process-main .col-3:not(:first-child):before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 14.5px;
    left: calc(-50% + 10px);
    right: 0;
    background: #ebebeb;
    border: 1px #ebebeb solid;
   -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
     transition: .4s;
}
.process-step-cont {
    font-family: sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}
.process-step {
    border: 3px #ebebeb solid;
    border-radius: 100%;
    line-height: 0;
    background: #FFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-self: center;
    display: flex;
    color: #fff;
    width: 30px;
    height: 30px;
    font-weight: 700;
    margin-bottom: 7px;
    z-index: 4;
    cursor: pointer;
}
.process-label {
    color: var(--grey-color);
     width: 100%;
     text-align: center;
	     height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-dots {
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    cursor: pointer;
}
.process-dot-cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 60%; 
    padding-top: 5px;
}
.active-step1 .col-3:first-child .process-step,
.active-step1 .col-3:first-child .process-dots:first-child,
.active-step1-mini2 .col-3:first-child .process-step,
.active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini3 .col-3:first-child .process-step,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),
.active-step1-mini4 .col-3:first-child .process-step,
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4)
{
    background-color: #FA6400;
}
.active-step1-mini2 .col-3:first-child .process-dots:first-child,
.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+2),
.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+3)
 {
    background-color: #fbcb93;
}
.active-step1 .col-3:first-child .process-label,
.active-step1-mini3 .col-3:first-child .process-label,
.active-step1-mini2 .col-3:first-child .process-label,
.active-step1-mini4 .col-3:first-child .process-label{
    color: var(--grey-color);
}
.active-step2 .col-3:first-child,
.active-step3 .col-3:nth-child(-n+2),
.active-step4 .col-3:nth-child(-n+3){
    opacity: 0.5;
   /*pointer-events: none;*/
}
.active-step2 .col-3:first-child .process-step:before,
.active-step3 .col-3:nth-child(-n+2) .process-step:before,
.active-step4 .col-3:nth-child(-n+3) .process-step:before{
    content: '\2713';
    padding: 7px;
}
.active-step2 .col-3:nth-child(-n+2) .process-step,
.active-step2 .col-3:nth-child(-n+2) .process-dots,
.active-step3 .col-3:nth-child(-n+3) .process-step,
.active-step3 .col-3:nth-child(-n+3) .process-dots,
.active-step4 .col-3:nth-child(-n+4) .process-step,
.active-step4 .col-3:nth-child(-n+4) .process-dots {
    background-color: #FA6400;
}
.active-step2 .col-3:nth-child(-n+2) .process-label,
.active-step3 .col-3:nth-child(-n+3) .process-label,
.active-step4 .col-3:nth-child(-n+4) .process-label{
    color: #FA6400;
}
.active-step2 .col-3:nth-child(-n+2):before,
.active-step3 .col-3:nth-child(-n+3):before,
.active-step4 .col-3:nth-child(-n+4):before{
    background: #FA6400 !important;
}
@media screen and (max-width: 640px) {
  .process-main {
    flex-wrap: wrap;
  }
  .col-3 {
    width: 50%;
  }
  .process-main .col-3:nth-of-type(3):not(:first-child):before {
    top: -19.5px;
    left: calc(-50% + 145px);
    transform: rotate(150deg);
  }
}
/***************************************************************************/
.br-7
{
	border-radius:7px;
}
.add-button button
{
	border-radius: 8px;
    background-color: var(--orange-color);
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px 35px;
}
.add-button button:hover
{
  background-color: var(--blue-color);
}
.checkbox-style1 input
{
  border: 1px solid #979797;
  border-radius: 3px;
width:27px;
height:24px;	
}
.checkbox-style1 input[type=checkbox]:checked, input[type=radio]:checked {
    border: 1px solid #FA6400;
    background: #FA6400;
}
.cars-options-box
{
  background-color: #FFFFFF;
  box-shadow: 0 2px 11px 0 rgba(183,180,180,0.5);
	
}
.general-info-li ul
{
  list-style: none;
}
.general-info-li ul  li {
    padding-left: 20px;
    position: relative;
}
.general-info-li ul  li:before {
content: '✓';
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    width: 11px;
    height: 11px;
}
#hidden-content
{
	display:none;
	overflow: initial !important;
	    margin: 60px 30px !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small 
{
	display:none
}
.account-form label.t_label {
    line-height: 1.25rem;
    display: block;
    margin-bottom: 10px;
	color:#484847;
	font-family: 'BentonSans-Medium';
}
.dropoff-box
{
	
}
.bg_parallax {
    height: 530px;
}
.bg_parallax .img-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}
.bg_parallax:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
    
    background-color: rgba(11,57,86,0.32);
}
.stars-list i
{
	margin:0 5px;
}
.reviews-box
{
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  background-color: #FFFFFF;	
}
.reviews , .we_provide  , .cars_slick , .services-slick
{
	margin-bottom:0 !important
}
.reviews .slick-dots , .services-slick .slick-dots
{
	bottom:-25px;
}
.col-b1
{
	color:#D1D1D1
}
.col-b2
{
	color:#F7B500
}
.reviews .slick-slide  {margin:0  15px ;}
.reviews .slick-list {margin: 0 -15px ;}



.reviews .slick-track
{
    display: flex !important;
}

.reviews .slick-slide 
{
    height: inherit !important;
}
.reviews .slick-slide  , .reviews .slick-slide  div
{
	height:100%
}
.reviews .reviews-box div
{
	height:auto !important
}
 .reviews .latest_arrow , .services-slick .latest_arrow , .we_provide .latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 20px);
	z-index:60;
	background:none;
	width:40px;

}
.reviews .leftLst , .services-slick .leftLst , .we_provide .leftLst
{
	left:-55px;
}
.reviews .rightLst , .services-slick .rightLst , .we_provide .rightLst
{
	right:-55px;
}
.services-slick .rightLst , .services-slick .leftLst
{
	filter: brightness(0) invert(1);
}
.services-slick .bg_hover img
{
	border-radius: 15px;
}
.services-slick .slick-slide  {margin:0  15px ;}
.services-slick .slick-list {margin: 0 -15px ;}

.we_provide img
{
	height:61px;
}
.we_provide .slick-slide  {margin:0  15px ;}
.we_provide .slick-list {margin: 0 -15px ;}

.cars_slick .car-img 
{

	height:200px;
}
.cars_slick .car-img img
{
	max-width:200px;

}
.cars_slick .slick-slide  {margin:0  15px ;}
.cars_slick .slick-list {margin: 0 -15px ;}

.cars_slick .slick-list
{
	overflow:inherit
}
.manage-booking-page
{
	background:url('../img/booking.jpg') no-repeat center center  / cover;
	min-height:900px;
}
.manage-box
{
  border-radius: 2px;
  background-color:rgba(255,255,255,0.5);	
}
.br-100
{
	border-bottom-left-radius: 100px;
}
.home-book-bg .img-bg
{
	height:100%
}
.choose-categories
{
	display:none
}
.home-book-bg
{
	min-height:400px;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	z-index:100;
	bottom: 20px;
	right: 20px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse i
{
	color:#FFF
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 20px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 20px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.min-h-book
{
	min-height:100px;
}


.footer_newsletter input[type=email] {
  background-color: #407FD4;
  color: #FFF;
  height:50px;
  border:0;
      width:     width: 100%;;
}
.footer_newsletter button:hover {
    background-color: var(--blue-color);
}
.footer_newsletter button {
    height: 50px;
    background-color: #13325B;

}
.footer_newsletter input[type=email]::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.footer_newsletter input[type=email]::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}

.jcc-logo img
{
	width:100%;max-width:400px
}
.home_page .search_box_main
{
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	z-index:50;
}
.promo_code_box button
{
	padding: 0 ;
	width:100%;
	height:50px;
	border-radius:0
}

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
	header .menu li{margin:0 5px;}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#cssmenu > ul > li {
    margin: 0;
}
.choose-categories{display:block;text-align:center}
.search-list-categories li{width:100%;text-align:center}
.choose-categories-box{display:none}
/**/

}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.d-none-xm{display:none}
.flex-wrap-xm{flex-wrap:wrap}
.flex-row-xm  div .appointment_box{width:270px}
.px-100 {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
}
.d_menu li a{padding: 20px 10px;}
.jc-fs-xm{justify-content:flex-start}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.nav-bar{width:100%;position:relative}
.jc-c-xm{justify-content:center}
.car_box{height:100%}
.close-p{display:none}
header  .book-now-check a
{
  padding:5px 5px	
}
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.px-0-s{padding-left:0;padding-right:0}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.jc-sb-s{justify-content:space-between}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-01-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.w-100-s{width:100%}
.d-flex-s{display:flex;}
.ai-c-s{align-items:center}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.menu-footer li {margin-right: 15px;}
.locations-list .colw-100:nth-child(2n+2) .colw-50 {order: 1;}
.br-100{border-radius:0}
.home-book-bg .img-bg{height:250px}
.cars_slick .car-img img {max-width: 90%;}
.font-11{font-size:12px;}
.pay-on a ,.book-now a{font-size:12px;}
.account-form label.t_label{font-size:14px;}
.process-main .col-3:nth-of-type(3):not(:first-child):before{display:none}
.footer_newsletter button{width:100%}.home-book-bg {
    min-height: 250px;
}
.book-now-check a{padding: 15px 15px;}
}





















