body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
button,
span,
input,
select,
textarea {
    font-family: Open Sans
}

h1 {
    font-weight: 700;
}

body {

    font-size: 14px;

    font-weight: 400;

    overflow-x: hidden;

    line-height: 22px;

    color: #fff;

    background: #151617;

}

.bg-black {
    background-color: #000;
}
.bt:hover{
   background-color:#000;
   border:1px solid #e1e471;
    color:#e1e471;  
}
.bt{
    background-color:#e1e471;
    border:1px solid #000;
    color:#000;
    border-radius:10px;
    padding:10px 15px;
}
.top-section{
    background-color:#e1e471;
    padding:65px 0 45px 0;
    text-align:center; 
    color:#000;
}
.top-section h1{
    margin-top:40px;
}
.ser-banner hr{
        max-width: 8%;
    background: #fff;
    opacity: 1;
    border-color: #fff;
    margin: 20px auto
}
ul li strong,
.b1 i {
    color: #e1e471;
}

.b1 h3 {
    font-size: 20px;
}

.b1 {
    padding: 20px;
    border: 2px dashed #e1e471;
    border-radius: 15px 0;
    margin-top: 10px;
}

.form-container {

    background: linear-gradient(to left, #e1e471 0%, #4e4f02 100%);

    padding: 20px;

    border-radius: 20px;

}

.f-d {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-d .col-md-10 {
    border: 1px solid #e1e471;
    padding: 10px 20px;
    margin-top: 10px;

}

.f-d .col-md-2 i {
    color: #000;
    background: #e1e471 !important;
    padding: 20px 25px;
    border-radius: 50%;
}

.ul li {
    line-height: 1.5em;
}

.carousel-item {
    min-height: 300px;
    /* Ensure a minimum height for carousel items */
}

.text-muted {
    font-style: italic;
    /* Italic style for testimonials */
}

#boot-icon {
    font-size: 700px;
    margin-top: -350px !important;
    z-index: -1;
    position: absolute;
    color: var(--color1);
    background-color: white;
    opacity: 1;
}

.main1 {
    background-color: #000;
    padding: 20px;
    text-align: center !important;
    color: #fff !important
}

p a {
    color: #e1e471;
}

@media (max-width:530px) {

    .main-banner {

        padding: 20px !important;

    }

    .navbar-collapse {

        padding: 20px 30px;

    }

}

.padd {
    padding: 20px 0;
}

@media(min-width:590px) {

    .main-banner {

        padding: 150px 75px 75px 75px !important;

    }

}

.form-container h1 {

    color: #fff;

}

.form-group label {

    font-size: 16px;

    color: #fff;

}

.btn-book {

    background-color: #000;

    border-color: #ffc107;

    color: #fff;

    font-size: 16px;

    border-radius: 20px;

    padding: 10px;

}

.form-control {

    font-size: 16px;

    height: 45px !important;



}

@media (min-width:768px) {

    .equal-col {

        display: -webkit-box;

        display: -moz-box;

        display: -ms-flexbox;

        display: -webkit-flex;

        display: flex;

        direction: ltr;

    }

    .flex {

        display: flex;

        align-items: center;

    }

}



h3 {
    color: #fff
}

.top {
    padding: 0px 0;
    border-bottom: 1px solid #333;
    background: #000;
}

.top ul.left {
    margin: 0;
    padding: 0
}

.top ul.left li,
ul.social li {

    display: inline-block;

}

.hr {

    margin-top: 40px;

    margin-bottom: 40px;

}

.f-16 {

    font-size: 16px;

}

.lh17 {
    line-height: 1.7
}

p {
    margin-bottom: 15px
}

.top ul.left a {

    color: #fff;

    font-size: 12px;

    text-decoration: none;

    border-left: 1px solid #615f5f;

    padding: 6px 12px;

    display: block;

    font-weight: 600;

}

ul.social {

    margin: 5px 0 0;

    padding: 0;

    float: right;

}

ul.social a {

    font-size: 12px;

    color: #777;

    display: block;

    padding: 6px 14px;

}

.banner {

    min-height: 86vh;

    background: url(../images/banner.jpg) no-repeat center;

    background-size: cover;

    display: flex;

    align-items: center;

    -webkit-align-items: center;

    -ms-align-items: center;

    -o-align-items: center;

}

.back {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/back1.webp) no-repeat center;

    background-size: cover;
    padding: 50px 0;
    width: 100%;
}

@media(max-width:900px) {
    .ser-banner {
        padding: 70px 0 !important;
    }
}

.accordion-item {
    border-radius: 8px;
    background: #FFF;
    margin-top: 15px;
}

