@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css');

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Hind:wght@300;400;500;600;700&family=Jost:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Hind", sans-serif !important;
}
p{
	font-family: "Mulish", sans-serif !important;
    text-align: justify;
    font-size:16px !important;
}
a{
	text-decoration: none !important;
}
ul.footlinks.m-0 li:last-child {
    display: none;
}

nav.navbar.navbar-expand-lg {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img.logo {
    height: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Hind", sans-serif !important;
    color: #e0e0e0;
    padding: 0 15px;
    letter-spacing: 3px;
    font-weight: 500;
}
a.nav-link.navlstbtns {
    padding: 10px 20px !important;
    color: #000 !important;
    background: #ffcc00;
    letter-spacing: 3px;
}
ul.nav-socialicon li {
    list-style: none;
    display: inline-block;
}
ul.nav-socialicon li a {
    color: #808080;
    padding-left: 10px;
    font-size: 14px;
}
ul.nav-socialicon.m-0 {
    margin: 0 40px !important;
    padding-left: 10px;
}
.page-header.is-sticky {
    position: fixed;
    /* box-shadow: 0 5px 16px rgba(0, 0, 0, 1); */
    background: rgba(0, 0, 0, 1);
    padding: 0;
    animation: slideDown 0.35s ease-out;
    top: 0;
    padding: 8px 20px;
}
.page-header {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 99;
    padding:10px 20px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* banner section start here */
video#myVideo {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.banner {
    position: relative;
    display: flex;
}
.banner::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
.bannercontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}
.bannercontent span {
    color: #777;
    letter-spacing: 14px;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
     display: block;
}
.bannercontent h1.top {
  margin: 0;
  text-align: center;
  overflow: hidden !important;
  line-height: 1;
  font-family: "Jost", sans-serif !important;
  margin-top: 30px;
  display: inline-block;
}
.bannercontent h1.top span {
    font-size: 60px;
    overflow: hidden !important;
    font-family: "Jost", sans-serif !important;
    height: 60px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 20px;
}
.bannercontent h1.top.orangeco span{
    color: #ef7d42;
}
.bannercontent h1.top.pinkco span{
    color: #eb0c82;
}
.bannercontent h1.top.skybco span{
    color: #73c1eb;
}
.bannercontent h1.top.purpleco span{
    color: #a75ccd;
}
.bannercontent h1.top.greenco span{
    color: #59bf7c;
}

a.bannerbtn1 {
    background: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    letter-spacing: 3px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 50px;
    font-family: "Dosis", sans-serif;
}
a.bannerbtn2 {
    background: #ffcc00;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    letter-spacing: 3px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px;
   margin-top: 50px;
   font-family: "Dosis", sans-serif;
}
/* banner section ends here */

