/***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
section{padding: 60px 0px}
.text-white {
    color: #ffffff !important
}

#vehicles .vehicle-nav li a {
    color: #000000;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
}

#vehicles .vehicle-nav li {
    background-color: #e3e2e2;
    margin-bottom: 1px;
    979 margin-right: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}

#vehicles .vehicle-nav li.active {
    background-color: rgba(255, 191, 0, 0.4);
    font-weight: bold;
}

#vehicles .vehicle-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

marquee img {
    position: relative !important
}

.service-bg {
    min-height: 292px
}

.offers {
    background-image: url("../img/chbg.jpg");
    width: 100%;
    padding: 25px 45px 25px 44px;
    border-bottom: 1px solid #ececec;
    margin-top: -50px;
}

.offer-box img {
    float: left;
    margin-right: 15px;
    max-width: 80px;
    margin-top: 5px;
    border: 5px solid #ccc;
    border-radius: 50%;
}

.offers .offer-box {
    float: left;
    width: 100%;
    padding-right: 5px;
    margin-bottom: 0;
}

#vehicles .vehicle-nav-control a {
    background-color: #000;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    width: 50%;
}

#vehicles .vehicle-nav-control a:first-of-type {
    border-right: 1px solid #fff;
}

#vehicles .vehicle-nav-control a {
    background-color: #000;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    width: 50%;
}

#vehicles .vehicle-nav li span {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 20px;
    transition: all 0.2s ease 0s;
    width: 0;
}

#vehicles .vehicle-nav li.active span {
    border-left-color: rgba(255, 191, 0, 0.4);
}

/**********************************************/


.delay05s {
    animation-delay: 0.5s;
}

.delay1s {
    animation-delay: 1s;
}

.delay15s {
    animation-delay: 1.5s;
}

.delay2s {
    animation-delay: 2s;
}

.v-hidden {
    visibility: hidden;
}

.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    cursor: default;
    font-size: 14px;
    overflow: auto;
}

.autocomplete-suggestion {
    font-size: 14px;
    overflow: hidden;
    padding: 10px 5px;
    white-space: nowrap;
}

.autocomplete-selected {
    background: #f0f0f0 none repeat scroll 0 0;
    font-size: 14px;
}

.autocomplete-suggestions strong {
    color: #3399ff;
    font-size: 14px;
    font-weight: normal;
}

.carousel {
    z-index: 1;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.label-default {
    background-color: #ffbf00;
    border-radius: 0;
}

.tooltip .tooltip-inner {
    background-color: #ffbf00;
    font-size: 18px;
    padding: 5px 10px;
}

.tooltip .tooltip-arrow {
    border-top-color: #ffbf00 !important;
}

.my-tooltip {
    border-bottom: 1px dotted #ffbf00;
    color: #ffbf00;
}

a {
    color: #f67219;
}

a:hover {
    color: #ffbf00;
    text-decoration: none;
}

.scrollup {
    background: rgba(0, 0, 0, 0) url("../img/icon_top.html") no-repeat scroll 0 0;
    bottom: 44px;
    display: none;
    height: 44px;
    position: fixed;
    right: 64px;
    text-indent: -9999px;
    width: 44px;
}

#teaser {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffbf00 0%, #fcd45f 50%, #ffbf00 100%) repeat scroll 0 0;
    height: 600px;
    padding: 60px 0;
}

#teaser .reservation-form-shadow {
    background-color: #fff;
    box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
    height: 480px;
}

#teaser form {
    padding: 34px;
}

#teaser form .alert {
    margin-top: -20px;
    padding: 10px 15px;
}

#teaser form *:-moz-placeholder {
    color: #ffbf00 !important;
}

#teaser form *::-moz-placeholder {
    color: #ffbf00 !important;
}

#teaser form .styled-select-car {
    border: 2px solid #efe9e9;
    height: 55px;
    margin-bottom: 23px;
    position: relative;
}

#teaser form .styled-select-car::after {
    background: #ffffff url("../img/dropdown-icon.html") no-repeat scroll 5px 23px;
    content: "";
    height: 51px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

#teaser form .styled-select-car select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 24px;
    font-weight: bold;
    height: 51px;
    outline: medium none;
    padding: 9px 10px;
    width: 100%;
}

#teaser form .location {
    margin-bottom: 27px;
}

#teaser form .datetime {
    margin-bottom: 11px;
}

#teaser form .form-control {
    border: 2px solid #efe9e9;
    box-shadow: none;
    height: 43px;
}

#teaser form .input-group {
    width: 100%;
}

#teaser form .input-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffbf00;
    font-size: 16px;
    padding-left: 15px;
}

#teaser form .input-group-addon {
    background-color: #efe9e9;
    border: medium none;
    border-radius: 0;
    color: #716d6e;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: 110px;
}

#teaser form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

#teaser form .different-drop-off {
    color: #716d6e;
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

#teaser form .date {
    width: 240px;
}

#teaser form .time {
    width: 140px;
}

#teaser form .pixelfix {
    border-top: 1px solid #fff;
}

#teaser form .styled-select-time {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
}

#teaser form .styled-select-time::after {
    background: #ffffff url("../img/dropdown-icon.html") no-repeat scroll 5px 18px;
    content: "";
    height: 39px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

#teaser form .styled-select-time select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #ffbf00;
    font-size: 16px;
    height: 39px;
    padding: 10px;
    width: 100%;
}

#teaser form .submit {
    background-color: #ffbf00;
    border: medium none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 100%;
}

#teaser form .submit:hover {
    background-color: #716d6e;
}

#teaser .title {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

#teaser .subtitle {
    color: #000000;
    display: block;
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    text-transform: none;
}

#teaser .car-img {
    height: 375px;
    line-height: 400px;
    text-align: center;
}

#teaser .car-img img {
    display: inline-block;
}

#teaser .carousel-control {
    position: relative;
}

#teaser .carousel-control.left,
#teaser .carousel-control.right {
    background-image: none;
    margin: 0;
    width: 30px;
}

#teaser .carousel-control.left {
    left: 90%;
}

#teaser .carousel-control.right {
    left: 95%;
}

#teaser .carousel-control .glyphicon-chevron-left,
#teaser .carousel-control .glyphicon-chevron-right {
    margin: 0;
}

#teaser .carousel-control .glyphicon-chevron-right {
    right: auto;
}

.arrow-down {
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    height: 0;
    margin: 0 auto;
    width: 0;
}

#teaser-blog {
    background-color: #ffbf00;
    height: 145px;
    padding: 60px 0;
}

#teaser-blog .title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

#teaser-blog .title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

#teaser-blog .breadcrumbs {
    color: #fff;
    list-style: outside none none;
    margin-top: 9px;
    padding: 0;
    text-align: right;
}

#teaser-blog .breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
}

#teaser-blog .breadcrumbs li::after {
    content: ">";
    padding: 0 2px 0 4px;
}

#teaser-blog .breadcrumbs li:last-of-type::after {
    content: "";
    padding: 0 0 0 5px;
}

#teaser-blog .breadcrumbs a {
    color: #fff;
}

.blog-posts {
    margin-top: 70px;
}

.blog-posts .blog-post {
    margin-bottom: 70px;
}

.blog-posts .blog-post blockquote {
    border-left: 6px solid #ffbf00;
    font-size: 16px;
    font-style: italic;
    line-height: 1.7;
    margin: 35px 27px;
}

.single-post-tags {
    list-style: outside none none;
    margin: 35px 0 0;
    padding: 0;
}

.single-post-tags li {
    display: inline-block;
    text-transform: uppercase;
}

.single-post-tags li:first-of-type {
    color: #ffbf00;
    font-weight: bold;
}

.single-post-tags li a {
    color: #716d6e;
    text-transform: none;
}

.author-post .author-img {
    border-bottom: 7px solid #ffbf00;
    float: left;
    padding-bottom: 2px;
    width: 130px;
}

.author-post .author-content {
    margin-left: 155px;
}

.author-post .author-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.author-post .author-content h2 small {
    font-size: 18px;
    font-weight: normal;
}

.author-post .author-content p {
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .blog-post .post-attachment {
    border-bottom: 10px solid #ffbf00;
    padding-bottom: 2px;
}

.blog-posts .blog-post .post-content-text {
    margin-top: 8px;
}

.blog-posts .blog-post .post-content-text .post-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
}

