@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::after, *::before
{
    box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
    background:#076bdd; color:#fff; 
}
::-moz-selection
{
    background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
    
}
body
{
    width:auto;
    margin:0;
    border:0;
    font-family: 'Figtree', sans-serif;
}
img
{
    max-width:100%;
    vertical-align: middle;
    border: 0;
}
.clearfix:after
{
    display:block;
    visibility:hidden;
    overflow:hidden;
    clear:both !important;
    content:".";
    line-height:0;
    height:0;
}
.clearfix
{
    display:inline-block;
}
html[xmlns] .clearfix
{
    display:block;
}
*html .clearfix
{
    height:1%;
}
:focus
{
    outline:0;
}
.clear
{
    clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
p
{
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 700;
}
a
{
    color:#ff3000;
    text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover
{
    color:#000; 
}
h1, h2, h3
{ 
    margin:15px 0;
}
ul.list, ul.listno
{
    padding:0;
    margin:15px 0;
    list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
    counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 8px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #19ac50;
    border-bottom: 6px solid transparent;
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
    text-align:center;
}
ul.list li strong, ul.listno li strong

{
    color:#000;
}
ul.list li span, ul.listno li span
{
    color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.wrapper:before
{
    content:" ";
    background:#25f058 url(../images/headerbg.jpg) center center no-repeat;
    background-size:cover;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:200px
}
header
{
    position:relative;
}
.section
{
    
}
.footer
{
    
}
.header
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:99999;
}
.nav-shrink
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.nav-shrink.header
{
    top:-29px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-top
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position:relative;
    padding: 0 50px;
    display: flex;
    align-items: center;
}
.header-phone, .header-email
{
    padding: 5px 0;
}
.header-email
{
    margin-left:auto;
}
.header-phone a, .header-email a
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.header-phone a i, .header-email a i
{
    color: #29332b;
    width: 26px;
    height: 26px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
.gst
{
    margin-left:auto
}
.gst h3
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0;
}
.header-inner
{
    padding:0 50px;
    position:relative;
    display: flex;
    align-items: center;
}
.header-inner h1
{
    margin: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-inner h1 a
{
    display:block;
}
.header-inner h1 img
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.header-buttons, .header-logout
{
    margin-left:auto;
}
.header-logout
{
    display:none;
}
.header-buttons a, .header-logout a
{
    display: block;
    color: #29332b;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    position: relative;
    float: left;
    background: linear-gradient(90deg,#25f058,#19ac50);
    border-radius: 30px;
    text-transform: uppercase;
}
.header-buttons a:first-of-type
{
    color: #fff;
    font-size: 26px;
    padding: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav
{
    width:720px;
    margin:auto;
}
.navpages
{
    
}
.nav ul, .navpages ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:center;
}
.nav ul li
{
    list-style: none;
    position: relative;
    width:33.333333%;
    float:left;
}
.navpages ul li
{
    list-style: none;
    position: relative;
    display:inline-block;
    margin:0 10px;
}
.nav ul li:first-of-type
{
    width:100%;
}
.nav ul li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    padding:30px 15px;
    text-transform: uppercase;
    background:rgba(0,0,0,0.4);
    border-radius:12px;
    margin:10px;
}
.nav ul li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    padding:30px 15px;
    text-transform: uppercase;
    background:rgba(0,0,0,0.4);
    border-radius:12px;
    margin:10px;
}
.navpages ul li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    position: relative;
    text-transform: uppercase;
}
.nav ul li:first-of-type a
{
    display:inline-block;
    width:220px;
}
.navpages ul li a figure
{
    width: 70px;
    height: 70px;
    background: rgba(0,0,0,0.4);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom:5px;
}
.navpages ul li:hover > a figure, .navpages ul li.active > a figure
{
    background:#fff;
}
.nav ul li a img
{
    max-height:30px;
    margin-bottom:15px;
}
.navpages ul li a img
{
    max-height:30px;
}
.navpages ul li:hover > a figure img, .navpages ul li.active > a figure img
{
    
}
.nav ul li a span, .navpages ul li a span
{
    display:block;
}
.nav ul li:hover > a, .nav ul li.active > a
{
    background:#fff;
    color:#1ed84f;
}
.nav ul li:hover > a, .nav ul li.active > a,
.navpages ul li:hover > a, .navpages ul li.active > a
{
    color:#1ed84f;
}
.banner
{
    width: 100%;
    background:url(../images/banner.jpg) center center no-repeat;
    background-size:cover;
    border-radius:60px 60px 0 0;
    margin-top:36px;
    position:relative;
    z-index:9999;
    padding:100px 20px 0px 20px;
    text-align:center;
    z-index:9;
    height:100vh;
}
.banner-pages
{
    width: 100%;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:60px 60px 0 0;
    margin-top:36px;
    position:relative;
    z-index:9999;
    padding:150px 20px 100px 20px;
    text-align:center;
    z-index:9;
}
.banner:before
{
    content:" ";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:200px;
    background:#fff;
    z-index:-8;
    display:none;
}
.banner h3
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner h2
{
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}
.form-field
{
    width:800px;
    margin:auto;
    margin-top:15px;
}
.form-field h2
{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder
{
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder
{
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder
{
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-field input:-moz-placeholder,
.form-field textarea:-moz-placeholder
{
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.form-split
{
    width: 50%;
}
.form-field label
{
    padding:10px;
    display:block;
    position: relative;
}
.form-field label span
{
    position: absolute;
    top: 1px;
    left: 25px;
    z-index: 999;
    background: #fff;
    padding: 0 5px;
}
.form-field input[type=text], .form-field input[type=email], .form-field input[type=number], .form-field input[type=date], .form-field input[type=time], .form-field input[type=file]
{
    padding: 16px 20px;
    border-radius: 3px;
    width: 100%;
    background: rgba(0,0,0,0.3);
    border: 1px solid #1ed84f;
    outline: 0px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.form-field input[type=text]:focus, .form-field input[type=email]:focus, .form-field input[type=number]:focus, .form-field textarea:focus, .form-field input[type=date]:focus, .form-field input[type=time]:focus, .form-field input[type=file]:focus
{
    border: 1px solid #fff;
}
.mapmarker
{
    background:url(../images/MapMarker.svg) right 20px top 25px no-repeat;
    background-size:20px;
}
.calendar
{
    background:url(../images/Calendar.svg) right 20px center no-repeat;
    background-size:20px;
}
.time
{
    background:url(../images/Time.svg) right 20px center no-repeat;
    background-size:20px;
}
.attach
{
    background:url(../images/attachment.svg) right 20px center no-repeat;
    background-size:20px;
}
.destination
{
    position:relative;
}
.destination button
{
    margin: 0 !important;
    position: absolute;
    bottom: 10px;
    right: -45px;
    height: 52px;
    width: 52px !important;
    padding: 10px !important;
    font-size: 26px !important;
}
.remove
{
    top: 0px !important;
    right: 0px !important;
    background-color:transparent !important;
}
.itemsform
{
    position:relative;
}
.itemsform:first-of-type .remove
{
    display:none;
}
.select
{
    position: relative;
    display: inline-block;
    width: 100%;
}
.select select
{
    padding: 16px 20px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #1ed84f;
    background: rgba(0,0,0,0.3);
    outline: 0;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    border-radius: 3px;
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand
{
    display: none;
}
select select:hover,
.select select:focus
{
    color: #fff;
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
    color: #1ed84f;
    pointer-events: none;
    font-weight: normal;
    font-size: 28px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.select:hover:after
{
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.select select option
{
    background: #000;
    color: #fff;
}
.form-field input[type=file]
{
    padding: 8.5px 20px;
}
.form-field input[type=file]::file-selector-button
{
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 0.5em;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg,#25f058,#19ac50);
}
.form-field input[type=file]::-webkit-file-upload-button
{
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 0.5em;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg,#25f058,#19ac50);
}
.form-field input[type=file]::-ms-browse
{
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 0.5em;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg,#25f058,#19ac50);
}
.form-field input#pickup_date,
.form-field input#pickup_time
{   
    display: inline-block;
    position: relative;
}
.form-field input[type="date"]::-webkit-calendar-picker-indicator,
.form-field input[type="time"]::-webkit-calendar-picker-indicator
{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.form-field textarea
{
    padding: 16px 20px;
    border-radius:3px;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 1px solid #a3c2ab;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cars
{
    
}
.cars ul
{
    text-align:center;
}
.cars ul li
{
    width:24%;
    display:inline-block
}
.cars ul li h4
{
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    margin:5px 0;
}
.cars ul li h3
{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:0;
}
.cars ul li h2 {
    margin:0;
    color:#fff;
    font-size: 24px;
    font-weight: 800;
}
.cars input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.cars label
{
    border: none;
    background: rgba(0,0,0,0.3);
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 0 2px rgba(0,0,0,0.5);
    padding:0 !important;
}
.cars label div
{
    padding: 10px;
}
.cars label:before
{
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.cars label figure {
    
    display:inline-block;
    background: #fff;
    border:solid 1px #fff;
    padding: 10px;
    border-radius: 3px;
    margin: auto;
}
.cars label img {
    height:34px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.cars :checked + label {
  border-color: #a3c2ab;
    box-shadow: 0px 0px 0px 2px #1ed84f;
}

.cars :checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
    display:none;
}

.cars :checked + label figure {
    border:solid 1px #1ed84f;
  /* box-shadow: 0 0 5px #333; */
}
.cars :checked + label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
}
.form-field input[type=submit], .form-field button
{
    border: none;
    background-color: #1ed84f;
    padding: 12px 35px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Figtree', sans-serif;
    border-radius: 3px;
}
.form-field button
{
    width:150px;
    margin:15px 0;
}
.cars label button
{
    margin: 0 0 5px 0;
    padding: 0px 0;
    font-size: 18px;
    border-radius: 30px;
}
.container
{
    padding: 85px 100px;
}
.container h3
{
    color: #29332b;
    font-size: 22px;
    font-weight: 700;
}
.container h2
{
    color: #29332b;
    font-size: 36px;
    font-weight: 700;
}
.padding-none
{
    padding:0;
}
.padding-top-none
{
    padding-top:0;
}
.padding-bottom-none
{
    padding-bottom:0;
}
.sameheight
{
    display:flex;
}
.alignmiddle
{
    display:flex;
    align-items: center;
}
a.linkbox
{
    display: inline-block;
    background: linear-gradient(90deg,#25f058,#19ac50);
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 16px 40px;
    position: relative;
    margin: 15px 0;
    border-radius: 30px;
    z-index: 9;
}
a.linkbox:hover
{
    background: linear-gradient(90deg,#19ac50,#25f058);
}
a.linkbox:hover:before
{
    margin:0;
}
.how-we-process
{
    text-align: center;
    padding-left:0px;
    padding-right:0px;
}   
.how-we-process h2
{
    margin-bottom: 50px;
}
.how-we-process ul
{
    padding: 0 0px 85px 0px;
    margin: 0;
    position: relative;
}
.how-we-process ul:after
{
    content: " ";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 2px;
    border:dashed 1px #29332b
}
.how-we-process ul li
{
    float: left;
    width: 25%;
    position: relative;
    z-index: 9;
}
.how-we-process ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 47px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #25f058;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    border-radius: 50%;
    margin:auto;
}
.how-we-process ul li:first-of-type:before
{
    display:none;
}
.how-we-process ul li figure
{
    width: 120px;
    height: 120px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 12px 30px rgb(37 240 88 / 38%);
}
.how-we-process ul li img
{
    width: 50px;
    height: 50px;
}
.how-we-process ul li h3
{
    color: #29332b;
    font-size: 20px;
    margin-top: 20px;
    text-transform: none;
}
.rentals
{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
.rentals:before
{
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: #25f058;
    z-index: -8;
    margin: auto;
}
.rentals figure
{
    width: 50%;
}
.rentals aside
{
    width: 50%;
    background: #29332b;
    padding: 150px 50px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.rentals aside:before
{
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -47px;
    background: url(../images/shape.svg) center center no-repeat;
    background-size: cover;
    z-index: -8;
    width: 100px;
}
.rentals aside h2, .rentals aside p
{
    color:#fff;
}
.tour-packages
{
    text-align: center;
}
.tour-packages .owl-prev, .tour-packages .owl-next
{
    display:none;
}
.tour-packages ul
{
    padding: 0;
    margin: 0px -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.tour-packages ul li
{
    float: left;
    width: 25%;
    display: flex;
    margin:15px 0;
}
.tour-packages ul li a, .tour-packages .item a
{
    background:#fff;
    display: block;
    border: solid 2px #c1ddc8;
    padding: 10px 10px 30px 10px;
    border-radius: 20px;
    position: relative;
    margin: 15px;
}
.tour-packages ul li a
{
    width:100%;
}
.tour-packages .item a
{
    margin:20px 10px;
}
.tour-packages ul li a:hover, .tour-packages .item a:hover
{
    border: solid 2px #fff;
    box-shadow: 0px 12px 30px rgb(37 240 88 / 38%);
}
.tour-packages ul li a figure, .tour-packages .item a figure
{
    border-radius: 10px;
    overflow: hidden;
}
.tour-packages ul li a figure img, .tour-packages .item a figure img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tour-packages ul li a h5, .tour-details h5, .tour-packages .item a h5, .my-bookings ul li h5
{
    margin-top: 10px;
    margin-right: 6px;
    color: #6f7c72;
    font-size: 14px;
    display: inline-block;
}
.tour-packages ul li a h3, .tour-packages .item a h3
{
    font-size: 18px;
}
.tour-packages ul li a span, .tour-packages .item a span
{
    position: absolute;
    display: inline-block;
    background: linear-gradient(90deg,#25f058,#19ac50);
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 12px 0px;
    border-radius: 30px;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
}
.latest-package
{
    
}
.latest-package a
{
    display:block;
    position:relative;
}
.latest-package a:after
{
    content:" ";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border:solid 2px #fff;
    margin:15px;
}
.latest-package a figcaption
{
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 15px;
    text-align: center;
}
.latest-package a figcaption h3
{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.latest-package a figcaption h5
{
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 15px;
    padding: 3px 8px;
    border-radius: 30px;
}
a.payment
{
    display: flex;
    border: solid 2px #25f058;
    background: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 12px;
    position: relative;
    z-index: 9;
}
a.payment:before
{
    content:" ";
    background: #25f058;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    margin: 5px;
    border-radius: 8px
}
a.payment span
{
    
}
a.payment span small
{
    display: block;
    font-size: 18px;
}
a.payment i
{   
    margin-right: 8px;
    font-size: 46px;
}
.car-rental
{
    
}
.car-rental ul
{
    padding:0;
    margin:0;
} 
.car-rental ul li
{
    float:left;
    width:25%;
}
.car-rental ul li a
{
    background:#fff;
    display: block;
    border: solid 2px #c1ddc8;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin: 15px;
    text-align:center;
}
.car-rental ul li a:hover
{
    border: solid 2px #fff;
    box-shadow: 0px 12px 30px rgb(37 240 88 / 38%);
}
.car-rental ul li a img
{
    border-radius: 12px;
}
.car-rental ul li a h3
{
    font-size: 16px;
    margin-bottom:0;
}
.car-rental-details
{
    
}
.car-rental-details table, .car-rental-details table th, .car-rental-details table td
{
    border:solid 1px #fff;
}
.car-rental-details table
{
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    width:100%;
}
.car-rental-details table th
{
    background: linear-gradient(90deg,#25f058,#19ac50);
    padding: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.car-rental-details table td
{
    border:solid 1px #E1E1E1;
    padding:10px;
}
.car-rental-details table td:nth-of-type(even)
{
    
}
.car-rental-nav
{
    border: solid 1px #c1ddc8;
}
.car-rental-nav a
{
    border: solid 1px #c1ddc8;
    display: block;
    color: #29332b;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
}
.car-rental-nav a:hover
{
    background: #19ac50;
    color: #fff;
}
.car-rental-nav .current_page_item > a,
.car-rental-nav .current-menu-ancestor > a
{
    background: #19ac50;
    color:#19ac50;
}
.service-we-serve
{
    
}
.service-we-serve ul
{
    padding: 0;
    margin: 0 -15px;
}
.service-we-serve ul li
{
    width: 33.333333%;
    float: left;
}
.service-we-serve ul li article
{
    display:block;
    margin: 15px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.service-we-serve ul li article figure
{
    
}
.service-we-serve ul li article figure:after
{
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}
.service-we-serve ul li article figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-we-serve ul li article figcaption h3
{
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: 500;
}
.why-choose-us
{
    padding-top: 0;
    text-align: center;
}
.why-choose-us ul
{
    padding: 0;
    margin: 50px 0 0 0;
}
.why-choose-us ul li
{
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
}
.why-choose-us ul li:nth-of-type(even)
{
    background: #25f058;
    box-shadow: 0px 16px 22px rgb(41 51 43 / 16%);
}
.why-choose-us ul li img
{
    margin: 15px 0;
}
.why-choose-us ul li h3
{
    font-size: 18px;
}
.explore
{
    padding: 0;
    display: flex;
    align-items: center;
}
.explore aside
{
    width: 50%;
    text-align: center;
    padding: 50px;
}
.explore aside ul
{
    padding: 0;
    margin: 0 -15px;
}
.explore aside ul li
{
    float: left;
    width: 50%;
}
.explore aside ul li a
{
    display: flex;
    justify-content: center;
    background: #25f058;
    box-shadow: 0px 16px 22px rgb(41 51 43 / 16%);
    padding: 20px;
    border-radius: 16px;
    margin: 15px;
}
.explore aside ul li a:hover
{
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.explore aside ul li a h3
{
    color: #fff;
    margin-left: 10px;
}
.explore figure
{
    width: 50%;
}
.testimonials
{
    position:relative;
}
.testimonials:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background: #25f058;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 46px;
    display:none;
}
.testimonials h2
{
    text-align:center;
}
.testimonials .item
{
    position:relative;
    display:flex;
}
.testimonials .item figure
{
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin:15px 0 0 0;
    border-radius:50%;
    overflow:hidden;
    position:relative;
    border-bottom:solid 3px #19ac50;
}
.testimonials .item aside
{
    width: 75%;
    padding-left:20px;
}
.testimonials .item p
{
    line-height: 24px;
    font-size: 18px;
    font-style: italic;
}
.testimonials .owl-prev
{
    margin-right: 0;
    position: absolute;
    top: 0;
    right: -50px;
}
.testimonials .owl-next
{
    position: absolute;
    top: -52px;
    right: -50px;
}
.testimonials .item:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    position:absolute;
    top:0;
    left:0px;
    color: #000;
    font-size: 40px;
    font-weight: 800;
    opacity: 0.2;
    display:none;
}
.testimonials .item:after
{
    content: "\f10e";
    font-family: 'FontAwesome';
    position:absolute;
    bottom:0;
    right:0;
    color: #000;
    font-size: 40px;
    font-weight: 800;
    opacity: 0.2;
}
.testimonials .item h3 small
{
    display:block;
    color:#000;
    font-size:16px;
}
.testimonials .item h3 small
{
    display:block;
    color:#000;
    font-size:16px;
}
.rate {
    position:absolute;
    top:15px;
    right:0;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.getintouch
{
    position: relative;
    background: linear-gradient(90deg,#25f058,#19ac50);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.getintouch h2
{
    font-size: 34px;
    color: #fff;
    font-weight: 400;
}
.getintouch a
{
    display: inline-block;
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    padding: 0;
    z-index: 9;
    margin: 0 15px;
    background: linear-gradient(90deg,#19ac50,#25f058);
    border-radius: 30px;
    padding: 8px;
}
.getintouch a:hover
{
    background: linear-gradient(90deg,#25f058,#19ac50);
}
.footer
{
    position:relative;
    background: #25f058 url(../images/headerbg.jpg) center center no-repeat;
    background-size: cover;
}
.footer article
{
    background: #29332b;
    border-radius: 0 0 60px 60px;
    padding:85px 100px;
}
.footer aside
{
    margin-right:10%;
}
.footer aside:nth-of-type(3), .footer aside:last-of-type
{
    margin-right:0%;
}
.footer-logo
{
    text-align:center;
}
.footer-logo h4
{
    background: #fff;
    margin-top: 10px;
    color: #29332b !important;
    font-weight: 600;
    padding: 6px;
    border-radius: 3px;
}
.footer h3
{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}
.footer p
{
    color: #fff;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
    margin-top:0;
}
.footer p strong
{
    color: #25f058;
    font-weight: 600;
}
.footer p span
{
    font-weight: 800;
}
.footer-text
{
    
}
.footer-text i
{
    width:18px;
    text-align:center;
}
.footer-nav
{
    
}
.footer-nav a
{
    color: #fff;
    display: block;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
}
.footer-nav a:hover
{
    color:#25f058;
}
.social-icon-footer
{
    
}
.social-icon-footer a
{ 
    display: block !important;
    color: #fff !important;
    font-weight: 100 !important;
    text-align: center;
    background: #4267b2;
    border-radius: 50%;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
    line-height: 52px !important;
    float:left;
    margin-right:2px;
}
.social-icon-footer a:nth-of-type(2)
{
    background: #1DA1F2; 
}
.social-icon-footer a:nth-of-type(3)
{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(4)
{
    background: #28D146; 
}
.social-icon-footer a:hover
{
    opacity:0.6;
}
.footer-bottom
{
    position:relative;
    padding:35px 50px;
}
.footer-bottom p
{
    margin:0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.footer-bottom a
{
    color: #29332b;
}
.footer-bottom a:hover
{
    text-decoration:underline;
}
.footer-text-link a:hover
{
    text-decoration:underline;
}
.page-title
{
    padding:150px 20px 0px 20px;
    border-radius:60px 60px 0 0;
    margin-top:36px;
    width:100%;
    height:400px;
    text-align:center;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:9;
}
.page-title:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222a35;
    opacity: 0.5;
    z-index: -8;
}
.page-title h2
{
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-top:120px;
}
.page-title nav
{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99999999999;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: " ";
    position: absolute;
    top: 1px;
    bottom: 0;
    left: -13px;
    width: 1px;
    background: #fff;
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
    opacity: 0.6;
}
.page-title nav ul li a
{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.aboutus
{
    
}
.aboutus aside
{
    width:50%;
}
.aboutus figure
{
    width:50%;
}
.content
{
    width:70%;
}
.sidebar
{
    width:28%;
}
.sidebar fieldset
{
    border:solid 2px #E8E8E8;
    padding:15px 30px;
    margin:15px 0;
}
.tours
{
    
}
.tour p
{
    text-align:left
}
.tour-details
{
    
}
.tour-details h3
{
    margin: 30px 0;
}
.tour-details h4
{
    margin:30px 0;
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.tour-details h4:before
{
    content:" ";
    background: #25f058;
    position: absolute;
    top: 3px;
    left: -105px;
    width: 100px;
    height: 14px;
    border-radius: 0 6px 6px 0;
}
.package-includes
{
    
} 
.package-includes ul
{
    padding: 0;
    margin: 15px -5px;
}
.package-includes ul li
{
    width: 20%;
    float: left;
    text-align: center;
}
.package-includes ul li div
{
    border: solid 1px #dfdfdf;
    border-left: solid 1px #25f058;
    border-right: solid 1px #25f058;
    margin: 5px;
    padding: 10px 5px;
    border-radius: 3px;
}
.package-includes ul li div h5
{
    display:block;
}
.tour-form
{
    
}
.contact
{
    display: flex;
    flex-wrap: wrap;
}
.contact fieldset
{
    width: 65%;
    margin-left:auto;
}
.contact fieldset h2
{
    margin-left: 10px;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder,
.sidebar fieldset input::-webkit-input-placeholder,
.sidebar fieldset textarea::-webkit-input-placeholder
{
    color: #5b5b68;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder,
.sidebar fieldset input::-moz-placeholder,
.sidebar fieldset textarea::-moz-placeholder
{
    color: #5b5b68;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder,
.sidebar fieldset input:-ms-input-placeholder,
.sidebar fieldset textarea:-ms-input-placeholder
{
    color: #5b5b68;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder,
.sidebar fieldset input:-moz-placeholder,
.sidebar fieldset textarea:-moz-placeholder
{
    color: #5b5b68;
    font-family: 'Figtree', sans-serif;
    font-weight:400;
    font-size:15px;
}

.contact fieldset label, .sidebar fieldset label
{
    padding:10px 0;
    display:block;
}
.contact fieldset input[type=text], .contact fieldset input[type=email], .contact fieldset input[type=number],
.sidebar fieldset input[type=text], .sidebar fieldset input[type=email], .sidebar fieldset input[type=number]
{
    padding: 18px 20px;
    border-radius:3px;
    width: 100%;
    background: #fff;
    border: 1px solid #DFDFDF;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact fieldset input[type=text]:focus, .contact fieldset input[type=email]:focus, .contact fieldset input[type=number]:focus, .contact fieldset textarea:focus, .sidebar fieldset input[type=text]:focus, .sidebar fieldset input[type=email]:focus, .sidebar fieldset input[type=number]:focus, .sidebar fieldset textarea:focus
{
    box-shadow: 0px 0px 0px 1px #575656 inset;
}
.contact fieldset textarea,
.sidebar fieldset textarea
{
    padding: 18px 20px;
    border-radius:3px;
    width: 100%;
    height: 150px;
    background: #fff;
    border: 1px solid #DFDFDF;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact fieldset input[type=submit],
.sidebar fieldset input[type=submit]
{
    border: none;
    background-color: #25f058;
    padding: 12px 35px;
    outline: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Figtree', sans-serif;
    border-radius: 3px;
}
.contact aside
{
    width: 30%;
}
.contact aside p
{
    position: relative;
    padding-left: 30px;
}
.contact aside p strong
{
    display:block;
    opacity:0.7;
}
.contact aside p i
{
    width: 22px;
    font-size: 18px;
    color: #25f058;
    position: absolute;
    top: 4px;
    left: 0;
}
.show
{
    display:block;
}
.hide
{
    display:none;
}
.wow
{
    visibility: hidden;
}
.login
{
    display:flex;
    height:100vh;
}
.login aside
{
    width:60%;
    background-position:center center;
    background-size: cover;
    background-repeat:no-repeat;
    border-radius:0 30px 30px 0;
    position:relative;
    z-index: 9;
    display: flex;
    align-items: center;
    overflow:hidden;
}
.login aside div
{
    width:60%;
    margin:auto;
    text-align:center;
}
.login aside div h2, .login fieldset h2
{
    color:#fff;
    font-size: 30px;
    font-weight:800;
}
.login fieldset h2
{
    color:#000;
}
.login aside div p
{
    color:#fff;
    font-size: 27px;
}
.login aside:after
{
    content:" ";
    background:rgba(0,0,0,0.5);
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:-8;
}
.login fieldset
{
    padding:50px;
    width:40%;
    text-align:center;
    display: flex;
    align-items: center;
}
.login fieldset div
{
    width:100%;
}
.tabs
{
    margin:30px 0;
}
.tabs ul
{
    padding:0;
    margin:0;
}
.tabs ul li
{
    float:left;
    margin-right:20px;
}
.tabs ul li a
{
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    position:relative;
    text-transform:uppercase;
}
.tabs ul li a:hover, .tabs ul li a.active
{
    color: #666;
}
.tabs ul li a:after
{
    content:" ";
    background: linear-gradient(90deg,#19ac50,#25f058);
    position: absolute;
    bottom: -5px;
    left: auto;
    right: 0;
    height: 3px !important;
    width:0;
}
.tabs ul li a:hover:after, .tabs ul li a.active:after
{
    left: 0;
    right: auto;
    width:100%;
}
.login fieldset input[type=email], .login fieldset input[type=password],
.registration input[type=text], .registration fieldset input[type=number], .registration input[type=email], .registration fieldset input[type=password]
{
    padding: 16px 20px;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    border: 1px solid #CCCCCC;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:15px 0;
}
.registration input[type=text], .registration fieldset input[type=number], .registration input[type=email], .registration fieldset input[type=password]
{
    margin:0;
}
.registration fieldset input[type=number]
{
    padding: 16px 20px 16px 75px;
}
.login fieldset input[type=email]:focus, .login fieldset input[type=password]:focus
{
    box-shadow: 0px 0px 0px 3px rgb(30 216 79 / 20%);
}
.login fieldset input[type=submit]
{
    border: none;
    background-color: #1ed84f;
    padding: 12px 35px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Figtree', sans-serif;
    border-radius: 3px;
}
a.linktext
{
    color: #000;
    font-size: 17px;
    font-weight:500;
}
.registration, .dashboard
{
    background:#fff;
    border-radius: 60px 60px 0 0;
    margin-top: 36px;
    z-index:9;
    position:relative;
}
.registration article, .dashboard article
{
    max-width:1200px;
    width:100%;
    margin:auto;
    display:flex;
    margin-top:100px;
}
.registration aside, .dashboard-nav
{
    width:35%;
    background: #25f058 url(../images/headerbg.jpg) center center no-repeat;
    background-size: cover;
    text-align:center;
    padding:30px;
    border-radius:30px;
}
.registration fieldset, .dashboard-details
{
    width:60%;
    margin-left:auto;
}
.dashboard-nav figure
{
    margin-bottom:30px;
}
.dashboard-nav figure img
{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.dashboard-details
{
    
}
.dashboard-details h2
{
    
}
.dashboard-details h2 small
{
    color:#999;
    font-size:17px;
    background:url(../images/MapMarker.svg) left center no-repeat;
    background-size:15px;
    margin-left:20px;
    padding-left:20px;
}
.dashboard-details h3
{
    margin:50px 0 5px 0;
    border-bottom:dashed 1px #D4D4D4;
}
.dashboard-details h3 span
{
    display:inline-block;
    padding-bottom:10px;
    border-bottom:dotted 3px #1ed84f;
}
.dashboard-details p
{
    line-height: 22px;
    color: #29332b;
    font-size: 18px;
    font-weight: 700;
    width:50%;
    float:left;
}
.dashboard-details p small
{
    color:#666;
    font-size:14px;
    display:block;
    font-weight: 400;
}
.dashboard-details table
{
    border:solid 1px #DADADA;
}
.dashboard-details table
{
    color: #000;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    width:100%;
    border:solid 1px #DADADA;
}
.dashboard-details table th
{
    background: #DADADA;
    padding: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.dashboard-details table td
{
    border:solid 1px #fff;
    padding:5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.dashboard-details table td:nth-of-type(even)
{
    
}
.booking-details
{
    
}
.booking-details ul
{
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    counter-reset: item;
}
.booking-details ul li 
{
    background: #EFEFEF;
    border-bottom:solid 2px #DADADA;
    padding:25px 40px;
    border-radius:30px;
    display:flex;
    margin-top:30px;
}
.booking-details ul li:first-of-type
{
    margin-top:0;
}
.booking-details ul li figure, .my-bookings ul li figure
{
    margin-top:15px;
    width: 30%;
    position:relative;
}
/* .booking-details ul li figure:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    background: linear-gradient(90deg,#25f058,#19ac50);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
} */
.booking-details ul li figure img, .my-bookings ul li figure img
{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.booking-details ul li div
{
    display:flex;
    flex-wrap:wrap;
    width: 100%;
}
.booking-details ul li div p
{
    margin: 5px 0;
}
.my-bookings
{
    
}
.my-bookings ul
{
    padding:0;
    margin:0;
    counter-reset: item;
}
.my-bookings ul li
{
    border:solid 1px #EFEFEF;
    border-bottom:solid 2px #DADADA;
    padding:15px;
    border-radius:30px;
    display:flex;
    align-items: flex-start;
    margin-top:30px;
    position:relative
}
.my-bookings ul li:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    color: #19ac50;
    font-weight: 800;
    font-size: 20px;
    display:inline-block;
    margin-right:20px;
    width: 30px;
    text-align: center;
}
.my-bookings ul li figure
{
    margin-top:0;
    width:100px;
}
.my-bookings ul li figure img
{
    border-radius:15px;
    width:100px;
    height:100px;
}
.my-bookings ul li div
{
    padding-left:20px;
}
.my-bookings ul li div p
{
    margin:0;
    width:auto;
    float: none;
}
.my-bookings ul li a.linkbox
{
    margin-left:auto;
    font-size: 16px;
    padding: 12px 16px;
}
.form-label
{
    position:relative;
}
.registration fieldset label
{
    padding:10px;
    display:block;
    position: relative;
}
.registration fieldset .select select
{
    padding: 16px 20px;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    border: 1px solid #CCCCCC;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin:0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.registration fieldset .select select option
{
    background: #fff;
    color: #000;
}
/* Chrome, Safari, Edge, Opera */
.registration input::-webkit-outer-spin-button,
.registration input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.registration input[type=number] {
  -moz-appearance: textfield;
}
.registration fieldset input[type=submit]
{
    border: none;
    background-color: #25f058;
    padding: 12px 35px;
    outline: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Figtree', sans-serif;
    border-radius: 3px;
    margin-top:30px;
}
.sentotp, .verfify-otp-button button
{
    background: linear-gradient(90deg,#25f058,#19ac50);
    border: none;
    position: absolute;
    top: 14px;
    right: 14px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    padding: 12px 16px;
    cursor: pointer;
}
.verfify-otp
{
    width: 535px;
}
.verfify-otp-filed
{
    width:75%;
}
.verfify-otp-filed input[type=number]
{
    padding: 2px 2px !important;
    text-align: center;
    height: 52px;
}
.verfify-otp-filed label
{
    width:25%;
    float:left;
}
.verfify-otp-button
{
    width:25%;
}
.verfify-otp-button button
{
    position:static;
    padding: 16px 16px;
}
.mobilenumber
{
    
}
.mobilenumber span
{
    border-right: solid 1px #CCCCCC;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 6px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.files
{
    border: solid 1px #CCCCCC;
    font-size: 18px;
    padding: 13px 20px;
    margin: 10px;
}
.files input[type="file"]::file-selector-button
{
  border: 1px solid #19ac50;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #25f058;
  transition: 1s;
    font-family: 'Figtree', sans-serif;
    font-size:16px;
}
.files input[type="file"]::-ms-browse:hover
{
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
.files input[type="file"]::-webkit-file-upload-button:hover
{
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
.files input[type="file"]::file-selector-button:hover
{
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
.register-button
{
    width:250px;
    margin:auto;
}
.register-button a, .dashboard-nav a
{
    display:block;  
    padding: 12px 10px;
    border-radius: 30px;
    background: rgba(0,0,0,0.3);
    border: 1px solid #1ed84f;
    color:#fff;
    margin:5px 0;
    font-size:18px; 
}
.register-button a:hover, .dashboard-nav a:hover, .dashboard-nav a.active
{
    background: #fff;
    border: 1px solid #fff;
    color:#19ac50;
}
.employee-register
{
    width: 535px;
    margin:auto;
}

.aboutusimg{
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    padding: 6px;
}
.register-button a.activemenu{
    background: #fff;
    border: 1px solid #fff;
    color: #19ac50;
}
.tour-packages figure.tourimg{
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    padding: 6px;
}

/*Our Latest Package Section*/
/*.latest-package a {
    display: block;
    position: relative;
}
.latest-package a figcaption {
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 15px;
    text-align: center;
}
.latest-package a figcaption h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.latest-package a figcaption h5 {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 15px;
    padding: 3px 8px;
    border-radius: 30px;
}
.latest-package a:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: solid 2px #fff;
    margin: 15px;
}*/

.booking-forms {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 16px 22px rgb(41 51 43 / 16%);
}

.cars ul li h6 {
    color: #fff;
    font-size: 10px;
    opacity: 0.7;
    margin: 5px 0;
}