/* welcome section */
.wel-content {
    padding: 0 100px;
}
.welcome{
    margin: 90px 0;
}
.welcome h6 {
    font-family: 'Hind', 'Arial', 'sans-serif' !important;
    font-weight: 600;
    font-size: 12px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.welcome h2 {
    font-family: 'Hind', 'Arial', 'sans-serif' !important;
    font-weight: 300;
    font-size: 38px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.welcome p {
    font-weight: normal;
    font-size: 14px;
    color: #595959;
}
a.welcomebtn{
	background: #000;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 30px;
    font-family: "Mulish", sans-serif !important;
}
/* welcome ends here */

/* onbooking start here */
section.onbooking {
    background: url(../images/share-marketBuilding.png) rgba(0, 0, 0, 0.6);
    padding: 85px 0;
    background-blend-mode: multiply;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
h5.vc_custom_heading{
	text-align: center;
	font-weight: 300;
    font-size: 18px;
    color: #f0f0f0;
    line-height: 1.3em;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Hind', 'Arial', 'sans-serif';
    margin-top: 20px;
    margin-bottom: 20px;
}
section.onbooking p{
	font-size: 15px;
    color: #cecece;
	line-height: 1.7em !important;
    text-align: center;
}
a.welcomebtn.onbookbtn.wow.fadeInUp{
	color: #000000;
    background: #ffcc00;
    margin-bottom: 20px;
}
/* onbooking start here */

.places {
	padding: 80px 0;
}
.places h5.vc_custom_heading{
	color:#303030;
}
.places h2{
	font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 32px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.icbox {
    color: #101010;
    background: #fc0;
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 25px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
}
.icbox i {
    font-size: 26px;
}
.icoboxset {
    background: #101010;
    padding: 70px 15px 20px;
    border-radius: 15px;
    height:100%;
}
section.places.wow.fadeInUp .col-md-4.col-12.text-center {
    margin-bottom: 70px;
}
.icoboxset p {
    text-align: center;
    color: #d7d7d7;
}
.places h4 a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Mulish", sans-serif !important;
    text-transform: uppercase;
    color: #d7d7d7;
}

section.six-set {
    background: url(../images/alphard-six.jpg);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
img.testimonial-img.active {
    transform: scale(1.1);
}
.tab-content {
    width: 300px;
    height: 300px;
    background: #fc0;
    display: flex;
    padding:20px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
ul.nav.nav-pills {
    border: 2px solid #000;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/*.tabsetbg {
    border: 1px solid #ccc;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.tabsetbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item.first {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item.second {
    position: absolute;
    top: 110px;
    right: -20px;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item.third {
    position: absolute;
    bottom: 80px;
    right: -36px;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item.fourth {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item.fifth {
    position: absolute;
    bottom: 80px;
    left: 18px;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item.sixth {
    position: absolute;
    top: 110px;
    left: 32px;
    transform: translate(-50%, -50%);
}
ul.nav.nav-pills li.nav-item a.nav-link.active{
	background: #ffcc00;
}
ul.nav.nav-pills li.nav-item a.nav-link.active i{
    color: #000;
}
ul.nav.nav-pills {
    position: relative;
}
ul.nav.nav-pills li.nav-item a.nav-link {
    background: #000;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #202020;
}
ul.nav.nav-pills li.nav-item a.nav-link i {
    display: flex;
}
.threecards h2 {
    color: #b8b8b8;
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 32px;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.threecards h3{
	font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 25px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.threecards p{
	font-family: 'Mulish', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 14px;
    color: #595959;
}
section.instantquote {
    background: url(../images/webdevelopment.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    background-attachment: fixed;
}
section.instantquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17,17,17,0.6);
}
section.places .placepara p {
    line-height: 1.7em !important;
    font-weight: normal;
    font-size: 14px;
    color: #595959;
}
section.places .placepara h2 {
    line-height: 1.7em !important;
    font-weight: normal;
    font-size: 44px;
    text-align: center;
    color: #595959;
    letter-spacing: 2px;
}
section.cardetails.wow.fadeInUp {
    background: -webkit-linear-gradient(top, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
}
.icboxx {
    overflow: hidden;
}
.icboxx img.img-fluid{
	transition: all 0.4s ease;
}
.icboxx img.img-fluid:hover {
    transform: scale(1.05);
}
section.cardetails.wow.fadeInUp h4 a {
    color: #595959;
    font-size: 14px;
    font-family: 'Mulish', 'Arial', 'sans-serif';
    font-weight: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.4s ease;
}
section.cardetails.wow.fadeInUp h4 a:hover{
	color: #ffcc00 !important
}

/* testimonials start here */
section.testimonialmd.wow.zoomIn {
    background: #fafafa;
    padding: 70px 0;
    margin: 60px 0;
}
.testimonial-images.row {
    justify-content: space-between;
}
.testimonialmd h6.vc_custom_heading{
	font-family: 'Hind', 'Arial', 'sans-serif' !important;
    font-weight: 600;
    font-size: 12px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.testimonialmd h2.mainheadings{
	font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 32px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.tmonialimageset {
    width: 22.5%;
}
.testimonialmd .testimonial-img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s;
    margin-bottom: 15px;
}
.testimonialmd .testimonial {
    display: none;
}
.testimonialmd .testimonial .d-flex.justify-content-between {
    align-items: center;
    margin-bottom: 15px;
}
.testimonialmd .testimonial .d-flex.justify-content-between .rating i {
    color: #ecba0b;
    font-size: 16px;
}
.testimonialmd .testimonial p {
    font-size: 18px;
    line-height: normal;
    font-family: 'Mulish', 'Arial', 'sans-serif';
}
.testimonialmd .testimonial.active {
    display: block;
}
.testimonialmd .navigation {
    margin-top: 20px;
}
.testimonialmd .navigation {
    margin-top: 20px;
    /*position: absolute;*/
    bottom: 10px;
    left: 20px;
}
section.testimonialmd .navigation button {
    border: 0;
    background: none;
    font-size: 18px;
    font-weight: 500;
    margin-right: 25px;
    color: #111;
}
section.testimonialmd .navigation button i {
    font-size: 14px;
}
.testimonialmd button {
    margin: 5px;
}

/* testimonials ends here */

/* contact form start here */
.conset .conicon span {
    display: flex;
    color: #fff;
    margin-right: 20px;
}
.conset .conicon i {
    display: flex;
    font-size: 24px;
}
.conset.d-flex.align-items-center {
    padding: 20px 0;
}
.contxt h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.contxt p {
    font-size: 16px;
    color: #ffcc00;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0;
}
.contxt p a{
    color: #ffcc00;
}
.info-container {
    background: url(../images/contact.jpg) rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 50px;
}
.contform {
    padding: 50px;
    background: #fafafa;
}
.contform h2 {
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 32px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contform input {
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-family: 'Hind';
    font-size: 16px;
    letter-spacing: 1px;
}
.contform textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ffcc00;
    padding: 10px 15px;
    font-family: 'Hind';
    font-size: 16px;
    letter-spacing: 1px;
}
.contform button.submitbtn {
    width: 100%;
    height: 50px;
    border: 0;
    background: #fc0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Hind', 'Arial', 'sans-serif';
}
/* contact form ends here */

/* footer start here */
footer.footer {
    background: #101010;
    padding: 70px 0;
    margin-top: 90px;
}
footer.footer ul.nav-socialicon.m-0.p-0 {
    margin: 0 !important;
}
footer.footer ul.nav-socialicon.m-0.p-0 {
    margin: 0 !important;
    padding-top: 15px !important;
}
footer.footer ul.nav-socialicon li a {
    color: #cecece;
    padding-left: 10px;
    font-size: 16px;
}
footer.footer ul.footlinks li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #ccc;
    line-height: 14px;
}
footer.footer ul.footlinks li a {
	font-family: 'Mulish', 'Arial', 'sans-serif !important';
    font-weight: normal;
    font-size: 12px;
    color: #cecece ;
}
footer.footer p {
    margin: 0;
    color: #cecece;
    font-size: 12px;
    margin-top: 10px;
    text-align: revert;
}

@media screen and (max-width:767px){
	nav.navbar.navbar-expand-lg {
    width: 100%;
    padding: 0;
}
body{
    widows: 100% !important;
}
.thank-you-container {
    text-align: center;
    padding: 40px 20px !important;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 92% !important;
    margin: 0 auto;
    text-align: center !important;
    margin-top: 60px;
}
input#datetime{
    width: 100%;
    min-width:100% !important;
}
#return-trip-container input#return_datetime{
    width: 100%;
    min-width:100% !important;
}
#map {
    width: 100%;
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
    border: 1px solid #ffcc00;
}
section.booking .container {
    padding: 20px 15px !important;
    margin-top: 40px !important;
    border-radius: 15px !important;
}
h2.innerheadings{
    letter-spacing: 1px !important;
}
section.breadcrumbs {
    background: url(../images/breadcrumb.jpg) rgba(0, 0, 0, 0.8);
    height: 300px !important;
    background-blend-mode: overlay;
    padding-top: 100px !important;
    color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
section.booking h2 {
    margin-top: 10px !important;
    text-align: center;
    font-size: 30px !important;
    font-weight: 600;
}
.navbar-brand img.logo {
    height: 70px;
}
button.navbar-toggler {
    padding: 0;
    width: auto !important;
}
div#navbarTogglerDemo02 {
    background: #000;
    width: 100%;
}
.welcome {
    margin: 30px 0;
}
.welcome .col-md-6.pl-5 {
    padding-left: 15px !important;
}
.welcome .col-md-6.pl-5 img.img-fluid.pl-5 {
    padding-left: 0 !important;
}
section.welcome.innerwelcome.pt-3 .d-flex.align-items-center {
    display: block !important;
}
section.welcome.innerwelcome.pt-3 .d-flex.align-items-center .missiimg {
    width: 100%;
    margin-bottom:20px;
}
section.welcome.innerwelcome.pt-3 .d-flex.align-items-center .missitext {
    width: 100%;
    padding-left: 0;
}
section.breadcrumbs h1.breadheading {
    color: #f0f0f0;
    font-size: 24px !important;
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    letter-spacing: 5px !important;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-top: 70px;
    text-indent: 20px;
}
button.navbar-toggler.collapsed {
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Hind", sans-serif !important;
    color: #e0e0e0;
    padding: 6px 20px;
    letter-spacing: 3px;
    display: inline-block;
}
ul.nav-socialicon.m-0 {
    margin: 11px 0 !important;
    padding-left: 0;
    text-align: center;
}
ul.nav-socialicon li a {
    color: #808080;
    padding-left: 10px;
    font-size: 20px;
}
button.navbar-toggler {
    padding: 0;
}
.banner {
    margin-bottom: 40px;
}
video#myVideo {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.bannercontent {
    margin-top: 40px;
}
a.bannerbtn2 {
    padding: 10px 18px;
    margin-top: 20px;
    margin-left: 5px;
}
a.bannerbtn1 {
    padding: 10px 18px;
    margin-top: 20px;
    margin-right: 5px;
}
section.welcome .col-md-6.pl-0 {
    padding-left: 15px !important;
}
ul.navbar-nav.ml-auto.align-items-center {
    margin-top: 20px;
}
	span.navbar-toggler-icon {
    background: #cecece;
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 5px;
}
.bannercontent span {
    letter-spacing: 8px;
    font-size: 16px;
}
.bannercontent h1.top span {
    font-size: 38px;
    height: 40px;
}
.wel-content {
    padding: 0 0px 30px;
    margin-top: 25px;
}
.welcome h2 {
    font-size: 24px;
    letter-spacing: 2px;
}
.welcome h6 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 20px;
}
a.welcomebtn{
	margin: 10px 0 0 0;
}
section.onbooking {
    background: #101010;
    padding: 30px 0;
}
.icbox i {
    font-size: 30px;
}
.places h4 a {
    font-size: 18px;
    font-family: 'Dosis';
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d7d7d7;
    margin-bottom: 20px;
    display: inline-block;
}
.icbox {
    width: 80px;
    height: 80px; 
}
.places {
    padding: 30px 0;
}
.tabpanelsets {
    display: none;
}

h5.vc_custom_heading {
    font-size: 16px;
    letter-spacing: 3px;
}
.places h2 {	
    font-size: 24px;
    letter-spacing: 2px;
}
.icbox {
    margin-bottom: 10px;
}
section.threecards.mb-5.mt-5.pt-5.pb-5 {
    margin: 0 !important;
}
.threecards h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.threecards h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.threecards p {
    margin-bottom: 30px;
}
section.instantquote {
    padding: 30px 0;
}
section.places .placepara h2 {
    font-size: 24px;
}
.testimonialmd h2.mainheadings {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.testimonial-images.row {
    justify-content: space-between;
    padding: 0 15px;
}
section.testimonialmd.wow.zoomIn .col-md-6.pl-5 {
    padding-left: 15px !important;
    padding-top: 20px;
}
section.testimonialmd.wow.zoomIn {
    background: #fafafa;
    padding: 40px 0;
    margin: 60px 0 0;
}
.testimonialmd .testimonial p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Mulish', 'Arial', 'sans-serif';
}
.info-container {
    padding: 50px 20px;
}
.contform {
    padding: 50px 20px;
    background: #fafafa;
}
.contform h2 {
    font-size: 24px;
    letter-spacing: 2px;
}
footer.footer {
    background: #101010;
    padding: 40px 0;
    margin-top: 40px;
    text-align: center;
}
footer.footer .col-md-8.text-right {
    text-align: center !important;
}
footer.footer ul.nav-socialicon.m-0.p-0 {
    margin: 0 !important;
    padding-top: 15px !important;
    margin-bottom: 15px !important;
}
section.payments {
    background: #000;
    padding: 40px 0px !important;
    width: 100% !important;
    margin: 80px auto;
    border-radius: 15px;
    color: #fff;
}
section.payments h2 {
    text-align: center;
    margin-top: 0px !important;
    font-size: 28px !important;
    font-weight: 600;
    margin-bottom: 20px;
}
section.payments p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px !important;
}


}


/****** inner pages start here *******/
h2.innerheadings {
    font-family: 'Hind', 'Arial', 'sans-serif' !important;
    font-weight: 300;
    font-size: 26px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
p.innerpara{
	line-height: 1.7em !important;
}
a.innergetquotebtn {
    background: #ffcc00;
    padding: 15px 30px;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 30px;
    font-family: "Mulish", sans-serif !important;
}
a.innergetquotebtn i{
	margin-right: 10px;
}
section.breadcrumbs {
    background: url(../images/breadcrumb.jpg) rgba(0, 0, 0, 0.8);
    height: 360px;
    background-blend-mode: overlay;
    padding-top: 120px;
    color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
section.breadcrumbs h1.breadheading {
    color: #f0f0f0;
    font-size: 40px;
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    letter-spacing: 20px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-top: 70px;
    text-indent: 20px;
}
.hazel_breadcrumbs {
    margin-top: 10px;
    text-align: center;
}
section.breadcrumbs  .hazel_breadcrumbs, .hazel_breadcrumbs a, .hazel_breadcrumbs span {
    font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
    font-weight: ;
    color: #f0f0f0;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*section.innerwelcome {
    background: #f7f7f7;
}*/
.smallsec {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-bottom: 5px;
}
.smallsec.smallimg1 {
    margin-right: 5px;
}
.smallsec.smallimg2 {
    margin-right: 5px;
}
.smallsec img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform .4s ease-in-out;
}
.intro {
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    padding-left: 20px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0));
    /* background-color: rgba(27, 27, 27, .7); */
    transition: .4s ease-in-out;
}
.intro h3 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.intro a.bannerbtn {
    visibility: hidden;
    opacity: 0;
}
a.bannerbtn {
    background: #fff;
    padding: 12px 35px;
    margin: 30px 0;
    font-size: 16px;
    color: #000;
    display: flex;
    width: 180px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.bannerbtn i {
    margin-left: 6px;
    display: flex;
}
.smallsec:hover img {
    transform: scale(1.1) rotate(-2deg);
}
.smallsec:hover .intro {
    height: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #000, transparent);
    padding-top: 55px;
    padding-left: 20px;
}
section.threecardsset.mb-5.mt-5.pt-5.pb-5 h3 {
    font-weight: 700;
    color: #3f3f3f;
    font-size: 16px;
    margin-top: 15px;
}
.threecardsset i {
    font-size: 30px !important;
    color: #fc0;
}
.smallsec:hover a.bannerbtn {
    opacity: 1;
    visibility: visible;
}




/****** booking css start here **********/
#regForm {
  background-color: #fff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 100%;
  min-width: 600px;
}
.car-option.selected {
    width: 40%;
    margin-right: auto;
}
h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that get errors during validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Step marker: Place in the form. */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
section.bookingform {
    margin-top: 70px;
}
.block-title h3 {
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 25px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.block-title h4 {
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 22px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.block-title  p{
	font-family: 'Mulish', 'Arial', 'sans-serif';
    font-weight: normal;
    font-size: 14px;
    color: #595959;
}
.block-title ul li {
    line-height: 1.5em;
    margin-left: 20px;
    margin-top: .8em;
    margin-bottom: .8em;
    color: #595959;
}
section.carpop .carpopdetails h5.vc_custom_heading.wow.fadeInUp {
    color: #303030;
    text-align: left;
    margin-top: 0;
}
section.carpop .carpopdetails h2 {
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 44px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.carpopdetails ul.cartoset li {
    display: flex;
    font-size: 22px;
    color: #595959;
    align-items: center;
    margin-right: 10px;
}
.carpopdetails ul.cartoset li i {
    font-size: 36px;
    margin-right: 10px;
    display: flex;
}
.carfancypop .smallsec {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-bottom: 30px;
}
.carfancypop .smallsec img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: transform .4s ease-in-out;
}
.carfancypop .intro {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    padding-left: 20px;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0));
    /* background-color: rgba(27, 27, 27, .7); */
    transition: .4s ease-in-out;
}
.carfancypop .intro h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.carfancypop .intro a.bannerbtn {
    visibility: hidden;
    opacity: 0;
}
.carfancypop a.bannerbtn {
    background: #fff;
    padding: 12px 35px;
    margin: 30px 0;
    font-size: 16px;
    color: #000;
    display: flex;
    width: 180px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.carfancypop a.bannerbtn i {
    margin-left: 6px;
    display: flex;
}
.carfancypop .smallsec:hover img {
    transform: scale(1.1) rotate(-2deg);
}
.carfancypop .smallsec:hover .intro h4{
    margin-bottom: 0;
}
.carfancypop .smallsec:hover .intro {
    height: 70px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 0px;
    padding-left: 20px;
}
.carfancypop .smallsec:hover a.bannerbtn {
    opacity: 1;
    visibility: visible;
}
section.carfancypop h2.innerfaq {
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 30;
    font-size: 28px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
section.carfancypop div#accordionExample .card .card-header {
    background: none;
    border: 0;
    padding: 0;
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

section.carfancypop div#accordionExample .card {
    border: 0;
}
section.carfancypop div#accordionExample .card h2.mb-0 button.btn {
    color: #595959;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Mulish', 'Arial', 'sans-serif';
    font-size: 14px;
    text-decoration: none;
    padding: 12px 0;
    font-weight: 700;
}
.card-body {
    padding: 5px 0 0 25px;
    letter-spacing: 2px;
    font-family: 'Mulish', 'Arial', 'sans-serif';
    font-size: 14px;
    color: #595959;
    margin-bottom: 25px;
}
.card-body ul {
    padding-left: 20px;
}
button.btn.btn-link.btn-block.text-left i{
-webkit-transform: rotate(180deg) translate(0%,0%);
    transform: rotate(180deg) translate(0%,0%);
    transition: all 0.4s ease;
    margin-right: 10px;
    font-size: 12px;
    color: #595959;
}
button.btn.btn-link.btn-block.text-left.collapsed i{
    -webkit-transform: rotate(0deg) translate(0%,0%);
    transform: rotate(0deg) translate(0%,0%);
    transition: all 0.4s ease;
    margin-right: 10px;
    font-size: 12px;
    color: #595959;
}
.blogcard {
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
}
.blogcard .blogimg {
    margin-bottom: 25px;
    height: 250px;
    overflow: hidden;
}
.blogcard .blogimg img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.blogcard:hover .blogimg img{
    transform: scale(1.1);
}
.blogcard .blogcontnt {
    padding: 0 15px 15px;
}
.blogcard .blogcontnt h3 {
    font-family: 'Mulish', 'Arial', 'sans-serif' !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    color: #333333!important;
    line-height: 1.5em;
    margin-bottom: 12px;
}
.blogcard .blogcontnt p {
    font-weight: normal;
    font-size: 16px;
    color: #595959;
    line-height: 25px;
}
.onlbook{
    margin-bottom: 22px;
}
.onlbook span {
    font-size: 24px;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    float: left;
    background: #fff;
    margin-right: 25px;
    z-index: 9;
    position: relative;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.icon_description h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #595959;
}
.icon_description  p {
    font-weight: normal;
    font-size: 14px;
    color: #595959;
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px;
}
#map {
    height: 70%;
}
.boobiform h1 {
    font-family: 'Hind', 'Arial', 'sans-serif';
    font-weight: 600;
    font-size: 30px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
}
.car-option {
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.3s;
    box-shadow: 0 0 10px #e1e1e1;
    margin: 5px;
    padding: 30px 6px 10px;
}
.car-selection {
    display: flex;
    justify-content: space-around;
}
.car-option img {
    width: 90%;
    height: auto;
    object-fit: cover;
}
.car-option p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.car-option:hover {
    border-color: #007bff;
}
.car-option.selected {
    border-color: #28a745;
}
.form-group label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    /*color: #8b8b8b;*/
    color: #000;
}
.form-group input {
    padding: 10px;
    height: 60px !important;
    width: 100%;
    font-size: 15px;
    font-family: "Mulish", sans-serif !important;
    border: 1px solid #ffcc00;
    height: 50px;
    margin-bottom: 5px;
    outline: none;  
    background:#fff;
}
.form-group select#night-time{
    padding: 10px;
    width: 100%;
    font-size: 15px;
    font-family: "Mulish", sans-serif !important;
    border: 1px solid #aaaaaa;
    height: 50px;
    margin-bottom: 5px;
    outline: none;
    background:#fff;
}
.form-group input::placeholder{
    font-family: "Mulish", sans-serif !important;
    color: #333;
}
.form-group select{
    font-family: "Mulish", sans-serif !important;
    color: #333;
    background:#fff;
}
button#use-location-btn {
    font-family: 'Hind', 'Arial', 'sans-serif';
    width: 100%;
    background: #e5e7eb;
    border: 1px solid #e5e7eb;
    color: #111;
    padding: 10px;
    border-radius: 0;
}
button#choose-dropoff-location-btn{
    font-family: 'Hind', 'Arial', 'sans-serif';
    width: 100%;
    background: #e5e7eb;
    border: 1px solid #e5e7eb;
    color: #111;
    padding: 10px;
    border-radius: 0;
}
button#calculate-btn {
    background: #ffcc00;
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-family: 'Hind', 'Arial', 'sans-serif';
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #111;
    font-weight: 600;
}
.result {
    margin-top: 20px;
    padding: 20px;
    background-color: #000;
    border-radius: 0;
    display: none;
    height: 28%;
}
.result h2 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 25px;
}
.result p {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.result p b {
    font-size: 20px;
    margin-left: 10px;
}
/*li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block !important;
}*/
section.welcome.innerwelcome.logoset .col-md-6.pr-0 {
    background: #000;
}
section.welcome.innerwelcome.logoset .wel-content ul li {
    margin-bottom: 10px;
    list-style: none;
}
section.welcome.innerwelcome.logoset .col-md-6.pr-0 img.img-fluid.wow.fadeInUp {
    height: 220px;
    margin: 70px auto;
    width: 100%;
    object-fit: contain;
}
section.welcome.innerwelcome.centerset {
    background: #f5f5f5;
}
section.welcome.innerwelcome.centerset img.img-fluid.wow.fadeInUp {
    height: 420px;
    width: 100%;
    object-fit: cover;
}
.missitext {
    width: 62%;
    padding-left: 30px;
}
.missiimg {
    width: 38%;
}
section.welcome.innerwelcome.pt-5 .missitext h3 {
    font-family: 'Hind', 'Arial', 'sans-serif' !important;
    font-weight: 500;
    font-size: 26px;
    color: #303030;
    line-height: 1.3em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.welcome.innerwelcome.logoset {
    margin-top: 0;
}
.form-group.bookwid {
    width: calc(50% - 10px);
    margin: 0;
}
.row.formro.p-0.m-0 {
    align-items: end;
    justify-content: space-between;
}
.form-group.bookwid input {
    margin-bottom: 0;
}
.form-group.bookwid select#night-time {
    margin-bottom: 0;
}
.form-group.bookwidd {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
textarea#message {
    width: 100%;
    height: 80px;
    margin-top: 10px;
    border: 1px solid #ffcc00;
    font-family: "Mulish", sans-serif !important;
    padding: 10px;
}
section.booking h2 {
    margin-top: 0;
    text-align: left;
    font-size: 40px;
    font-weight: 600;
}
p.myfare {
    background: #000;
    color: #fff;
    padding: 30px;
    margin-top: 20px;
    font-size: 20px !important;
}
button#book-now {
    background: #ffcc00;
    width: 100%;
    height: 66px;
    font-size: 22px;
    font-family: 'Hind', 'Arial', 'sans-serif';
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #111;
    font-weight: 600;
}
section.payments h2 {
    text-align: center;
    margin-top: 60px;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
section.payments {
    background: #000;
    padding: 40px;
    width: 600px;
    margin: 80px auto;
    border-radius: 15px;
    color: #fff;
}
section.payments p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
button#pay-now {
    background: #ffcc00;
    color: #000;
    border: none;
    padding: 15px;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Hind';
    margin-top: 20px;
}
h4.priclistg {
    margin-top: 60px;
}
ul.priclistg li {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}
h4.priclistg {
    margin-top: 60px;
    font-size: 28px;
    font-weight: 600;
}
h4.priclistgg {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 600;
}
a.books {
    color: #000;
    font-weight: 700;
}
button#alternate-book-now {
    background: #ffcc00;
    width: 100%;
    height: 66px;
    font-size: 22px;
    font-family: 'Hind', 'Arial', 'sans-serif';
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #111;
    font-weight: 600;
}
section.booking .container {
    background: linear-gradient(90deg, #ffcc00 75%, #000000 75%);
    padding: 40px;
    margin-top: 70px;
    border-radius: 25px;
    background-image: url(../images/gradi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
button.bookbtnw {
    background: #ffcc00;
    color: #000;
    font-family: 'Mulish';
    font-weight: 600;
    margin-top: 25px;
    border-radius: 0;
}