.blog-posts .blog-post .post-content-text .post-title a {
    color: #716d6e;
}

.blog-posts .blog-post .post-content-text .post-date {
    display: block;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 22px;
}

.blog-posts .blog-post .post-content-text p {
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .blog-post .post-content-text .read-more {
    margin-top: 10px;
    text-transform: uppercase;
}

.blog-posts .pagination-list {
    font-size: 18px;
    font-weight: 900;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.blog-posts .pagination-list li {
    color: #ffbf00;
    display: inline-block;
    padding: 0 5px;
}

.blog-posts .pagination-list li a {
    color: #716d6e;
}

.comment-section {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 60px;
}

.comment-section h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.comment-section .comment-box {
    border-bottom: 3px solid #ededed;
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.comment-section .comment-tree {
    list-style: outside none none;
    padding: 0;
}

.comment-section .comment-tree ul {
    list-style: outside none none;
    margin-left: 105px;
    padding: 0;
}

.comment-section .comment-img {
    border-bottom: 7px solid #ffbf00;
    display: inline-block;
    float: left;
    padding-bottom: 2px;
}

.comment-section .comment-content {
    margin-left: 105px;
}

.comment-section .comment-content h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
}

.comment-section .comment-content span {
    font-size: 14px;
}

.comment-section .comment-content p {
    margin-top: 10px;
}

.comment-section .comment-reply-link {
    font-size: 14px;
    margin-top: 2px;
    text-transform: uppercase;
}

.comment-section .comment-respond h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.comment-section .comment-respond form input {
    background-color: #dbdbdb;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 13px;
}

.comment-section .comment-respond form textarea {
    background-color: #dbdbdb;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.comment-section .comment-respond form *:-moz-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form *::-moz-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form .submit {
    background-color: #ffbf00;
    border: medium none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    padding: 1px 20px;
    text-align: center;
    transition: all 0.2s ease 0s;
}

.comment-section .comment-respond form .submit:hover {
    background-color: #716d6e;
}

.blog-posts .sidebar .widget-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-posts .sidebar .widget {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.blog-posts .sidebar .widget ul {
    font-size: 16px;
    font-weight: bold;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.blog-posts .sidebar .widget ul li {
    border-bottom: 1px solid #e3e2e2;
    height: 40px;
    line-height: 40px;
    transition: background 0.4s ease-in-out 0s;
    vertical-align: middle;
}

.blog-posts .sidebar .widget ul li i {
    color: #ffbf00;
    margin: 0 7px;
}

.blog-posts .sidebar .widget ul li a {
    color: #716d6e;
}

.blog-posts .sidebar .widget ul li:hover {
    background-color: #e7e7e7;
}

.blog-posts .sidebar .widget .tagcloud {
    overflow: hidden;
}

.blog-posts .sidebar .widget .tagcloud a {
    background-color: #ffbf00;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 4px 4px 0 0;
    padding: 6px 20px;
    transition: background 0.4s ease-in-out 0s;
}

.blog-posts .sidebar .widget .tagcloud a:hover {
    background-color: #e7e7e7;
}

.blog-posts .sidebar .widget::after {
    clear: both;
}

.blog-posts .sidebar .search-widget form *:-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts .sidebar .search-widget form *::-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts .sidebar .search-widget form .input-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffbf00;
    font-size: 16px;
    padding-left: 15px;
}

.blog-posts .sidebar .search-widget form .input-group-addon {
    background-color: #efe9e9;
    border: medium none;
    border-radius: 0;
    color: #716d6e;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
    width: 41px;
}

.blog-posts .sidebar .search-widget form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

.blog-posts .sidebar .search-widget form .form-control {
    border: 2px solid #efe9e9;
    box-shadow: none;
    height: 43px;
}

.blog-posts .sidebar .search-widget form .input-group {
    width: 100%;
}

.blog-posts.error-page {
    padding-bottom: 45px;
}

.blog-posts.error-page .container {
    border-bottom: 10px solid #ffbf00;
}

.blog-posts.error-page h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.blog-posts.error-page h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
}

.blog-posts.error-page h3 span {
    font-weight: normal;
}

.blog-posts.error-page .error-search {
    padding-top: 60px;
}

.blog-posts.error-page .error404 {
    border-right: 1px solid #ccc;
    color: #e7e7e7;
    font-size: 220px;
    font-weight: 900;
    height: 205px;
    line-height: 205px;
    margin-bottom: 60px;
    margin-right: -17px;
    margin-top: 45px;
}

.blog-posts.error-page form {
    margin-top: 20px;
}

.blog-posts.error-page form *:-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts.error-page form *::-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts.error-page form .input-group input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffbf00;
    font-size: 16px;
    padding-left: 15px;
}

.blog-posts.error-page form .input-group-addon {
    background-color: #efe9e9;
    border: medium none;
    border-radius: 0;
    color: #716d6e;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
    width: 41px;
}

.blog-posts.error-page form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

.blog-posts.error-page form .form-control {
    border: 2px solid #efe9e9;
    box-shadow: none;
    height: 43px;
}

.blog-posts.error-page form .input-group {
    width: 100%;
}

#services {
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

#services .title {
    margin-bottom: 38px;
}

#services h2 {
    font-size: 46px;
    font-weight: 900;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}

#services .underline {
    background-color: #ffbf00;
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 135px;
}

#services .service-box {
    background-color: #ededed;
    margin-bottom: 30px;
    padding: 30px;
}

#services .service-box .service-icon {
    background-color: #ffbf00;
    color: #fff;
    float: left;
    font-size: 41px;
    font-weight: 900;
    height: 43px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    width: 43px;
}

#services .service-box .service-title {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    padding: 5px 0 0;
}

#services .service-box .service-content {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 25px;
}

#newsletter {
    background-color: #ffbf00;
    margin-top: 90px;
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

#newsletter .title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#newsletter .subtitle {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 6px;
}

#newsletter .newsletter-form {
    background-color: #fff;
    height: 55px;
    padding: 9px;
    width: 62%;
}

#newsletter .newsletter-form input {
    border: medium none;
    box-shadow: none;
}

#newsletter .newsletter-form .button {
    background-color: #fff;
    border: 2px solid #b8b6b6;
    border-radius: 0;
    color: #716d6e;
    font-size: 18px;
    font-weight: 900;
    height: 37px;
    line-height: 36px;
    margin-left: 1px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

#newsletter .newsletter-form .button:hover {
    background-color: #716d6e;
    border: 2px solid #716d6e;
    color: #fff;
}

#newsletter .social-icons {
    width: 60%;
}

#newsletter .social-icons ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#newsletter .social-icons ul li {
    display: block;
    float: right;
}

#newsletter .social-icons ul li a {
    background-color: #ffbf00;
    color: #fff;
    display: block;
    font-size: 36px;
    height: 55px;
    line-height: 55px;
    margin-left: 10px;
    text-align: center;
    width: 65px;
}

#newsletter .social-icons ul li .facebook {
    background-color: #365595;
}

#newsletter .social-icons ul li .googleplus {
    background-color: #d41332;
}

#newsletter .social-icons ul li .twitter {
    background-color: #36a4cf;
}

#newsletter .social-icons ul li:hover {
    opacity: 0.8;
}

#newsletter form *:-moz-placeholder {
    font-size: 16px;
}

#newsletter form *::-moz-placeholder {
    font-size: 16px;
}

#vehicles {
    margin-top: 0;
    position: relative;
    z-index: 2;padding: 30px 0px;
}

#vehicles .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 65px;
    text-align: center;
    margin-bottom: 5px;
}

#vehicles .subtitle {
    font-weight: normal;
}

#vehicles .vehicle-nav-row {
    padding-right: 0;
}

#vehicles #vehicle-nav-container {
    height: 595px;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
}

#vehicles .vehicle-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#vehicles .vehicle-nav-control {
    padding-right: 10px;display: none
}

#vehicles .vehicle-nav-control a {
    background-color: #000;
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: all 0.25s ease-in-out 0s;
    width: 50%;
}

#vehicles .vehicle-nav-control a:first-of-type {
    border-right: 1px solid #fff;
}

#vehicles .vehicle-nav-control a:hover {
    background-color: #f67219;
    color: #fff;
}