.accordion-item-header {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 15px 15px;
    color: #000;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #aca22f !important;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.accordion-item-body-content {
    color: #6E6E6E;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 30px 10px 20px;
    text-transform: capitalize;
}

.navbar {
    z-index: 1000 !important;
}

.ser-banner {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),

        url(../images/bg4.webp) no-repeat center;
    background-size: cover;
    padding: 170px 0 70px 0;
    text-align: center;
    width: 100%;
}

.top ul.left a i {

    margin-right: 4px;

    color: #fff;

    font-size: 15px;

    position: relative;

    top: 2px;

}

.top ul.left li:last-child a {
    border-right: 1px solid #615f5f
}

.top select {
    margin-top: 4px
}

.form-control {

    height: auto;

    padding: 2px 12px;

    font-size: 12px;

    border-radius: 1px;

}

.b-l {

    border-left: 1px solid #ddd
}

.form-group {

    margin-bottom: 12px;

}

.navbar-toggle .icon-bar {
    background: #999
}

.shade {

    background: #000;

    z-index: 1;

    border-image: linear-gradient(to left, #4e4f02 0%, #e1e471 100%);

    border-image-slice: 1;

    border-width: 2px;

    border-bottom: 2px solid;

}



.btn-dft {
    background: #999;
    border-color: #999;
    color: #fff
}

.btn-lcs {
    background: #906657;
    border-color: #906657;
    color: #fff
}

.btn-feed {

    background: #3d485a;

    border-color: #3d485a;

    color: #fff;

}

.btn-dft:hover,
.btn-feed:hover {
    color: #fff
}

img {
    max-width: 100%
}

.details {

    width: 100%;

    float: left;

    display: block;

    padding: 6px;

    border: 1px solid #ddd;

    margin-bottom: 10px;

}


.details:first-of-type {
    margin-top: 10px;
}

.details p:first-of-type {
    float: left;
    width: 25%
}

.details p:last-of-type {
    float: right;
    width: 70%;
    text-align: right;
}

.details p {
    margin: 0;
    padding: 0
}

label {

    display: inline-block;

    max-width: 100%;

    margin-bottom: 5px;

    font-weight: normal;

    font-size: 12px;

}

.v-hidden {
    visibility: hidden
}



@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {

        margin-left: -3px;

    }

}



@media (min-width: 768px) {

    .navbar-nav {

        float: right;

    }

}



@media (min-width: 1200px) {

    .navbar-nav {

        margin-top: 21px;

    }

    .footer-bottom ul {
        float: right;
    }

}

a:focus,
a:hover {

    text-decoration: none;

}



.navbar-brand>img {

    max-width: 84px;

}

.navbar-brand {

    float: left;

    height: auto;

    padding: 0 0 0 0px;

}

.mb {
    margin-bottom: 60px
}



.navbar-nav .dropdown a {

    font-weight: 600;

    margin-right: 2px;

    font-size: 13px;

    padding: 6px 8px;

    color: #666
}

h2 {

    font-weight: 800;

    margin-bottom: 30px;

    margin-top: 0;

    color: #fff
}

hr {

    border-top: 1px solid #353535;

}

.mb60 {
    margin-bottom: 60px
}

.para {
    font-size: 16.5px;
}

h3 {
    font-weight: 700
}

