body{
	color: #51555a;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 400;
}

.nav-wrapper, #hero{
	background-color: rgb(232, 228, 222);
}

.nav-bar{
	padding-top: 20px;
}

/**
 * Helpers
 */

.pad-50{
	padding: 50px 0px;
}

h2{
	font-weight: 600;
	color: #212121;
	font-size: 28px;
}

h2.subtle{
	font-size: 1.71429em;
	font-size: 22px;
}


.size-2{
	font-size: 15px;
}

.mt-20{
	margin-top: 20px;
}

.mb-40{
	margin-bottom: 40px;
}

.btn-secondary{
	background-color: transparent;
	border: 1.5px solid #00CC99;
	color: #00CC99;
	font-size: 14px;
}

.btn-primary{
	background-color: #00CC99;
	font-size: 14px;
	border-color: #00CC99;
	padding: 10px 20px;
	color: #ffffff;
}

input[type="button"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="submit"], input[type="tel"], input[type="text"], textarea {
    -webkit-appearance: none;
}


/**
 * Navigation
 */


 .navbar-dark .navbar-toggler-icon {
	filter: grayscale(1) invert(1);
}

.navbar-dark .navbar-toggler{
	border: none;
}

 .navbar-nav{
	padding-top: 10px;

 }

.btn-whatsapp{
	font-size: 14px;
	color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link{
	color: #000000;
}

.header-button{
	display: inline-block;
	transition: background-color 150ms ease-out;
	cursor: pointer;
	color: #fff;
	padding: 0;
	border-radius: 2px;
	background-color: #026aa9;
	line-height: 36px;
	text-decoration: none;
	border: 2px solid #026aa9;
	position: relative;
	height: 40px;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
	margin: 0 0 0 4px;	
}

.icon-whatsapp{
	width: 25px;
	height: 25px;
	float: left;
	margin-top: -2px;
}


/**
 * Hero
 */


.hero-row{
	padding: 50px 0px;
}


#hero .container::before {
    content: " ";
    box-shadow: rgba(255,255,255,.2) 0 1px;
    border-top: 1px solid #c5c5c5;
    width: 100%;
    display: block;
}

.hero-form{
	border-radius: 1px;
	background-color:rgb(0, 51, 78);
	padding: 30px 40px 20px 40px
}

#hero.hero-blue{
	background-color: rgb(0, 51, 78);
}


#hero h1{
	font-size: 35px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
}

#hero h2{
	margin: 0 0 33px;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-shadow: rgba(0,0,0,.2) 0 1px 0;
}

.hero-vp-head{
	font-size: 18px;
	font-weight: 600;
	padding: 15px 25px;
	background-color: #f0f0f0;
	display: block;	
}

.hero-form-wrapper{
	margin: 23px 0px 20px 0px;
}

.hero-form input[type="text"]{
	font-size: 14px;
	padding: 21px 10px;
	border-radius: 2px;
	border: 0px;
	border-radius: 2px;
}

.hero-form select{
	font-size: 14px;
	height: 40px;
	border-radius: 2px;
	border: 0px;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control[readonly]{
	background-color: #ffffff;
}

.hero-form .form-group{
	margin-bottom: 1.5rem;
}

.icon-date::before {
	content: "\68";
	font-size: 16px;
	color: #a2a1a1;
	position: absolute;
	right: 24px;
	top: 12px;
    font-family: "mar" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
}

/** Mobile Date picker disable 
@media only screen and (max-width: 768px) {
	.icon-date::before {
		display: none;
	}

	.flatpickr-input{
		width: 100%;
	}
 }**/

.btn-submit{
	width: 100%;
	padding: 12px 10px;
	border-radius: 2px;
	border: 0px;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: bolder;
	background-color: rgb(0, 204, 153);
}

.form-bottom{
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
}

.unhappy{
	background-color: #fff098 !important;
}

.unhappyMessage{
	color: #fff098;
	font-size: 12px;
}

.hero-vp{
	background-color: #ffffff;
	min-height: 498px;
}

.hero-vp-list{
	padding: 10px 24px;
}

.hero-vp-list p{
	color: #82888f;
	font-size: 13.5px;
	padding-left: 14px;
}

.hero-vp-list li {
  padding-left: 1.3em;
}

.hero-vp-list li strong{
	font-size: 16px;
}

.hero-vp-list li:before {
	content: "\61";
	font-size: 24px;
	color: #33a72f;
	font-family: "mar" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	margin-left: -14px;
	width: 1.3em;
	top: 8px;
	position: relative; 
}

.banner img{
	width:100px;
	display: block;
	margin-bottom: 5px;
	margin-top: 30px;
	margin-left: 97px;
}

.discount{
	font-weight: 300;
}

#home-about{
	padding-top: 50px;
}


.container-divider {
    position: relative;
    border-top: 1px solid #ebebeb;
    overflow: hidden;
    margin-top: 40px;
    height: 40px;
}