#vehicles .vehicle-nav li {
    background-color: #333;
    margin-bottom: 1px;
    margin-right: 10px;
    position: relative;
    transition: all 0.2s ease 0s;
}

#vehicles .vehicle-nav li span {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f7f7f7;
    border-top: 10px solid transparent;
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 12px;
    transition: all 0.2s ease 0s;
    width: 0;
}

#vehicles .vehicle-nav li:hover {
    background-color: #f37022;
    color: #fff;
}

#vehicles .vehicle-nav li.active {
    background-color: #f37022;
    font-weight: 500;
    color: #fff;
}

#vehicles .vehicle-nav li.active span {
    border-left-color: #f37022;
}

#vehicles .vehicle-nav li a {
    color: #fff;
    display: block;
    font-size: 17px;
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
}

#vehicles .styled-select-vehicle-data {
    border: 2px solid #efe9e9;
    display: none;
    height: 43px;
    position: relative;
    width: 100%;
}

#vehicles .styled-select-vehicle-data::after {
    background: #ffffff url("../img/dropdown-icon.html") no-repeat scroll 5px 18px;
    content: "";
    height: 39px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

#vehicles .styled-select-vehicle-data select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    height: 39px;
    padding: 1px 10px;
    width: 100%;
}

#vehicles .vehicle-img {
    text-align: center;
}

#vehicles .vehicle-img img {
    display: inline-block;
    padding: 6px;
    border-radius: 12px;
    width: 100%;height: 200px;
}

#vehicles .vehicle-price {
    background-color: rgba(255, 191, 0, 0.4);
    font-size: 24px;
    font-weight: 900;
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
}

#vehicles .vehicle-price .info {
    font-size: 18px;
    font-weight: normal;
}

#vehicles .reserve-button {
    background-color: #ffbf00;
    box-shadow: 6px 6px 0 #efe9e9;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 900;
    height: 50px;
    line-height: 51px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

#vehicles .reserve-button:hover {
    background-color: #716d6e;
}

#vehicles .reserve-button span {
    margin-right: 7px;
}

#reviews {
    margin-top: 90px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

#reviews .stars {
    font-size: 27px;
    margin-bottom: 10px;
}

#reviews .stars .big {
    font-size: 36px;
}

#reviews .review {
    font-size: 24px;
    line-height: 1.7;
}

#reviews .author {
    color: #ffbf00;
    font-size: 18px;
    font-weight: 900;
    margin-top: 10px;
}

#reviews .carousel-indicators {
    bottom: auto;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    margin-top: 25px;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}

#reviews .carousel-indicators li {
    background-color: #ccc;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}

#reviews .carousel-indicators .active {
    background-color: #716d6e;
    height: 12px;
    margin: 0;
    width: 12px;
}

#locations {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#locations .location-select-container {
    position: relative;
    z-index: 1;
}

#locations .location-select {
    background-color: #ffbf00;
    height: 93px;
}

#locations .location-select h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    margin: 26px 0 0 21px;
}

#locations .styled-select-location {
    background-color: #fff;
    height: 47px;
    margin: 22px 21px 0 0;
    position: relative;
}

#locations .styled-select-location::after {
    background: #ffffff url("../img/dropdown-icon.html") no-repeat scroll 5px 21px;
    content: "";
    height: 43px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

#locations .styled-select-location select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 18px;
    height: 43px;
    padding: 11px 10px;
    width: 100%;
}

#locations .map {
    background-color: #ccc;
    height: 550px;
    top: -70px;
}

#locations .map h2 {
    color: #ffbf00;
    margin-bottom: 4px;
    padding: 0 10px;
}

#locations .map p {
    font-size: 16px;
    padding: 0 10px;
}

.arrow-down-location {
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    height: 0;
    margin: 0 auto;
    width: 0;
}

#information {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#information .row {
    margin-bottom: 90px;
}

#information .title {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
    padding: 0;
}

#information .subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0;
}

#information p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

#information .btn-border {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 1px;
}

#information .btn {
    background-color: #ffbf00;
    border: medium none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 47px;
    margin-right: 15px;
    padding: 0 15px;
    transition: all 0.2s ease 0s;
}

#information .btn:hover {
    background-color: #716d6e;
}

#information .btn-gray {
    background-color: #716d6e;
}

#information .btn-gray:hover {
    background-color: #ffbf00;
}

#information .video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

#information .video iframe,
#information .video object,
#information.video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#partners {
    background-color: #f8f8f8;
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

#partners .title {
    margin-bottom: 38px;
}

#partners h2 {
    font-size: 46px;
    font-weight: 900;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}

#partners .underline {
    background-color: #ffbf00;
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 135px;
}

#partners p {
    font-size: 18px;
    line-height: 1.7;
    margin: 40px 0 60px;
}

#contact {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#contact h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 65px;
}

#contact .contact-info {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
}

#contact .contact-info .address {
    font-weight: 900;
}

#contact .contact-info .highlight {
    color: #ffbf00;
}

#contact form .form-group {
    margin-bottom: 20px;
}

#contact form .text-field {
    background-color: #dbdbdb;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 45px;
}

#contact form textarea {
    background-color: #dbdbdb;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 196px;
}

#contact form *:-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form *::-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form .first-name {
    float: left;
    width: 49%;
}

#contact form .last-name {
    float: right;
    width: 49%;
}

#contact form .btn-border {
    border: 1px solid #ffd992;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 1px;
}

#contact form .submit-message {
    background-color: #ffbf00;
    border: medium none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 47px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

#contact form .submit-message:hover {
    background-color: #716d6e;
}

#contact .contact-box-title {
    font-size: 18px;
    font-weight: bold;
}

#contact .contact-box {
    background-color: #ededed;
    padding: 20px;
}

#contact .contact-box .highlight {
    color: #ffbf00;
    font-weight: bold;
}

#contact .contact-box img {
    border: 1px solid #ffbf00;
    float: left;
    margin-right: 20px;
}

#contact .contact-box-name {
    font-size: 24px;
    font-weight: bold;
}

#contact .contact-box-border {
    background-color: #ffbf00;
    height: 10px;
    margin-bottom: 8px;
    margin-top: 1px;
}

#contact .contact-box-divider {
    height: 10px;
}

.contact-details-list p {
    font-size: 20px;
}

.contact-details-list p i {
    font-size: 25px;
    color: #f67219;
    float: none;
}

.contact-details-list p a {
    font-size: 20px;
    color: #333;
}

.section-whatsapp {
    background-color: #48a91f;
    width: 50px;
    height: 50px;
    right: 15px;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    z-index: 1000000;
}

#footer-bar {
    background-color: #716d6e;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: -90px;
    margin-top: 90px;
    padding: 25px 0 40px;
    position: relative;
    z-index: 2;
}

#footer-bar .footer-widget::after {
    clear: both;
}

#footer-bar h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

#footer-bar .gallerywidget a {
    display: block;
    float: left;
    margin: 0 2px 4px 0;
}

footer {
    background-color: #000;
    margin-top: 0px;
    padding: 10px 0;
    position: relative;
    color: #fff;
    z-index: 2;
}

footer .footer-nav {
    list-style: outside none none;
    margin: 0 auto 20px;
    padding: 0;
}

footer .footer-nav li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 10px;
}

footer .footer-nav li a {
    color: #716d6e;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

#checkoutModal .modal-dialog {
    width: 748px;
}

#checkoutModal .modal-content {
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

#checkoutModal .modal-header {
    background-color: #ffbf00;
    border-bottom: medium none;
    color: #fff;
}

#checkoutModal .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#checkoutModal .close {
    color: #fff;
    font-size: 27px;
    margin: 1px 7px 0 0;
    opacity: 0.6;
    text-shadow: none;
}

#checkoutModal .close:hover,
.close:focus {
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

#checkoutModal .modal-body {
    padding: 0;
}

#checkoutModal .modal-body h3 {
    color: #ffbf00;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
}

#checkoutModal .checkout-info-box {
    background-color: rgba(255, 191, 0, 0.2);
    padding: 20px 30px;
}

#checkoutModal .checkout-info-box h3 {
    color: #716d6e;
    margin: 0 0 15px;
}

#checkoutModal .checkout-info-box h3 i {
    font-size: 23px;
}

#checkoutModal .checkout-vehicle-info {
    margin-top: 30px;
}

