/* 
c5da0f
*/
::-moz-selection { /* Code for Firefox */
  color: #FFFFFF;
  background: #757705;
}
::selection {
  color: #FFFFFF;
  background-color: #757705;
}
body{
	font-family: 'Rubik', sans-serif  !important;
	text-rendering: optimizeLegibility;
	color: #666;
}
a, a:visited, a:hover, a:active{
    color:rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.stuck .sticky-top {
}
section {
	margin-bottom: 4rem;
}
table {
	color: #333;
}
p{
	font-size: 0.9rem;
}
.error-field{
	border: 2px solid #FF00008C;
	background-color: #F7C5C580;
}
/* ------------ NAVBAR STYLE ------------ */
.header{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.header .brand-logo{
	max-height: 4.75rem;
	max-width: 20.75rem;
}
.call-us {
	line-height:1.75rem;
}
a.phone-number, a.phone-number:hover, a.phone-number:visited, a.phone-number:active, a.phone-number:focus{
	color:#0C5951;
	font-size:1rem;
	margin-top: 0.5rem;
	font-weight: 600;
}

.call-icon{
	shape-rendering: geometricPrecision;
	text-rendering: geometricPrecision;
	image-rendering: optimizeQuality;
	width: 3.125rem;
	margin-top: 0.6875rem;
	margin-right:1.25rem;
}
.call-icon .fill {
	fill: #185951;
	fill-rule: nonzero;
}
/*.phone-numbers a{
	color: #0C5951;
}*/
.navbar {
	padding:0 !important;
	font-size: 0.75rem;
	background-color: #0C5951;
	box-shadow: 0px 6px 6px 0px #3A8886BA;
}
.navbar-nav > li{
	padding: 0;
	margin-right:0.25rem;
	position: relative;
}
.navbar-nav li a{
	padding: 1rem 0.875rem 0.875rem;
}
.navbar-nav li.nav-item a:hover{
	color: #FFFFFF !important;
	background-color: #B6B734;
}
.navbar-nav .nav-item.active::before{
	border-bottom: 3px solid #B6B734;
    box-sizing: border-box;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}
.nav-item.active{
}
.navbar-nav li.nav-item.active a:hover{
	color: #FFFFFF !important;
}
.navbar-nav ul.dropdown-menu{
	margin-top: 0.125rem !important;
	padding: 0;
	background-color:#0C5951 !important;
	border-radius: 0 0 0.25rem 0.25rem;
	font-size: 0.75rem;
}
.navbar-nav ul li{
	margin-right:0;
}
.navbar-nav ul li:last-child a{
	border-radius: 0 0 0.25rem 0.25rem;	
}
.navbar .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .phone-number, .navbar .phone-number:hover, .navbar .phone-number:focus, .navbar .phone-number:active, .navbar .phone-number:visited{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1rem;
}
.stuck .sticky-top .navbar-nav > li a{
}

/* ----------- SIDEBAR SECTION ----------- */
/*#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 2000;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1950;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
/*
ul.CTAs {
    padding: 20px;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}*/

/* ------------ CAROUSEL SECTION ------------ */
.carousel-control-next, .carousel-control-prev{
 	width: 7.5%;
}
.carousel-control-next-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B6B734' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); 
}
.carousel-control-prev-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23B6B734' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-indicators li{
	background-color: #E6E837;
}
.carousel-view{
	position: relative;
    overflow: hidden;
    cursor: default;
}
.carousel-view .mask{
 	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
 }
.rgba-black-light{
 	background-color: rgba(0,0,0,0.3);
} 
.rgba-black-dark{
 	background-color: rgba(0,0,0,0.7);
}

.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.carousel-caption {
    left: 0;
    right: 0;
    margin: 0 auto 1rem;
    position: absolute;
    text-align: right;
    padding: 1.5rem 7.5%;
    color: #E6E837;
}