.fleet {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.padd-b-0 {
    padding-bottom: 0 !important
}

.grow .btn-success {

    padding: 11px 36px;

    border-radius: 2px;

    font-weight: 600;

    letter-spacing: 0.8px;

    margin-top: 20px;

}

.intro {}

.intro i {

    font-size: 48px;

    color: #97922c;

    border-radius: 50px;

    width: 100px;

    height: 96px;

    line-height: 91px;

}

.areas {

    padding-bottom: 55px;

}

.areas p {

    line-height: 1.9;
    font-size: 16px;

}

.areas p strong {

    color: #000
}

.cc {
    padding-bottom: 40px
}

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

.contact label {
    display: block;

    font-weight: 600 !important;

    font-size: 14px !important;

    color: #fff;

    margin-bottom: 10px;
    text-transform: uppercase
}

.contact input,
.contact input:not([type=submit]),
.contact select,
.contact textarea {

    display: block;

    color: #fff;

    background: #403e3e !important;

    background-image: none;

    border: 1px solid #636363 !important;

    border-radius: 3px !important;

    font-size: 13px !important;

    padding: 9px 9px !important;

    border-bottom: 2px solid #636363 !important;

    width: 100%;

}

.contact input[type='submit'] {

    display: inline-block;

    padding: 11px 0px !important;

    border: 2px solid #97922c !important;

    width: 190px;

    text-align: center;

    font-size: 17px !important;

    font-weight: 600;

    color: #97922c;

    margin: 20px 0 57px;

    border-radius: 70px !important;

    transition: all 0.3s ease;

    line-height: 1.4;

    letter-spacing: 1px;

    background: transparent !important;

    text-transform: uppercase;

    cursor: pointer;

}

.contact input[type='submit']:hover {

    text-decoration: none;

    background: #97922c !important;

    border-radius: 70px !important;

    border: 2px solid #97922c !important;

    color: #fff;

}

.contact textarea {

    height: 200px;

}

.ser-3 {}

footer:before {

    content: "";

}

.ser-3 .in-details {

    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

    -o-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

    background: #fff;

    height: 100%;

}

.intro h3,
.fleet h3 {

    color: #111;

    margin-bottom: 10px !important;

    font-size: 16px !important;

}

.fleet img {
    width: 61%;
}

.ser-3 img {}

.ser-3 h3 {
    margin: 0;
    padding: 20px 15px;
    font-size: 18px;
    color: #111;
    text-align: left;
}

.ser-3 p {
    padding: 0 20px 15px;



}

.intro h3,
.fleet h3 {
    color: #fff;

    margin-bottom: 20px;
}

.intro p,
.fleet p {}

.gold {

    border: 1px solid #9a9a6a;

    color: #9a9a6a;

    line-height: 1.6;

    font-size: 30px;

    padding: 14px;

    text-align: center;

}

.tt2 {

    font-size: 33px;

    text-align: center;

    font-weight: 100;

    line-height: 1.7;

}

.intro a {

    display: block;

    width: 131px;

    margin: 0 auto;

    padding: 6px 0px;

    border: 1px solid #000;

    color: #000;

    font-size: 13px;

    font-weight: 600;

    border-radius: 1px;

}

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



.grey {
    background: #f0f0f0
}

.padd {
    padding: 5% 0
}

.navbar {

    min-height: auto;

    margin-bottom: 15px;

    margin-top: 15px;

}

.nav>li>a {

    padding: 5px 0px;

    font-weight: 600;

    font-size: 14px;

    letter-spacing: 0.2px;

    margin-right: 32px;

    text-transform: uppercase;

    color: #fff;

    border-bottom: 2px solid transparent;

}

.nav>li:last-child>a {
    margin-right: 0
}

.nav>li>a:hover {

    background: transparent;

    border-image: linear-gradient(to left, #4e4f02 0%, #e1e471 100%);

    border-image-slice: 1;

    border-width: 2px;

    border-radius: 0;

}

.main-content {

    padding-top: 8px;

    padding-bottom: 8px;

    margin: 0px 0;

}

input[type=text],
select {

    padding: 4px;

    margin: 0px 1px 3px 0px;

    display: inline-block;

    border: 1px solid #ccc;

}

.b-r {
    borde-right: 1px solid rgb(80, 80, 80);
}

.clear {

    clear: both;

}

button {
    border-radius: 2px !important;
    margin: 13px 0 10px !important
}

footer {

    background: url(../images/executive-driven-cars-background-min.jpg) no-repeat center;

    clear: both;

    position: relative;

}

footer:before {

    content: "";

    position: absolute;

    background: rgba(0, 0, 0, 0.85);

    width: 100%;

    height: 100%;

    top: 0;

}

footer a,
footer li,
footer p {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

footer h4 {

    color: #fff;

    margin: 0;

    padding: 0 0 24px;

    font-size: 14px;

    font-weight: 700;

}

footer a:hover {

    color: #fff
}

footer .first img {
    margin-bottom: 35px;
}

footer img.log {
    max-width: 74px;
}

.bor div.sep {
    display: block;
    margin: 0 auto;
    padding-top: 130px;
    padding-bottom: 130px;
    width: 1px;
    background: rgba(49, 49, 47, 0.47)
}

footer ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {}

footer ul li a i {
    margin-right: 5px;
}

footer ul.social {
    float: none;

    margin-top: 18px;
}

footer ul.social a {

    padding: 4px 10px;

    background: #e1e471;

    text-align: center;

    width: 30px;

    height: 30px;

    margin-right: 4px;

}

footer ul.social a i {
    margin: 0;
    color:#000;
}

footer .third ul li a {

    width: 100%;

    border-bottom: 1px solid rgba(49, 49, 47, 0.13);

    display: block;

}

footer .first,
footer .second,
footer .third {
    margin-bottom: 45px
}

.footer-bottom {

    border-top: 1px solid rgba(49, 49, 47, 0.47);

    padding: 30px 0 18px;

    position: relative;

}

.footer-bottom ul {}

.footer-bottom ul li {
    display: inline-block;

    margin-left: 14px;
}

.footer-bottom ul li a {}

.footer-bottom ul li a img {
    max-width: 130px
}



.tt3 {

    font-size: 21px;

    text-align: center;

    font-weight: 100;

    line-height: 1.8;

    max-width: 605px;

    margin: 30px auto;

}

.ride h5 {

    font-size: 16px;

    font-weight: 600;

    margin: 15px 0;

}

.pt10 {
    padding-top: 10px !important;
}

@media (min-width: 1200px) {

    #QuickEnquiryform {

        /* width: 440px !important;*/

    }

    .p-5 {
        padding: 0 6px !important
    }

}

.tabbg {

    background: rgba(0, 0, 0, 0.8);

    color: #ccc;

    border-top: 0px solid #111;

    box-shadow: 0px 0px 20px #716a6a;

    border-radius: 2px 2px 0 0 !important;

}

.nav-tabs {

    border-bottom: 1px solid #4d4b4b;

}

.nav-tabs>li {

    width: 100%;

}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {

    background: rgba(36, 36, 36, 0.0);

    border-top: none;

    border-right: none;

    border-bottom: none;

    border-left: none;

    color: #edbc4b;

    border-radius: 2px 2px 0 0 !important;

    font-family: Open Sans;

}



.tabbg .nav>li>a {

    padding: 13px 0;

    font-size: 17px;

    margin-right: 0;

    border-radius: 0;

    color: #edbc4b;

    border: none;

    text-align: center;

    font-weight: 600;

    letter-spacing: 2px;

}

.tabbg .tab-content {

    padding: 21px 25px 33px;

}

.tabbg label {

    color: #a9b4b0;

    font-weight: 400 !important;

    font-size: 12px !important;

    letter-spacing: 0.5px;

}

.banner-tabspan .nav>li>a {

    padding: 13px 0;

    font-size: 17px;

    margin-right: 0;

    border-radius: 0;

    color: #000;

    border: none;

    text-align: center;

    font-weight: 600;

    letter-spacing: 2px;

}

.tabbg .form-control {

    display: block;

    color: #111;

    background: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 2px;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    font-size: 12px;

    padding: 10px 9px;

    height: auto;

    border-bottom: 0px solid #a9a9a9;

}

.errspan {

    float: right;

    margin-right: 10px;

    margin-top: -30px;

    position: relative;

    z-index: 2;

    color: black;

    font-size: 13px;

}

.tabbg .btn-default:hover,
.tabbg .btn-default:focus,
.tabbg .btn-default:active,
.tabbg .btn-default:visited {

    opacity: 1;

    outline: none;

    background: #000;

    color: #edbc4b !important;

}

.tabbg .btn-default {

    background: #edbc4b;

    color: #000 !important;

    font-size: 16px;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -o-border-radius: 0;

    border-radius: 2px;

    -webkit-transition: all 0.75s ease;

    -o-transition: all 0.75s ease;

    -moz-transition: all 0.75s ease;

    transition: all 0.75s ease;

    outline: none;

    border: 1px solid #edbc4b;

    padding: 10px 25px;

    display: inline-block;

    width: 100%;

    font-weight: 500;

    margin-top: 12px;

    letter-spacing: 2px;

    opacity: 1 !important;

    font-family: Open Sans;

}

ul.ul {
    list-style: none;
    padding: 0
}

ul.ul li {

    display: table;

    padding-bottom: 15px;

}

ul.ul li i {

    display: table-cell;

    margin-right: 5px;

    padding-right: 10px;

    color: #97922c;

    font-size: 16px;

}

.col2 {}

.col2 i {

    color: #97922c;

    position: absolute;

    left: 17px;

    font-size: 31px;

    top: 12px;

}

.col2 .col-in {

    padding-left: 50px;

    vertical-align: top;

    display: block;

}

.col2 .col-in h4 {
    color: #000;

    font-size: 20px;

    font-weight: 600;
}

.faq button {

    display: block;

    background: transparent;

    border: 0;

    font-weight:400;

    color: #fff !important;

    padding-left: 0;

    margin-top: 20px !important;

    font-size: 17px;


}

.faq button span {

    padding: 10px;

    width: 44px;

    display: inline-block;

    color: #cacb53;

    background: #111;

    margin-right: 8px;

    font-size: 15px;

}

.faq .btn.focus,
.faq .btn:focus,
.faq .btn:hover {

    outline: none;

    color: #eee
}

.faq .collapse {

    margin-bottom: 20px;
text-align:center;
}