#checkoutModal .location-date-info {
    float: left;
    max-width: 340px;
    padding: 0 0 0 30px;
}

#checkoutModal .vehicle-info {
    float: right;
    max-width: 360px;
    padding: 0 30px 0 0;
}

#checkoutModal .vehicle-info h3 {
    float: left;
    margin-right: 10px;
}

#checkoutModal .vehicle-info a {
    font-size: 12px;
}

#checkoutModal .vehicle-info .vehicle-image {
    width: 90%;
}

#checkoutModal .info-box {
    margin-bottom: 25px;
}

#checkoutModal .info-box .glyphicon {
    float: left;
    font-size: 17px;
}

#checkoutModal .info-box .info-box-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 25px;
}

#checkoutModal .info-box .info-box-description {
    font-size: 14px;
    margin-left: 25px;
}

#checkoutModal .checkout-personal-info {
    padding: 0 30px;
}

#checkoutModal .checkout-personal-info .form-group {
    float: left;
    min-height: 70px;
    width: 335px;
}

#checkoutModal .checkout-personal-info .form-group.left {
    margin-right: 7px;
}

#checkoutModal .checkout-personal-info .form-group.right {
    margin-left: 7px;
}

#checkoutModal .checkout-personal-info .age {
    float: left;
    min-height: 70px;
    width: 140px;
}

#checkoutModal form .styled-select-age {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
}

#checkoutModal form .styled-select-age::after {
    background: #ffffff url("../img/dropdown-icon.html") no-repeat scroll 5px 18px;
    content: "";
    height: 39px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
}

#checkoutModal form .styled-select-age select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    height: 39px;
    padding: 9px 10px;
    width: 100%;
}

#checkoutModal form input {
    background-color: #dbdbdb;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
}

#checkoutModal form *:-moz-placeholder {
    font-size: 14px !important;
}

#checkoutModal form *::-moz-placeholder {
    font-size: 14px !important;
}

#checkoutModal form .checkbox {
    padding-left: 0;
}

#checkoutModal form input[type="checkbox"] {
    display: none;
}

#checkoutModal form .checkbox label {
    font-size: 18px;
}

#checkoutModal form .checkbox label::before {
    background-color: #dbdbdb;
    color: #f3f3f3;
    content: "";
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 24px;
}

#checkoutModal form input[type="checkbox"]:checked + label::before {
    content: "✓";
}

#checkoutModal .checkout-address-info {
    padding: 0 30px;
}

#checkoutModal .checkout-address-info .city {
    float: left;
    margin-right: 7px;
    width: 335px;
}

#checkoutModal .checkout-address-info .zip-code {
    float: left;
    margin-left: 7px;
    width: 335px;
}

#checkoutModal .newsletter {
    margin: 30px 0;
    padding: 0 30px;
}

#checkoutModal .modal-footer {
    background-color: #e3e2e2;
}

#checkoutModal .modal-footer .btn {
    background-color: #ffbf00;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}

#checkoutModal .modal-footer .btn-border {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 1px;
}

#checkoutModal .modal-footer .btn-yellow {
    border-color: #ffd992;
}

#checkoutModal .modal-footer .btn-yellow button {
    background-color: #ffbf00;
}

#checkoutModal .modal-footer .btn-gray {
    border-color: #b8b6b6;
}

#checkoutModal .modal-footer .btn-gray button {
    background-color: #716d6e;
}

@media (max-width: 1200px) {
    header.large .brand {
        width: 75%;
    }

    header .header-info .contact {
        font-size: 14px;
    }

    header .navbar-default {
        font-size: 14px;
    }

    header.large {
        height: 133px;
    }

    /*header.small {
    height: 91px;
}*/
    header.small .brand {
        margin: 28px 0 0;
    }

    #teaser form .styled-select-car select {
        font-size: 21px;
    }

    #teaser form .input-group-addon {
        font-size: 14px;
        width: 95px;
    }

    #teaser form .input-group-addon .glyphicon {
        font-size: 12px;
    }

    #teaser form .input-group input {
        font-size: 14px;
        padding-left: 10px;
    }

    #teaser form .styled-select-time select {
        font-size: 14px;
        padding: 0 5px;
    }

    #teaser form .date {
        width: 195px;
    }

    #teaser form .time {
        width: 105px;
    }

    #teaser form .styled-select-time::after {
        background: #ffffff url("../img/dropdown-icon.html") no-repeat scroll 10px 18px;
    }

    #teaser form .submit {
        font-size: 19px;
    }

    #teaser .title {
        font-size: 30px;
    }

    #teaser .subtitle {
        font-size: 18px;
    }

    #teaser form {
        padding: 20px 30px;
    }

    #teaser .reservation-form-shadow {
        height: 465px;
    }

    #services h2 {
        font-size: 42px;
        margin: 0 0 20px;
    }

    #services .service-box .service-icon {
        font-size: 36px;
        height: 38px;
        line-height: 37px;
        width: 38px;
    }

    #services .service-box .service-title {
        font-size: 24px;
        padding-top: 6px;
    }

    #services .service-box .service-content {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }

    #newsletter .title {
        font-size: 24px;
    }

    #newsletter .subtitle {
        font-size: 15px;
    }

    #newsletter .newsletter-form {
        height: 50px;
        padding: 7px;
    }

    #newsletter .newsletter-form button {
        font-size: 17px;
    }

    #newsletter .social-icons ul li a {
        font-size: 31px;
        height: 51px;
        line-height: 51px;
        width: 55px;
    }

    #vehicles .title {
        font-size: 32px;
    }

    #vehicles #vehicle-nav-container {
        height: 335px;
    }

    #vehicles .vehicle-nav li a {
        font-size: 16px;
        height: 55px;
        line-height: 55px;
    }

    #vehicles .vehicle-price {
        font-size: 20px;
    }

    #vehicles .vehicle-price {
        font-size: 20px;
    }

    #vehicles .vehicle-price .info {
        font-size: 16px;
    }

    #vehicles .table {
        font-size: 12px;
    }

    #vehicles .reserve-button {
        font-size: 22px;
    }

    #vehicles .reserve-button {
        font-size: 22px;
    }

    #reviews .review {
        font-size: 18px;
    }

    #reviews .author {
        font-size: 16px;
    }

    #locations .location-select h2 {
        font-size: 28px;
        margin: 30px 0 0 21px;
    }

    #locations .map {
        height: 500px;
    }

    #information .title {
        font-size: 28px;
        margin: 0 0 20px;
    }

    #information .subtitle {
        font-size: 20px;
        margin: 0 0 30px;
    }

    #information p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    #information .btn {
        font-size: 20px;
    }

    #partners h2 {
        font-size: 42px;
        margin: 0 0 20px;
    }

    #partners p {
        font-size: 16px;
    }

    #contact h2 {
        font-size: 32px;
    }

    #contact .contact-info {
        font-size: 16px;
    }

    #contact form .form-group {
        margin-bottom: 15px;
    }

    #contact form .text-field {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #contact .contact-box {
        font-size: 13px;
    }

    #contact .contact-box img {
        width: 65px;
    }

    #contact .contact-box-name {
        font-size: 20px;
    }

    #contact form *:-moz-placeholder {
        font-size: 16px !important;
    }

    #contact form *::-moz-placeholder {
        font-size: 16px !important;
    }

    #contact form .submit-message {
        font-size: 20px;
    }

    footer .footer-nav li a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    header .brand {
        display: none;
    }

    .navbar-brand {
        padding: 0;
        width: 230px;
    }

    header .navbar-brand {
        display: block;
    }

    header .navbar-toggle {
        margin-top: 4px;
    }

    header.large {
        height: 91px;
    }

    header.large .header-info {
        display: none;
    }

    header .navbar-default .navbar-collapse {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #fff;
        border-color: -moz-use-text-color #ffbf00 #ffbf00;
        border-image: none;
        border-style: none solid solid;
        border-width: medium 14px 14px;
        box-shadow: 0 4px 1px -1px rgba(50, 50, 50, 0.32);
        margin: 15px 0 0;
        padding: 32px;
        position: absolute;
        width: 100%;
        z-index: 1183;
    }

    #teaser {
        height: 1100px;
    }

    #teaser .title {
        text-align: center;
    }

    #teaser .carousel {
        margin-bottom: 70px;
    }

    #teaser form .date {
        width: 65%;
    }

    #teaser form .time {
        width: 32%;
    }

    #newsletter .title {
        margin-bottom: 25px;
        text-align: center;
    }

    #newsletter .newsletter-form {
        width: 100%;
    }

    #newsletter .social-icons {
        margin-top: 25px;
        text-align: center;
        width: 100%;
    }

    #newsletter .social-icons ul li {
        display: inline-block;
        float: none;
    }

    #vehicles .styled-select-vehicle-data {
        /*display: block;*/
    }

    #vehicles .styled-select-vehicle-data444 {
        display: block;
    }

    #vehicles #vehicle-nav-container {
        height: auto;
    }

    #vehicles .vehicle-nav {
        display: none;
    }

    #vehicles .vehicle-nav-control {
        display: none;
    }

    #vehicles .vehicle-img {
        margin: 15px 0;
    }

    #vehicles .vehicle-img img {
        display: inline-block;
    }

    #locations .location-select {
        height: 155px;
    }

    #locations .location-select h2 {
        text-align: center;
    }

    #locations .styled-select-location {
        margin: 22px 21px 0 22px;
    }

    #information {
        text-align: center;
    }

    #information img {
        display: inline-block;
        margin-bottom: 25px;
    }

    #information .video {
        margin-bottom: 25px;
    }

    #partners {
        padding-bottom: 50px;
    }

    #partners img {
        display: inline-block;
        margin-bottom: 40px;
    }

    #contact .contact-info {
        margin-top: 40px;
    }

    #checkoutModal .modal-dialog {
        margin: 0;
        width: 100%;
    }

    #checkoutModal .form-group {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    #checkoutModal .modal-footer {
        text-align: center;
    }
}