.container-divider::before {
    position: absolute;
    top: -150px;
    left: 0;
    box-shadow: 10px 0 100px rgba(0,0,0,.2);
    width: 100%;
    height: 100px;
    border-radius: 50%;
    content: '';
}

.icon-box{
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.08);
	border-radius: 2px;
	margin-bottom: 10px;
}

.icon-box h3{
	background-color: #fafafa;
	position: relative;
	padding: 12px 10px;
	color: #00334E;
	font-size: 16px;
}

.icon-box p{
	padding: 0px 10px 10px 10px;
}

.hicon{
	font-size: 40px;
	color: #0277bd;
}

#home-choose{
	margin-bottom: 40px;
}

#home-how{
	background-color: #f5f5f5;
	padding: 50px 0px;
}

.right-line{
	border-right: 1px solid #cecece;
}

.col-paylater{
	padding-left: 30px;
}

.col-paylater h2{
	margin-bottom: 35px;
}

#home-fleet{
	padding: 50px 0px;
	background-color:rgb(232, 228, 222);
}

.card-fleet{
	background-color: #ffffff;
	margin-bottom: 30px;
	border: 1px solid #e2e1e1;
	border-radius: 5px;
}

.card-fleet h3{
	color: #00334E;
	font-size: 17px;
}

.card-fleet-content{
	padding: 20px;
}

.card-fleet-pax{
	margin-right: 15px;
}

.car-fleet-img{
	padding-top: 30px;
}

.card-fleet-bag, .card-fleet-pax{
	display: inline-block;
}

.card-fleet-bag svg, .card-fleet-pax svg{
	margin-top: -5x;
	margin-bottom: 10px;
}

.p-large{
	font-size: 17px;
	margin-top: 10px;
}

#home-promo{
	margin-bottom: 20px;
}

#home-promo .btn{
	padding: 6px 30px !important;
	margin: 0px 10px 20px 10px;
}

.box-content h3{
	color: #000;
	margin: 20px 0px;
}

/**
 * Footer
 */

footer{
	padding: 50px 0px 0px 50px;
	background-color:rgb(0, 51, 78);
	color: #ffffff;
}

.footer-logo{
	max-width: 225px;
	margin-bottom: 10px;
}

footer .btn-whatsapp{
	display: block;
	margin-bottom: 10px;
}

.address{
	color: #999ea2;
	line-height: 24px;
}

.footer-menu strong{
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
	display: inline-block;
}

.footer-menu{
	margin-top: 20px;
}

.footer-menu a, .footer-brand a{
	color: #999ea2;
	line-height: 25px;
}

.sub-footer{
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 20px 0px;	
	color: #999ea2;
}




/**
 * Timeline
 */

ul.timeline {
	margin-top: 35px;
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li strong{
	font-size: 16px;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #00CC99;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/**
 * Font icons
 */

@charset "UTF-8";

@font-face {
  font-family: "mar";
  src:url("../fonts/mar.eot");
  src:url("../fonts/mar.eot?#iefix") format("embedded-opentype"),
    url("../fonts/mar.woff") format("woff"),
    url("../fonts/mar.ttf") format("truetype"),
    url("../fonts/mar.svg#mar") format("svg");
  font-weight: normal;
  font-style: normal;

}


[data-icon]:before {
  font-family: "mar" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mar" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check-circle:before {
  content: "\61";
}
.icon-arrow-right-alt1:before {
  content: "\66";
}
.icon-arrow-down-alt1:before {
  content: "\67";
}
.icon-calendar:before {
  content: "\68";
}


/**
 * FAQ Page
 */

.sub-heading{
	color: #ffffff;
	font-size: 17px;
}

#faq h2{
	font-size: 22px;
	margin-bottom: 20px;
}

#accordion .card-link{
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #58585a;
}

#accordion .card-header{
	background-color: transparent;
	border-bottom: 1px dashed #ccc;
	padding: .75rem 1.25rem .75rem 0rem;
}

#accordion .card{
	border: none;
	border-radius: 0px;
}

#accordion .card-body{
	background-color: #f7f7f7;
}

#accordion .card-link:before {
	color: #0277bd;
	content: "\66";
	font-family: "mar" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	font-size: 18px;
	top: 3px;
	position: relative;
	margin-right: 4px;
}

.sidebar{
	border-radius: 2px;
	background-clip: padding-box;
	padding: 14px;
	background-color: #f7f7f7;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;	
}

.sidebar-block {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 30px;
    margin-bottom: 13px;
}

.sidebar-heading{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 15px;
}

.sidebar .hero-vp-list{
	padding-left: 0px;
	padding-top: 0px;
}

.sidebar-contact{
	line-height: 28px;
}

.contact-form{
	margin-top: 30px;
	background-color: #f5f9fb;
	padding: 20px;
}

.contact-form label{
	font-weight: bold;
}