.carousel-caption h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.carousel-caption > p {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: 0.25rem;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.carousel-caption > p:last-of-type {
    margin-bottom: 0rem;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
/*.carousel-caption > h1 {    
    padding: 0;
    font-size: 3.25rem;
    font-style: normal;
    line-height: 3.5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.0625rem;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.carousel-caption > p {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    letter-spacing: 0.0625rem;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.carousel-caption > p:first-of-type {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.carousel-caption > h3 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}*/

/* ------------ CONTENT SECTION ------------ */
section.page-header{
	background: url('../images/acura-1493-700-2.jpg') no-repeat top left;
	width:100%;
	height:198px;
	background-size: 540px;
}
section.page-header .container{
	padding:2rem;
}
.page-title{
	color: #E6E837;
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	font-stretch: 1px;
}
.container-heading{
	font-size: 1.25rem;
	font-weight:600;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-align: center;
	color:#333;
}
h2.container-heading{
	font-size: 1rem;	
}
h3.container-heading{
	font-size: 0.9rem;	
}

.eqh-boxes{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 2rem;
}
.eqh-box{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	top: 0;
}
.eqh-box.hover-shadow:hover{
	box-shadow: 0px 0px 10px 2px #B6B734;
	transition: all 0.1s ease-in;
}
.tick-points{
	list-style: none;
	padding-left: 0.5rem;
}
.tick-points li{
	 font-size: 0.8rem;
	 margin-bottom: 0.5rem;
}
.beak-up, .beak-down{
	position:relative;
	overflow: hidden;
}
.beak-up::before, .beak-up::after, .beak-down::before, .beak-down::after{
	content: '';
	position: absolute;
	height: 10px;
	background-color: #B6B734;
	width: 50%;
	z-index: 11;
}
.beak-up::before{
	top: 0;
	left: -5px;
	transform: skewX(-45deg);
}
.beak-up::after{
	top: 0;
	right: -5px;
	transform: skewX(45deg);
}
.beak-down::before{
	bottom: 0px;
	left: -5px;
	transform: skewX(45deg);
}
.beak-down::after{
	bottom: 0px;
	right: -5px;
	transform: skewX(-45deg);
}
.beak-down-w15::before{
	width:15%;
}
.beak-down-w15::after{
	width:85%;
}
.bg-gray{
	background-color: #F2F2F2;
}
.btn-green, .btn-light-green{
	font-size: 0.8rem;
	color: #FFF;
	border-radius: 0;
	font-weight: 400;
	padding: 0.4rem 0.75rem 0.3rem;
	font-style: italic;
	vertical-align: top;
}
.btn-light-green, .btn-light-green:hover{
	background-color: #B6B734;
	font-weight: 600;
	letter-spacing: 1px;
	color:#333;
}
.btn-green, .btn-green:hover{
	background-color: #0C5951;
	color: #FFF;
}
.eqh-box .title{
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: italic;
	background-color: #B6B734;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1rem 0 0.5rem;
}
.eqh-box .desc{
	flex:1;
	padding: 2.5rem;
	font-size: 0.8rem;
	font-weight: 300;
	color: #666;
	word-wrap: break-word;
	background-color: #EEE;
}
.services, .why-us, .explore {
	font-size: 3rem;
	text-align: center;
	letter-spacing: 1px;
}

.checkbox .checked::before, .checkbox .unchecked::before{
	margin-left: 0;
	margin-right: 0;
	font-size: 1.25rem;
	line-height: 1.25rem;
	vertical-align:middle;
	width:1.25rem;
	text-align: left;
}
.checkbox .checked::before{
}
.checkbox .unchecked::before{
	color:red;
}
.checkbox input[type="checkbox"], .checkbox .checked {
    display: none;
}
.checkbox input[type="checkbox"]:checked ~ .checked{
    display: inline-block;

}
.checkbox input[type="checkbox"]:checked ~ .unchecked{
    display: none;
}
.icon-tick{
	color:#099d8f;
}
.carousel-caption .icon-tick{
	color:#E6E837;
}

.single-point-booking {
	background-size:cover;
	background-position:center center;
	background-image: url('../images/multi-cars.jpg');
	padding: 3rem 2rem;
	color:#B6B734;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align:left;
}
.single-point-booking .container-heading{
	color: #E6E837;
}
/*.single-point-booking h2{
	font-size: 1.5rem;
	font-style: italic;
	margin-bottom:2rem;
}*/
.single-point-booking h3{
	font-weight: 400;
	text-transform: uppercase;
	text-align:left;
	font-size: 1rem;
}
.explore .eqh-boxes{
	max-width: 1980px;
}
.explore > .row > [class*=col-]{
	padding: 0;
}
.img-box{
	position: relative;
	overflow: hidden;
}
.img-box img{
	width:100%;
}
.explore .title{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	background-color: #B6B734;
	color: #FFF;
	text-transform: uppercase;
	padding: 1rem 1rem 0;
	position: relative;
}
.explore .container .title div{
	width: 50%;
	float: left;
}
.explore .title .title-text{
	width:40%;
	float:left;
}
.explore .title .btn-container{
	 width:50%;
	 float:left;
	 text-align: left;
}
.explore .title h2{
	font-size: 0.9rem;
	font-style: italic;
}

.explore .explore-desc{
	padding: 1.5rem;
}
.explore .explore-desc h2{
	font-size: 2rem;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #333;
}
.explore .explore-desc h3{
	font-size: 0.9rem;
	font-weight: 600;
	color: #333;
}
.explore .explore-desc .desc{
	font-size: 0.9rem;
	color:#666;
}
.contact-us{
	padding:3rem;
}

.map-container{
	padding: 5px;
	background-color: #f6f6f6;
}
.map{
	display: flex;
}
.map-address{
	padding:2rem;
	background-color:#B6B734;
}
.address{
	/*font-weight: 700;
	font-style: italic;*/
	font-size: 1rem;
	color: #0C5951;
}
.address-list{
	/*list-style: none;*/
	list-style-type: none;
	padding-left: 1.25rem;
}
.address-list li{
	margin-bottom: 1rem;
	color: #0C5951;
}
.address-list li:before{
	font-family: 'fontello';
	margin:0 0.25rem 0 -1.5rem;
	color: #FFFFFFBB;
	font-style: normal;
	width: 1rem;
	display: inline-block;
}
.address-list li.location:before{
	content:'\e805';
}
.address-list li.mail a{
	font-weight:400 !important;
}
.address-list li.mail:before{
	content:'\e803';
}
.address-list li.phone:before{
	content:'\e804';
}
/*.address p:first-child::before{
	content:'\e805';
	font-family: 'fontello';
}*/
.fleet{
	font-size: 0.8rem
}
.fleet .eqh-box{
	font-size: 0.9rem
}
.fleet h2{
	font-size: 1.5rem;
	color:#333;
	font-style: italic;
	font-weight: 600;
	margin-bottom:1.5rem;
}
ul.rates{
	padding-left:1rem;
}
ul.points li{
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
}
.conditions{
	font-size: 0.75rem;
}
.conditions table td{
	padding:1.5	rem;
}
/* ------------ FOOTER START ------------ */
footer {
	background-color: #0C5951;
	padding-top: 2rem;
	color: rgba(255, 255, 255, 0.5);
}
footer h5{
	font-size: 1rem;
	color:#FFF;
	font-style: italic;
	font-weight: 600;
}
footer i{
	color: #B6B734;
}
footer input[type=text]{
	background-color: #CACEB5;
	border-radius: 0;
	border: 0;
}
footer .btn::disabled{
	background-color: #999;
	opacity: 1;
}
footer input[type=text]::placeholder{
	color: #888e8b;
}
footer .checkbox{
	font-size:0.75rem;
}
.quick-links, .about, .newsletter{
	/*max-width: 100%;
	flex:100%;*/
}
.newsletter input[type=text]{
	max-width: 400px;
}
.quick-links a:hover{
	color: #B6B734;
}
.dev-social{
	background-color: #013c35;
	padding:1rem;
	font-size: 0.75rem;
	color: #FFFFFFC0;
	margin-top: 2rem;
}
.dev-social .container{
	padding: 1rem;
}
.dev-social span {
	line-height: 1.5rem;
	vertical-align: middle;
	display: inline-block;
}
a.social-link{
	margin-left: 1rem;
	font-size: 1.5rem;
	vertical-align: middle;
	line-height: 2rem;
	background-color: #0C5951;
	padding: 0.5rem 0.5rem;
	display: inline-block;
}
a.social-link:first-of-type{
	margin-left: 0rem;
}
a.social-link i, a.social-link:visited i{
	color:#FFFFFF80;
}
a.social-link:hover i, a.social-link:active i, a.social-link:focus i{
	color:#B6B734;
}
.we4usolutions{
	color: #FFFFFF;
	font-size: 0.9rem;
}
a.we4usolutions:hover{
	color: #B6B734;
}
/*
@media (min-width: 576px){
}
@media (min-width: 991px){
	.bg-md-gray{
		background-color: #F2F2F2;
	}
	.services .eqh-boxes{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.why-us .eqh-boxes{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.explore .eqh-boxes{
		grid-template-columns: 1fr 1fr;
	}

	.dev-social{
		background-color: #013c35;
		padding:1rem;
		font-size: 0.75rem;
		color: #FFFFFF80;
		margin-top: 2rem;
	}
	.dev-social .container{
		padding: 1rem;
	}
	.dev-social span {
		line-height: 3.5rem;
		vertical-align: middle;
		display: inline-block;
	}
	a.social-link{
		margin-left: 0.5rem;
		font-size: 1.75rem;
		vertical-align: middle;
		line-height: 2rem;
		background-color: #0C5951;
		padding: 0.75rem 0.5rem;
		display: inline-block;
	}
	a.social-link i, a.social-link:visited i{
		color:#FFFFFF80;
	}
	a.social-link:hover i, a.social-link:active i, a.social-link:focus i{
		color:#B6B734;
	}
}*/
@media (min-width: 480px){
	.carousel-caption{
		margin-bottom: 3rem;
	}
	.carousel-caption h1 {
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	section.page-header{
		height:240px;
		background-size: 720px;
	}
	.fleet .eqh-boxes{
		grid-template-columns: 1fr 1fr;
		grid-gap: 1rem;
	}
	.fleet .eqh-box{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media (max-width: 480px){
	.navbar-nav{
		margin-left: 0.25rem;
	}
	.navbar-nav .nav-link{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	footer .about, footer .quick-links{
		border-bottom: 1px solid #FFFFFF80;
	}
}
@media (min-width:576px) and (max-width: 991px){
	.carousel-caption{
		padding: 2.5rem 7.5%;
	}
	.carousel-caption h1{
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	section.page-header{
		height:320px;
		background-size: 1156px;
		padding:3rem;
	}
	.page-title{
		font-size: 2.75rem;
	}
	.quick-links, .about{
		max-width: 50%;
		flex:50%;
	}
	.newsletter{
		max-width: 100%;
		flex:100%;
	}
	.newsletter .input-group{
		width:90%;
	}
}
@media (min-width:768px){
	.carousel-caption{
		padding: 1rem 7.5%;
	}
	.carousel-caption h1{
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	section.page-header .container{
		padding:3rem;
	}
	.single-point-booking{
		padding:6rem 2rem;
	}
	.services .eqh-boxes{
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1rem;
	}
	.why-us .eqh-boxes{
		grid-template-columns: 1fr 1fr;
		grid-gap: 1rem;
	}
	.eqh-box .title{
		font-size: 1rem;
	}
	.newsletter .input-group{
		width:70%;
	}
	.bg-gray-min-768{
		background: #F2F2F2;
	}
	.fleet .eqh-boxes{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 1rem;
	}
	.fleet .eqh-box{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media (min-width:992px){
	.carousel-caption{
		padding: 3rem 7.5%;
	}
	.carousel-caption h1{
		margin-bottom: 2rem;
	}
	section.page-header .container{
		padding:4.5rem 2rem;
	}
	.newsletter .input-group{
		width:100%;
	}
	section.page-header{
		height:450px;
		background-size: 1600px;
	}
	.page-title{
		font-size: 3.25rem;
	}
	.dev-social .row{
		line-height: 3rem;
		font-size: 0.8rem;
	}
	.bg-gray-min-992{
		background: #F2F2F2;
	}
	
}
@media (min-width:992px) and (max-width: 1199px){
	.col-12-992-1199{
		max-width: 100%;
		flex: 100%
	}
	.text-992-1199-left{
		text-align: left !important;
	}
}
@media (min-width:1024px){
	.services .eqh-boxes{
		grid-gap: 2rem;
	}
	.why-us .eqh-boxes{
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 2rem;
	}
	
}
@media (min-width:1200px){
	.carousel-caption{
		padding: 4rem 7.5%;
	}
	.carousel-caption h1{
		font-size: 3.5rem;
		line-height: 4rem;
		margin-bottom: 4rem;
	}
	.carousel-caption > p{
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 1rem;
	}
	section.page-header .container{
		padding:6rem 4rem;
	}
	section.page-header{
		height:720px;
		background-size: 1920px;
	}
	.page-title{
		font-size: 3.75rem;
	}
}