@media (max-width: 660px) {
    #checkoutModal .vehicle-info {
        float: none;
        max-width: 100%;
        padding: 0 45px;
        width: 100%;
    }

    #checkoutModal .location-date-info {
        float: none;
        padding: 0 0 0 45px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #teaser form .submit {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    }

    .navbar-fixed-top {
        border-width: 0 0 1px;
        top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .collapse.in {
        display: block !important;
    }
}

.vehicle-data {
    float: left;
    padding: 7px;
    width: 100%;
}
.price {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 5px 0;
    width: 100%;
    text-align: right;
}                                                                                              

.price1 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    text-align: left;
  min-height: 46px;
}

.price2 > span {
    color: #1a1d22;
    font-size: 24px;
    font-weight: bold;
    display: none;
}

.ac-btn {
   text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #100f0f;
  color: #fff !important;
}

.ac-btn:hover {
background-color: #f67219;    color: #fff !important;
}

.car-detail li {
    float: left;
    list-style: outside none none;
    margin-right: 5px;
    padding: 0;
    width: 30%;
}

.car-detail > ul.li_listing {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.car-detail {
    float: left;
    margin-top: 1px;
    padding: 2px 5px;
    width: 100%;
}

.price1 span {
    font-weight: 500;
}

.car-detail li {
    border-radius: 30px;
}

.car-detail i {
    color: #f37022;
    font-size: 18px;
    padding-top: 6px;
}

.car-detail a {
    color: #343434;
    float: right;
    font-size: 18px;
    height: 30px;
    padding: 2px 0;
    width: 40px;
}

.no-padding {
    padding: 0;
}

.section_2 {
    background: #f8f8fc none repeat scroll 0 0;
    float: left;
    margin-top: 0;
    padding: 29px;
    text-align: center;
    width: 100%;
}

.section_2 i {
    border: 2px solid #ffce00;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 42px;
    height: 120px;
    line-height: 112px;
    text-align: center;
    width: 120px;
}

.section_2 h6 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.col-sm-4.text-center {
    margin-bottom: 40px;
}

.section_2 > h1 {
    color: #333334;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 7%;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}


.section_2 h1::after {
    border-bottom: 2px solid #fec722;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 120px;
    margin: 0px auto;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 30px;
}

.vehicle_img_sec {
   background: #fff;
  border: 1px solid #dededc;
  margin-top: 20px;
  min-height: 300px;
  border-radius: 5px;
}

.vehicle_img_sec:hover { 
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);transform: translateY(-0.25em);transform-style: preserve-3d
}

.book_nowsec {
   background: #f37022 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 20px;
  transition: all 0.6s ease 0s;
  width: 155px;
  border-radius: 35px;
}

.book_nowsec a{ 
    color: #fff!important; 
}
.book_nowsec:hover a{ 
    color: #000!important; 
}

.book_nowsec:hover {
    background: #fff none repeat scroll 0 0;
    opacity: 0.8;
    color: #000;
    border: 1px solid #f37022;
}

.nav_taxijal {
    float: right;
}

.carspace-btn:hover {
    background: #ffc20a none repeat scroll 0 0;
    color: #000;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/


.title.wow.fadeInDown.animated.animated {
    color: #454141;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.our-routes {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px 20px 30px 20px;
}

.our-routes h1 {
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    border-bottom: 2px solid #f9e7e2;
}

.lines {
    border-bottom: 2px solid #f37022;
    margin: auto;
    height: 1px;
    width: 60px;
    margin-bottom: 10px !important;
    text-align: center;
}

.bookbtn-top {
    color: #000 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0px !important;
    font-size: 32px;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    margin: auto;
}

@media only screen and (max-width:767px) {

    .section_2 > h1 {
        font-size: 21px;
    }

    .vehicle-data {
        width: 100%;
    }

    .our-routes {
        padding: 0px;
    }

    #carousel {
        background: rgba(0, 0, 0, 0) url("../images/testi-image.html") no-repeat scroll 0 0 / 100% auto;
        height: auto;
        background-size: cover;
    }

    .info-link {
        margin-top: 20px;
        padding-left: 0;
    }

    #carousel h1 {
        font-size: 24px;
        margin-bottom: 22px;
        margin-top: 14px;
        ;
    }

    .vehicle-img {
        float: left;
        width: 100%;
    }

    .car-detail li {
        padding: 0px;
    }

    #vehicles .vehicle-nav-row {
        padding-right: -1px !important;
    }
}

/**********************************************/
.navbar-nav > li > a {
    padding: 28px 20px 4px 20px;
    line-height: 16px;
    margin-top: 1px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #3e3e3e;
}


.navbar-nav li {
    border-left: 0px solid #3e3e3e;
    color: #3e3e3e;
    margin: 8px 0px;
}

.navbar-nav li .fa {
    font-size: 18px;
    font-weight: 500;
    margin-right: 2px;
}

.navbar-nav li a:hover {
    color: #f37022 !important;
}

.navbar-nav li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #181818 !important;
}

.navbar-nav li:nth-child(1) {
    border-left: 0px solid #3e3e3e;
}

.navbar-nav li:hover {
    color: #f37022 !important;
}

.navbar-default .navbar-nav > .active > a {
    color: #3e3e3e;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}

.navbar-default .navbar-nav > .active > a {
    color: #3e3e3e !important;
    background-color: #fff
}

.logo img {
    margin-top: 8px;
    width: 270px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0px !important;
}

.slider {
    background: rgba(0, 0, 0, 0) url("../images/slider.jpg") no-repeat scroll 0 0 / 100% 100%;
    padding-bottom: 30px;
    position: relative;
}

.hero-text h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 34%;
    text-transform: uppercase;
}

