@charset "utf-8";
/* CSS Document */

section.main-content h4 {
    font-family: 'PT Sans';
    padding: 15px 0;
    font-size: 16px;
    color: #777777;
    line-height: 1.8em;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
}

p {
    font-size: 1em;
    font-family: 'PT Sans', sans-serif;
    color: #777777;
    line-height: 1.8em;
}

.btn {
    border-radius: 0 !important;
}

.animated h2 {
    display: none;
}

.top-tiny-main {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.top-tiny-info {
    position: relative;
    float: left;
    min-height: 50px;
    margin-top: 15px;
    margin-left: 63px;
    font-size: 13px;
    text-transform: capitalize;
    color: #222222;
    padding: 0px 0px 0px 45px;
}

.top-tiny-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    line-height: 48px;
    color: #ffd300;
    font-size: 28px;
    border-radius: 50%;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.icon-1:before {
    content: "\f015";
    font-family: FontAwesome;
}

.icon-2:before {
    content: "\f095";
    font-family: FontAwesome;
}

.icon-3:before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.top-tiny-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.top-tiny-info ul li {
    position: relative;
    line-height: 24px;
    font-weight: 500;
    margin: 0px 0px;
}

.menubar {
    float: left;
    width: 100%;
}

.menulist-box {
    float: left;
    width: 100%;
    position: relative;
    background: #062d55;
    border: 4px solid #ffffff;
    margin-bottom: -24px;
    z-index: 5;
}

.menu-list {
    float: left;
    width: auto;
}

.social-links {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    padding: 0 15px;
}

.social-links ul {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links ul li {
    display: inline-block;
    padding: 15px 10px;
}

.social-links ul li a {
    color: #fff;
}

.social-links ul li a:hover {
    color: #ffd300;
}

.btn-box {
    padding-top: 3px;
    padding-left: 0px;
}

.top-booking-btn {
    display: inline-block;
    padding: 8px 34px;
    line-height: 24px;
    background: #000000;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 3px;
}

.menubar .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
}

.navbar-nav {
    float: left;
    margin: 0;
    padding: 0;
}

.navbar-nav>li {
    float: left;
    width: auto;
    padding: 0 10px;
}

.navbar-default {
    background-color: rgb(255, 255, 255, 0.0);
    border-color: rgb(255, 255, 255, 0.0);
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pull-right {
    float: none !important;
    padding-left: 10px;
    font-size: 10px;
}

.navbar-default .navbar-nav>li>a {
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffd300;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #fff;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 15px 0px;
    width: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 270px;
    z-index: 10;
}

.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 268px;
    z-index: 8;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 0px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.top .navbar-toggle {
    float: left;
}

/*Banner Start*/

.banner-sec {
    float: left;
    width: 100%;
}

.banner-div {
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.banner-text {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
}

.banner-text h1 {
    transition: none;
    text-align: inherit;
    line-height: 22px;
    border-width: 0px;
    margin: 0px 0 20px 0;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
}

.banner-text h2 {
    transition: none;
    text-align: inherit;
    line-height: 30px;
    border-width: 0px;
    margin: 0px 0 15px 0;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    width: 50%;
}

.banner-text span {
    color: #ff9900;
    font-size: 45px;
}

.inner-banner-sec {
    position: relative;
    float: left;
    width: 100%;
}

.inner-banner-div {
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

/*Banner End*/

.welcome {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.welcome-box {
    float: left;
    width: 100%;
}

.welcome-box h2 {
    margin: 10px 0;
    text-transform: uppercase;
    color: #000;
}

.welcome-box p {
    padding: 15px 0;
    font-size: 16px;
    color: #777777;
    line-height: 1.8em;
}

.why-choose-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.why-choose-box h4 {
    margin-top: 15px;
}

.luxury-cars {
    float: left;
    width: 100%;
    margin: 0 0 0px 0;
}

.luxury-car-head {
    float: left;
    width: 100%;
    text-align: center;
}

.luxury-car-head h2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    line-height: 1.3em;
    text-transform: capitalize;
}

.luxury-car-head p {
    position: relative;
    padding-top: 10px;
    font-size: 16px;
}

.destinations {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 0px 0;
}

.destination-box {
    float: left;
    width: 100%;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
    border: solid 1px #ccc;
}

.destination-img {
    float: left;
    width: 100%;
    position: relative;
}

.content-box {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.destination-content {
    float: left;
    width: 100%;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.destination-content h2 {
    background: #ffd300;
    color: #000;
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 15px;
}

.destination-box:hover .destination-content h2 {
    margin: 0 0 20px 10px;
    border: solid 2px #fff;
    background: #000;
    color: #fff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.destination-box:hover .content-box {
    background: rgba(0, 0, 0, 0.20);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call-us {
    float: left;
    width: 100%;
    background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.call-us-bg {
    float: left;
    width: 100%;
    color: #fff;
    background: rgba(6, 45, 85, 0.90);
    padding: 80px 0;
    text-align: center;
}

.call-us-bg h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px;
}

.call-us-bg p {
    color: #dadada;
    font-size: 18px;
    line-height: 1.8em;
}

.search-btm {}

.search-box {
    width: 700px;
    height: 42px;
    line-height: 26px;
    padding: 8px 20px;
    background: #e9ecf1;
    color: #222222;
    border-radius: 3px;
    border: none;
}

.search-submitbtn {
    width: 142px;
    height: 42px;
    line-height: 26px;
    text-align: center;
    background: #ffd300;
    border-radius: 3px;
    border: none;
    border: 2px solid #ffd300;
}

.search-submitbtn:hover {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: none;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #ffd300;
}

.blog {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.blog-box {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blog-img {
    float: left;
    width: 100%;
    position: relative;
}

.img-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    background: #ffd300;
}

.blog-span-1 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.blog-span-2 {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    background: #062d55;
}

.blog-content {
    float: left;
    width: 100%;
}

.blog-content h3 {
    color: #222;
    margin: 30px 0 0 0;
    font-weight: 500;
    font-size: 20px;
}

.blog-content h3:hover {
    color: #ffd300;
}

.blog-content ul {
    float: left;
    width: 100%;
    display: inline-flex;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.blog-content li {
    float: left;
    font-size: 15px;
    color: #777;
    padding-right: 15px;
}

.blog-content li span {
    color: #ffd300;
    padding-right: 5px;
}

.blog-content p {
    line-height: 1.8em;
    margin-bottom: 20px;
    font-size: 15px;
    color: #777777;
}

.btn.blog-btn {
    background: #ffd300;
    border-radius: 3px;
    padding: 10px 20px;
    border: none;
    color: #000;
    font-weight: 500;
}

.blog-content:hover .btn.blog-btn {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #062d55;
    color: #ffffff;
}

.footer {
    float: left;
    width: 100%;
    padding: 5px 0;
    background: #222;
}

.footer-box {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-icon {
    margin: 0 auto;
    height: 70px;
    width: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.footer-icon svg {
    font-size: 30px;
    margin: 18px 0 0 0;
    color: #fff;
}

.footer-box p,
.footer-box h6 {
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 15px;
    color: #fff;
}

.footeraddres {
    margin: 0 auto;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #fff;
}

.footeraddres i {
    font-size: 30px;
    color: #fff;
    margin: 18px;
}

.fa-map-marker:before {
    content: "\f041";
}

.footer-tiny {
    float: left;
    width: 100%;
    background: #000;
    border-top: solid 1px #777;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

.footer-tiny a {
    text-decoration: none;
    color: #fff;
}

.footer-tiny a:hover {
    color: #00ABFF;
}

/* Landing Start */

.banner-inner-text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 9;
}

.banner-inner-text h1 {
    float: left;
    width: auto;
    text-align: center;
    background: rgb(255, 211, 0);
    color: #fff;
    padding: 10px 15px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.inner-menu {
    float: left;
    width: 100%;
    background: #6d6c6c;
    position: relative;
}

.inner-menu ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Oswald', sans-serif;
}

.inner-menu ul li {
    float: left;
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
}

.inner-menu ul li svg {
    color: #000;
    margin-right: 10px;
}

.inner-menu ul li a {
    color: #ffd300;
}

.inner-menu span {
    position: absolute;
    float: right;
    right: 0;
}

.tour-packages-landing {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.tour-packages-landing h2 {
    text-align: center;
    margin-bottom: 30px;
}

.tour-packages-landing-box {
    float: left;
    width: 100%;
    padding: 15px 50px;
}

.tour-packages-landing-box h2 {
    margin: 15px 0;
    color: #000;
}

.tour-packages-landing-box h4 {
    font-size: 25px;
    margin: 30px 0;
    color: #000;
}

.tour-packages-landing-box p {
    font-size: 15px;
    margin-bottom: 20px;
}

.tour-packages-landing-box ul {
    padding: 15px;
    margin: 0;
    float: left;
    width: 100%;
    border: solid 1px #ccc;
    display: inline-block;
}

.tour-packages-landing-box ul li {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    list-style: none;
}

.tour-packages-landing-box ul li svg {
    margin-right: 10px;
    color: #ff0101;
}

.tour-packages-landing-box button {
    border: 0;
    margin: 15px 0;
}

.tour-packages-landing-box .table-bordered {
    border: 1px solid #ddd;
    margin: 20px 0;
}

/* Landing End */

.form-box {
    float: left;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
}

.form-box h2 {
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 25px;
    padding: 10px;
}

.form-input {
    float: left;
    width: 100%;
    padding: 15px;
}

.form-input p {
    margin: 0 0 6px 0;
}

.input-text-area {
    display: block;
    width: 100%;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #222222;
    border-radius: 3px;
    margin-bottom: 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.form-input button {
    border: 0;
    margin: 15px 0;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {}

@media only screen and (min-width: 767px) and (max-width: 990px) {}

@media only screen and (min-width: 320px) and (max-width: 768px) {}

@media only screen and (min-width: 320px) and (max-width: 500px) {}

.alls p {
    width: 33%;
    float: left;
}

.welcome-box ul {
    margin-top: 2%;
    margin-left: 3%;
}

.welcome-box li {
    list-style: disc;
}

.wow img {
    outline: 6px double#fff;
    outline-offset: -16px;
    border-radius: 0 10px;
}

/*For faq*/

/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    background-color: #eee;
    color: #7ec615;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    margin-top: 0px;
}

.welcome-box h2 {
    font-size: 28px;
    font-weight: 600;
    color: #7ec615;
}

/*.active:after {*/

content: "\2796";
/* Unicode character for "minus" sign (-) */

/*}*/

.panel p {
    font-size: 18px;
}

.font-css {
    font-family: 'Playfair Display', serif;
}

.faq-header h3 {
    font-size: 27px;
}

.footer-heading-css p {
    font-family: 'Playfair Display';
    font-size: 22px;
}

.footer-services-css p {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    /* line-height: 31px; */
}

.footer-tiny1 {
    float: left;
    width: 100%;
    /* background: #000; */
    border-top: solid 1px #777;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    /*background-image: url(../images/service-bg.jpg);*/
}

.footer-tiny1::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 51%);
    opacity: .7;
}

.service-footer-last p {
    color: #fffb01;
    font-size: 18px;
}

.footer-tiny1 a:hover {
    color: #00ffc8 !important;
}

.footer-heading-css p a {
    color: white;
}

.footer-services-css p a {
    color: white !important;
}

.service-footer-last a {
    color: white;
}

.styled-icons-temporary-driver-services a {
    margin-top: 20px !important;
    margin-left: 11px !important;
}

.page-heading {
    text-align: center;
    text-decoration: underline;
    font-size: 25px;
}

.text-css {
    font-size: 19px;
    text-align: left;
    font-family: 'FontAwesome';
}

.rating-in-temp {
    font-size: 20px;
    font-weight: 600;
}

.text-css1 {
    font-size: 19px;
    font-family: 'FontAwesome';
    margin-top: -15px;
}

.list-text-css li {
    font-size: 19px;
    font-family: 'FontAwesome';
    /* margin-top: -2px; */
}

ul.new-gallery li {
    width: 31.5%;
    float: left;
    list-style: none;
    margin-left: 0px;
}

ul.new-gallery li img {
    width: 100%;
    border: 6px double #f4cb06;
    padding: 2px;
    margin: 20px 0 0 0;
    border-radius: 16px 0;
}

.welcome-box b {
    color: #000;
}

.last {
    font-size: 17px;
    font-weight: 600;
}

.footer-heading-css h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.widget img {
    width: 100%;
    height: auto;
}

/*news css*/

.text-css {
    font-size: 19px;
    font-family: 'FontAwesome';
    line-height: 30px;
    text-align: justify !important;
}

.welcome {
    float: left;
    width: 100%;
    margin: 0px 0 !important;
}

.welcome-box ul {
    margin-top: 1% !important;
    margin-left: 3%;
    line-height: 30px;
    margin-bottom: 1%;
}

.text-css1 a {
    color: #2098d1;
}

.text-css1 {
    padding-bottom: 30px;
    font-size: 19px;
}

ul.new-img li {
    float: left;
    /* width: 32.5%; */
    list-style: none;
    text-align: center;
    margin: 3px 3px;
}

li.new-icon {
    float: left;
    width: 32.5%;
    list-style: none;
    text-align: center;
    margin: 3px 3px;
    border: 1px double #ccc;
    border-radius: 10%;
    padding: 1px;
    box-shadow: 5px 5px 0px #000;
}

ul.new-img li img {
    border: 1px double #ccc;
    border-radius: 10%;
    padding: 1px;
    box-shadow: 5px 5px 0px #000;
}

.head-bg img {
    width: 100%;
}

.wow.animated.animated img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin: 23px auto 0;
}

@media (max-width: 600px) {
    .footer-services-css p {
        width: 100%;
    }
    .luxury-car-head input[type="submit"] {
        width: 100%;
    }
    .banner-inner-text h1 {
        font-size: 13px;
    }
    .inner-menu ul li {
        padding: 3px 1px;
        font-size: 10px;
    }
    .welcome-box h2 {
        font-size: 20px;
    }
    .welcome-box img {
        width: 100%;
        height: auto;
    }
    li.new-icon {
        width: 47.5%;
    }
}

/*new css end*/

.form-box.form-contact {
    height: 420px;
}

h3.contact-heading {
    text-align: center;
    font-size: 2rem;
}

.form-box.form-contact {
    height: 515px;
}

.form-contact textarea {
    height: 120px;
    margin-bottom: 15px;
    border: 2px solid #ccc;
    border-radius: 0;
    width: 100%;
}

.address-details {
    margin-top: 2rem;
    line-height: 3rem;
    font-size: 1rem;
}

.address-details svg {
    color: green;
}

.month-margin {
    padding-top: 30px;
}

img.power-img {
    width: 100%;
}

.driver-call {
    height: 570px;
}

.driver-call img {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.drv-on-call ul li {
    list-style: inside;
    margin-bottom: 10px;
}

.form-horizontal p {
    padding-top: 20px;
}

button.btn.btn-primary {
    margin: 32px;
}

h5#exampleModalLabel {
    font-size: 38px;
    text-align: center;
    font-weight: 400;
}

/**/

.content {
    margin: 20px;
    display: grid;
    gap: 20px;
}

p,
h2 {
    margin: 0;
}

.content .pagination {
    text-align: center;
    justify-content: center;
    margin: 0px auto;
}

.content .pagination button {
    padding: 5px 10px !important;
    margin: 0 5px !important;
    cursor: pointer !important;
    outline: 1px solid #494a4f !important;
    border-radius: 1px !important;
    border: none !important;
}

.hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pagination button.active {
    background-color: #007bff !important;
    color: white !important;
}

/**/