.carspace-btn {
    background: linear-gradient(to bottom, #f85007 0%, #f68121 100%);
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 42px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.carspace-btn:hover {
    background: #000;
    color: #fff;
}

.night-rider {
    background-color: #333;
    margin-top: 83px;
    padding-top: 6px;
}

.vehicle-section-divider .section-divider-content::before {
    border-top: dashed #f8f2f2;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    z-index: 0;
}

label {
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3e3e3e;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    background-color: transparent !important;
    border: 1px solid #bec4c8 !important;
    color: #232222 !important;
    cursor: pointer !important;
    font-size: 14px;
    height: 45px !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    padding: 0 0 0 7px !important;
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    line-height: 42px !important;
}

.offerimg {
    border-radius: 10px;
    top: -100px;
    border: 3px solid #d75752;
    margin-top: -35px;
}

.icon {
    padding: 11px 4px 4px 0px;
    color: #a6b3bd;
    min-width: 26px;
    text-align: center;
    font-size: 20px !important;
}

.input-field,
select {
    width: 85%;
    padding: 5px;
    outline: none;
    border: 0px;
    background-color: #fff;
    border-left: 0px solid #bec4c8;
}


.hero-text p {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    text-transform: uppercase;
}

.text-left {
    float: left;
    text-align: center;
    width: 100%;
}

.welcome-btn {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.carspace-btn.page-scroll:hover {
    text-decoration: none;
}

.pickup-form {
    background: rgb(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: block;
    padding: 1px 25px 15px;
    position: relative;
    border-top: 0px solid #f37022;
    border-radius: 15px;
    margin: 32px 0px 20px;
}

.pickup-form .form-group {
    margin-bottom: 10px;
}

.pickup-form .form-control {
    border-radius: 0;
    color: #333 !important;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.input-group-text i {
    color: #f67219;
    font-size: 18px;
}

.input-group-text {
    -moz-box-align: center;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 0.375rem 0.75rem;
    text-align: center;
    white-space: nowrap;
}

.input-group-append,
.input-group-prepend {
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.input-group {
    -moz-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%;
}

/*************************service style start*******************************/

.section-bg-2 {
    background-image: url(../img/servicebg.png)
}

.section-space {
    padding: 35px 0;
}

.center {
    text-align: center;
}

.services-bg {
    box-shadow: 0 0px 10px rgba(0, 0, 0, .09);
    background: #fff;
    padding: 30px 15px;
}

.services-bg,
.app-bg,
.packages-bg,
.customer-bg {
    box-shadow: 0 0px 10px rgba(0, 0, 0, .09);
    background: #fff;
}

.image-bottom {
    margin: 0 0 20px;
}

.h4-bottom {
    margin-bottom: 10px;
}

.center p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.center {
    text-align: center;
}

.services-bg:hover,
.app-bg:hover,
.packages-bg:hover,
.customer-bg:hover {
    box-shadow: 0 0px 45px rgba(0, 0, 0, .09);
}

.center.h4-bottom > a {
    color: #333333;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: none;
}

.h2-bottom {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
}

#services h2 {
    font-size: 34px;
    font-weight: 900;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

/*************************service style end*******************************/


/************************************testimonial style start**************************************/



#testimonial .img-circle {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-part {
    margin: 0;
}

.blockquote-footer {
    color: #5db4c0;
}

.comment-box,
.comment-box2 {
    color: #444343;
    background: #fff;
    position: relative;
    max-width: 700px;
    min-height: auto;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}

.comment-box::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 33px 0 31px 40px;
    content: "";
    left: 156px;
    position: absolute;
    right: -15px;
    top: 135px;
}

.comment-box2:after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 33px 0 31px 40px;
    content: "";
    left: 156px;
    position: absolute;
    right: -15px;
    top: 135px;
}

.comment-box p,
.comment-box2 p {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-style: italic;
    padding: 30px 10px;
}

.ion-minus {
    padding: 0px 10px;
}


#testimonial {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 40px;
    float: left;
    width: 100%;
}

.row.text-center > h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.row.text-center {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.testimonial-text h3 {
    color: #fff;
    float: left;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 32px;
    width: 100%;
    font-weight: bold;
    font-family: "Poppins", sans-serif;

}

.testimonial-text > span {
    color: #fff;
    float: left;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-top: 4px;
    width: 100%;
}

.row.text-center h2 {
    position: relative;
    padding-bottom: 12px;
}

.row.text-center > h2::after {
    border-bottom: 2px solid #f67219;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 8%;
}

/************************************testimonial style end**************************************/
/*********************Contact page style***************************/
.contact > span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f67219;
    color: #f67219;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    width: 60px;
}

.contact > span {
    color: #f67219;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
}

.contact {
    text-align: left;
}

.information {
    margin-top: 5px;
    padding-left: 80px;
}

.information > strong {
    color: #000;
    display: table;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.information > p {
    line-height: 22px;
    margin: 0;
}

.contact {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
    text-align: left;
}

.contact-now h1 {
    color: #333333;
    float: left;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/*********************Contact page end***************************/

/******************************footer page style**********************************/
.socialLinks {
    margin-bottom: 2px;
    margin-top: 2px;
}

.footer-copyright > p {
    font-size: 16px;
    padding-top: 10px;
}

.footertops {
    background-color: #fff;
    padding: 35px 0px 20px 5px;
}

.footernav {
    padding: 45px 40px 20px 40px;
}

.footernav ul {
    margin: 0px;
    padding: 0px;
}

.footernav ul .fa {
    margin-right: 5px;
}

.footernav ul li {
    list-style: none;
    padding: 0 0 9px;
}

.footernav ul li a {
    color: #131212;
    font-size: 17px;
}

.ftrcont .fa {
    color: #f37022;
    font-size: 20px;
}

.ftrcont a {
    color: #131212;
    font-size: 18px;
    text-transform: lowercase;
}

.footernavtitle {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    padding: 0 0 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 20px 0 12px;
    font-weight: 700;
    position: relative;
    padding-bottom: 3px;
}

.footernavbox03 {
    font-size: 18px;
}

.footernavbox03 p {
    font-size: 17px;
}

.footernavtitle::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 90px;
    height: 2px;
    border-radius: 2px;
    background: #f26419;
    bottom: 0;
    animation: 4s infinite line;
}

@keyframes line {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
 

    .socialLinks a:hover {
        background: #fff;
        color: #000;
    }

    .socialLinks a i {
        display: block;
        margin-top: 9px;
    }

    footer {
        text-align: center;
    }

    footer {
        background: #f6f6f6;
        padding: 5px 0;
        text-align: center;
    }

    .footer-copyright > p {
        color: #000;
        font-family: "Poppins", sans-serif;
        font-size: 17px;
    }

    /*******************************footer page end**************************************************/
    /***************************new style start***************************/



    @media only screen and (min-width:320px) and (max-width:767px) {


        .pickup-form {
            float: left;
            margin-top: 34px;
            padding: 30px;
            width: 100%;
        }

        .hero-text h2 {
            color: #fff;
            font-size: 23px;
            margin-bottom: 10px;
            margin-top: 6%;
        }

        .carspace-btn {
            color: #fff;
        }

        .slider {
            background: none;
            height: auto;
            padding-bottom: 0;
            padding-top: 30px;
        }

        .hero-text p {
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            text-transform: uppercase;
        }

        .services-bg {
            margin-bottom: 30px;
        }

        #services h2 {
            font-size: 20px;
        }

        .center.h2-bottom {
            font-size: 20px;
            margin-bottom: 12px;
            margin-top: 0;
        }

        .section-space {
            padding: 40px 0;
        }

        .contact {
            float: left;
            width: 100%;
        }

        .contact > span {
            color: #f67219;
            font-size: 22px !important;
            line-height: 39px !important;
            text-align: center;
        }

        .contact > span {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #f67219;
            color: #f67219;
            float: left;
            font-size: 30px;
            height: 41px;
            line-height: 55px;
            text-align: center;
            width: 41px;
        }

        .information {
            margin-top: 5px;
            padding-left: 50px;
        }

        .information > p {
            line-height: 22px;
            margin: 0;
            font-size: 13px;
        }

        .comment-box::after {
            display: none;
        }

        .comment-box,
        .comment-box2 {

            float: left;
            height: auto;
        }

        .testimonial-text {
            text-align: center;
        }

        .testimonial-text h3 {
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 0px;
            width: 100%;
        }

        .testimonial-text > span {
            margin-bottom: 10px;
        }

        .comment-box p,
        .comment-box2 p {
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            padding: 30px 10px;
        }

        .row.text-center > h2 {
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-size: 17px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .row.text-center {
            float: left;
            margin-bottom: 16px;
        }

        .pickup-form {
            padding: 17px;
            width: 100%;
        }

        .carspace-btn {
            color: #fff;
            float: left;
            font-size: 14px;
            font-weight: 600;
            margin-top: 10px;
            padding: 13px 39px;
        }
    }

    .call_us {
        float: left;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .call_us i {
        color: #000;
        font-size: 15px;
        margin-left: 5px;
    }

    .fa.fa-phone > a {
        color: #000;
        font-family: "Poppins", sans-serif;
        margin-left: 3px;
        font-size: 15px;
        text-decoration: none;
    }

    /*------------About-----------*/
    #masttitles {
        background-attachment: scroll;
        background-image: url(../images/page-title.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .page-title.scheme-dark .overlay {
        background-color: #2e2e2e;
        opacity: 0.95;
    }

    .page-title .overlay {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .page-title .page-title-content {
        letter-spacing: 0.175em;
        margin: 0 auto;
        max-width: 1210px;
        padding: 72px 20px 70px;
        position: relative;
        text-align: center;
        z-index: 1;
    }

    .page-title.scheme-dark .title {
        color: #ffffff;
        font-size: 48px;
        font-weight: bold;
    }

    .page-title ul.breadcrumb {
        font-size: 11px;
        list-style: outside none none;
        margin-left: -16px;
        margin-top: 22px;
        padding: 0;
        text-transform: uppercase;
    }

    .breadcrumb {
        background: transparent none repeat scroll 0 0;
        color: #fff;
        font-size: 14px !important;
        margin-top: 7px !important;
    }

    .page-title ul.breadcrumb li {
        margin-left: 4px;
    }

    .page-title {
        position: relative;
    }

    .about-img {
        overflow: hidden;
    }

    .about-img img {
        border: 1px solid #ccc;
        margin-top: 75px;
        padding: 4px;
        width: 100%;
        transition: all 0.6s ease 0s;
    }

    .about-img img:hover {
        transform: scale(1.1);
    }

    .about_cnt h1 {
        position: relative;
        padding-bottom: 10px;
    }

    .about_cnt h1::after {
        border-bottom: 2px solid #f67219;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 60px;
    }

    .border-list {
        list-style: outside none none;
        padding: 0;
    }

    .border-list li {
        border-bottom: 1px solid #e8e8e8;
        margin: 0 6px 0 0;
        padding: 14px 0 14px 20px;
    }

    .border-list i {
        font-size: 14px;
        margin-right: 9px;
        color: #f67219;
    }

    .border-list a {
        color: #343434;
        transition: all 0.6s ease 0s;
    }

    p.pakge {
        font-size: 20px;
        font-weight: bold;
    }

    .contact-details-list {
        list-style: outside none none;
        padding: 0;
    }

    .contact-details-list i {
        color: #f67219;
        float: left;
        font-size: 37px;
        margin-top: 15px;
    }


    .cdw-phone.clearfix {
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        padding: 25px 0 25px 55px;
        font-family: arial;
        font-size: 16px;
    }

    .cdw-address.clearfix {
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        padding: 25px 0 25px 55px;
        font-family: arial;
        font-size: 16px;
    }

    .cdw-email.clearfix {
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        padding: 25px 0 25px 55px;
        font-family: arial;
        font-size: 16px;
    }

    .carspaces_btn {
        background: #000 none repeat scroll 0 0;
        border: 2px solid #fff;
        border-radius: 0;
        color: #fff;
        float: left;
        font-size: 15px;
        font-weight: 600;
        padding: 12px 42px;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.5s ease 0s;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        text-decoration: none;
    }

    button.carspaces_btn:hover {
        background: #f67219;
    }

    .contact-form-1 {
        float: left;
        margin-bottom: 40px;
        margin-top: 50px;
        width: 100%;
    }

    .qns-one-half form label {
        display: block;
        font-size: 14px;
        margin: 0 0 10px;
    }

    .qns-one-half form input[type="text"],
    .qns-one-half form textarea {
        border: 1px solid #e8e8e8;
        color: #bebebe;
        font-size: 16px;
        margin: 0 0 25px;
        padding: 12px;
        width: calc(100% - 24px);
    }

    .qns-one-half button {
        border: medium none;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        padding: 10px 25px;
        background: #f67219;
    }

    #page-header {
        background: #f0f0f0 url(../images/image28.jpg) no-repeat scroll center top;
        float: left;
        height: 250px;
        margin: 100px 0px 0px 0px !important;
        padding: 75px 0 0;
        text-align: center;
        width: 100%;
    }

    #page-header h1 {
        color: #424242;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    .qns-one-half.qns-last h4 {
        border-bottom: 2px solid;
        font-family: arial;
        font-size: 19px;
        font-weight: bold;
        line-height: 38px;
        margin-top: 0px;
        width: 27%;
        font-family: arial;
    }

    .qns-one-half.qns-last h3 {
        border-bottom: 2px solid;
        font-family: arial;
        font-size: 19px;
        font-weight: bold;
        line-height: 38px;
        margin-top: 10px;
        width: 27%;
        font-family: arial;
    }

    .contact_main,
    .book_section {
        display: inline-block;
        width: 100%;
        padding: 40px 0;
    }

    .comment-box::after,
    .comment-box2:after {
        display: none;
    }

    .about_content {
        padding: 40px 0;
    }

    .book_nowsec:hover a {
        color: #000;
    }

    .headre_top_iner {
        padding: 15px 0;
    }

    .header_top_iner {
        background: linear-gradient(to right, #ffffff 0%, #eeeeee 100%);
        padding: 5px 0;
    }

    ul.contacts-detail-list {
        list-style: none;
        color: #fff;
        margin: 0;
        padding-left: 0;
    }

    ul.contacts-detail-list li {
        float: left;
        width: 50%;
    }

    li.cdwe-phons strong,
    li.cdwe-phone strong {
        color: #fff;
        font-size: 16px;
    }

    ul.contacts-detail-list li.cdwe-phone {
        float: left;
        padding-right: 12px;
    }

    li.cdwe-phons {
        float: left;
        padding-right: 12px;
    }

    ul.contacts-detail-list a {
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        transition: 0.6s;
        font-weight: 500;
        color: #666666;
    }

    ul.contacts-detail-list li a i {
        margin-right: 5px;
        color: #666666;
    }

    ul.contacts-detail-list .fa {
        color: #666666;
    }

    ul.contacts-detail-list a:hover {
        color: #ffc20a;
    }

    .book_nowsec a {
        color: #000;
    }

    h3.h3title {
        margin-top: 0;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        color: #000;
    }

.vehicle-data h3.h3title {
  margin-top: 12px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 30px;
  margin-left: 20px; 
}

    #vehicles .styled-select-vehicle-data444 {
        display: none;
    }

    #vehicles .vehicle-nav li a i {
        margin-right: 10px;
        font-size: 18px;
    }

    .information p a {
        color: #333;
    }

    .cdw-phone.clearfix a,
    .cdw-email.clearfix a {
        color: #333;
    }

    .pickup-form h3 {
        margin-top: 0;
        text-align: center;
        font-weight: bold;
    }

    span.tollsec {
        font-size: 24px;
        padding-left: 15px;
    }

    .banner_slidr {
        position: relative;
        margin-top: 5%;
    }

    .banner_slidr:after {
        background: rgba(0, 0, 0, 0.6);
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        display: block;
        border: 3px solid #f67219;
    }

    h1.slidr_title {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        z-index: 9;
        padding: 0 20px;
    }

    img.car_baner_img {
        width: 100%;
        position: relative;
    }

    span.tollsec {
        float: left;
        font-size: 21px;
        margin-top: 30px;
        padding-left: 0;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
    }

    .cdwe-phones {
        position: fixed;
        bottom: 0;
        z-index: 9;
        left: 0;
        right: 0;
        text-align: center;
        background: #ffc20a;
        padding: 15px 0;
        display: none;
    }

    .cdwe-phones a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding-left: 10px;
    }

    .cdwe-phones a i {
        padding-right: 7px;
    }

    .cdwe-phones strong {
        color: #f67219;
        font-size: 20px;
    }

    .cdwe-phones a:hover {
        color: #f67219;
    }


    /*-------------- Media Start ------------------*/
    @media only screen and (max-width: 1230px) {
        .pickup-form {
            margin-top: 0;
            padding: 15px 15px 5px;
        }

        .pickup-form .form-group {
            margin-bottom: 5px;
        }

        .carspace-btn {
            margin-bottom: 10px;
            margin-top: 0;
        }

        ul.contacts-detail-list a {
            font-size: 14px;
        }

        li.cdwe-phons strong,
        li.cdwe-phone strong {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 1199px) {
        header.large {
            height: auto;
        }

        #vehicles .vehicle-nav li a i {
            margin-right: 10px;
            font-size: 20px;
        }

        .pickup-form h3 {
            margin-top: 10px;
        }

        .navbar-nav li a {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 992px) {

        .price1,
        .price2 span {
            font-size: 15px;
        }

        .car-detail a {
            font-size: 12px;
            height: 20px;
            width: 25px;
        }

        .car-detail i {
            color: #f5c53d;
            font-size: 12px;
            padding-top: 5px;
        }

        .car-detail li {
            margin-right: 2px;
        }

        .vehicle-data {
            width: 95%;
        }

        #vehicles .vehicle-img {
            margin: 0px 0;
        }

        #services h2,
        .row.text-center > h2,
        .hero-text h2,
        .contact-now h1 {
            font-size: 26px;
        }

        .center.h4-bottom > a {
            font-size: 18px;
        }

        .comment-box::after,
        .comment-box2::after {
            display: none;
        }

        .comment-box p,
        .comment-box2 p,
        .hero-text p {
            font-size: 14px;
        }

        #testimonial {
            padding: 40px 0;
        }

        .our-routes {
            padding: 61px 0;
        }

        .hero-text h2 {
            margin-top: 30px;
        }

        .pickup-form {
            margin-top: 0;
            padding: 15px 15px 5px;
        }

        .pickup-form .form-group strong,
        .pickup-form strong {
            font-size: 12px;
            font-weight: normal;
        }

        .input-group-text i {
            color: #f67219;
            font-size: 12px;
        }

        .pickup-form .form-control {
            font-size: 12px;
            height: 30px;
        }

        .pickup-form .form-group {
            margin-bottom: 5px;
        }

        .mb-3,
        .my-3 {
            margin-bottom: 5px !important;
        }

        .navbar-header {
            float: right;
            padding-top: 5px;
        }

        .navbar-toggle.collapsed,
        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background: #f67219 none repeat scroll 0 0;
            color: #fff;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .carspace-btn {
            font-size: 12px;
            margin-bottom: 10px;
            margin-top: 5px;
            padding: 5px 30px;
        }

        .slider {
            height: auto;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .contact > span {
            color: #f67219;
            font-size: 16px;
            height: 30px;
            line-height: 25px;
            text-align: center;
            width: 30px;
        }

        .information {
            margin-top: 5px;
            padding-left: 50px;
        }

        #vehicles .styled-select-vehicle-data444 {
            display: block;
        }

        .styled-select-vehicle-data444 select.vehicle-data-select {
            padding: 8px 0;
            border: none;
            background: #f67219;
        }

        div#bs-example-navbar-collapse-1 {
            left: 0;
            right: 0;
            top: 35px;
        }

        .navbar-default .navbar-toggle {
            border-color: #000;
            background: #000;
        }

        .navbar-nav li a {
            line-height: 25px;
            padding-bottom: 10px !important;
            padding-top: 10px !important;
        }

        span.tollsec {
            font-size: 18px;
        }

        h1.slidr_title {
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 900px) {
        .slider {
            height: auto;
            padding-bottom: 30px;
            padding-top: 5px;
        }

        .call_us {
            display: none;
        }

        .information > strong {
            font-size: 14px;
        }

        .information > p {
            font-size: 12px;
            line-height: 20px;
            margin: 0;
        }

        .contact {
            margin-bottom: 20px;
            padding: 10px;
        }

        .information {
            margin-top: 5px;
            padding-left: 36px;
        }
    }

    @media only screen and (max-width: 767px) {
        #vehicles .vehicle-img {
            margin: 15px 0;
        }

        .cdwe-phones {
            display: block;
        }

        #services h2,
        .row.text-center > h2,
        .hero-text h2,
        .contact-now h1 {
            font-size: 20px;
        }

        .call_us {
            display: block;
        }

        .contact > span {
            color: #f67219;
            font-size: 16px;
            height: 40px;
            line-height: 20px;
            text-align: center;
            width: 40px;
        }

        .information {
            margin-top: 5px;
            padding-left: 50px;
        }

        .qns-one-half.qns-last h4,
        .qns-one-half.qns-last h3 {
            width: 100%;
        }

        .vehicle-img .vehicle-img {
            border: 0px solid #f67219;
            margin-top: 0 !important;
            padding-bottom: 5px;
            margin-bottom: 0 !important;
        }

        #vehicles .styled-select-vehicle-data {
            width: 95%;
        }

        .styled-select-vehicle-data444 select.vehicle-data-select {
            width: 100%;
            font-weight: bold;
        }

        .slider .pull-right {
            float: none !important;
        }

        .banner_slidr {
            margin-bottom: 2%;
        }
    }

    @media only screen and (max-width: 530px) {
        ul.contacts-detail-list li.cdwe-phone {
            padding-right: 10px;
        }

        ul.contacts-detail-list li a i {
            margin-right: 5px;
        }

        ul.contacts-detail-list {
            padding-left: 0;
        }

        ul.contacts-detail-list li {
            text-align: center;
            width: 100%;
        }
    }

    .cnos {
        margin-top: 30px;
        font-size: 20px;
    }

    .cnos a {
        margin-top: 40px;
        font-weight: 600
    } 
    .cnonum {
        background-color: #f67219;
        margin-right: 5px;
        padding: 10px;
        border-radius: 50%;
        color: #fff;
    }

.contact-details-list p a {
  font-size: 20px;
  color: #333;
}

    @media (min-width: 320px) and (max-width: 640px) { 
    .slider { 
    background-image: url("../images/slider.jpg");
  }
        .footernav {
  padding: 25px 5px 20px 5px;
} .cnos a{
       display: none
    }
section {
  padding: 35px 0px;
}
div#bs-example-navbar-collapse-1 {
            padding: 15px;
        }

        ul.contacts-detail-list li {
            text-align: left;
            line-height: 15px;
            font-weight: 500;
        }

        ul.contacts-detail-list a {
            font-size: 11px;
        }

        ul.contacts-detail-list li img {
            width: 31px;
        }

        .navbar-nav li {
            border-left: 0px solid #3e3e3e;
            border-bottom: 1px solid #ccc;
        }

        .pickup-form {
            margin-top: 0;
            padding: 1px 15px 2px;
        }

        .offerimg {
            height: 58px;
        }

        .offers {
            padding: 16px 15px 25px 15px;
        }

        .our-routes {
            padding: 41px 0;
        }

       .car-detail a {
    font-size: 16px;
    height: 27px;
    width: 26px;
  }
        #page-header {
            background: #f0f0f0 url(../images/image28.jpg) no-repeat scroll center top;
            height: 250px;
            margin: 80px 0px 0px 0px !important;
            padding: 75px 10px 0;
        }

        #page-header h1 {
            color: #424242;
            font-size: 34px;
        }

        .telscno {
            display: none;
        }

        .cnonum {
            margin-right: 2px;
            padding: 6px 6px 4px;
        }

        .contactptxt {
            font-size: 16px;
        }

        .abtsptxt {
            font-size: 16px;
        }

        .contact-details-list p a {
            font-size: 14px;
            color: #333;
        }

        .pickup-form {
            padding: 1px 10px 15px;
        }
        .bookbtn-top { 
  padding: 9px 0px !important;
  font-size: 25px;
  margin-top: 12px !important;
        }
        .pickup-form .form-group strong, .pickup-form strong {
    font-size: 14px;
    font-weight: 600;
  }
        .section-titlebox h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 600;
}
        .section-titlebox h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
}
        .section-row .service-item {  
  padding: 20px 18px;
        }
        .section-row .service-item .icon-box { 
  padding: 10px 0px 0px 10px;
  margin-bottom: 18px; 
}
        .section-row .service-content { 
  margin-bottom: 14px; 
}
.vehicle-data {
    width: 100%;
  }
        .price1, .price2 span {
    font-size: 18px;
    font-weight: 600;
  }
        .price1 span {
  font-weight: 700;
}
        .vehicle_img_sec { 
  min-height: 225px;
} 
        .why-choose-content h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 5px;
}
        
.vehicle-data h3.h3title {
  margin-top: 12px; 
  font-size: 20px;
  margin-left:15px; 
}
        .about-img-2 { 
  display: none;
}
        .about-img-1 img {
  border-radius: 22px;
  width: 100%;height: 310px;
}
    }