body {
    background: #211F1F !important;
}
.homebanner{
    background-color: #211F1F;
    filter: grayscale(0);
    padding: 215px 0 !important;
}
.homebanner::after{
    display: none;
}
.support{
    position: relative;
}
.support::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.support .container{
    position: relative;
    top: -80px;
}
.support .card{
    background: #211F1F;
    padding: 30px 15px;
    color: #fff;
    width: 295px;
    height: 175px;
    border-radius: 0;
    margin: 5px 10px;
    transition: all .5s ease-in-out;
}

.support .card:hover {
    background: linear-gradient(97.04deg, #DFD49A 2.47%, #C5B564 36.69%);
    color: #000;
    transform: scale(1.1);
}

.support .card h3{
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
}
.support .card p{
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
}
.connect {
    padding: 40px 0;
    color: #fff;
}
.connect h2{
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    text-align: left;
    margin: 20px 0;
}
.connect form h2{
    font-size: 19px;
    line-height: 30px;
}
.progress {
    width: 100%;
    height: 7px;
}
.progress-wrap {
    background: #C5B665;
    margin: 10px 0 20px;
    overflow: hidden;
    position: relative;
}
.progress-bar {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
}
.progress-text {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.detail img{
    background: #D9D9D9;
    padding: 10px;
    border-radius: 8px;
}
.detail .icon{
    display: flex;
    align-items: center;
}
.detail .icon span{
    width: 75%;
    margin-left: 10px;
}
.detail span a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.18px;
    color: #fff;
    transition: all 0.5s ease;
}
.connect .contact-us {
    position: relative;
    left: -80px;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 25px;
    margin: 40px 0;
    box-shadow: 0px 3.25px 11.77px 0px #00000080;
    z-index: 2;
}
.connect .contact-us h2 {
    margin: 0;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.connect .driver {
    position: relative;
    z-index: 1;
}
.connect .contact-us form {
    width: 500px;
}
.connect .contact-us form label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.connect .contact-us form .form-control,
.connect .contact-us form .form-select {
    padding: 10px;
    border: 0.81px solid #B9B9B9;
    box-shadow: none;
}
.connect .contact-us form .form-check {
    margin-bottom: 0;
}
.connect .contact-us form .form-check-input {
    margin-right: 10px;
    border: 1px solid #1e1e1e;
}
.connect .contact-us form .btn[type=submit]{
    width: 100%;
    text-align: center;
    background-color: #000;
}
.connect .contact-us form .btn[type=button]{
    color: #000;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
.form-check-input:checked {
    background-color: #C5B665;
    border-color: #C5B665;
}
form .dropdown-menu {
    width: 100%;
}
form .dropdown-item:active {
    background-color: #DFD49A;
}
/* form .form-select{
    background-image: url(../images/chauffeur/down.svg);
} */
.services {
    background: #000;
    padding: 40px 0;
    color: #fff;
}
.services .title {
    display: flex;
    justify-content: space-between;
}
.services .test {
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    max-height: 900px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 5px;
}
.services .test .test-inner {
    max-height: 860px;
    overflow-y: auto;
    padding: 10px;
}
.services .main {
    max-height: 100%;
    box-sizing: border-box;
}
.services .main .main-inner {
    max-height: 980px;
    overflow-y: auto;
    margin-left: 70px;
}
.services .test .test-inner::-webkit-scrollbar,
.services .main .main-inner::-webkit-scrollbar {
    width: 7px;
    position: relative;
}
.services .test .test-inner::-webkit-scrollbar-track,
.services .main .main-inner::-webkit-scrollbar-track {
    background: #B3B3B3;
    border-radius: 10px;
}
.services .test .test-inner::-webkit-scrollbar-thumb,
.services .main .main-inner::-webkit-scrollbar-thumb {
    background-color: #C5B564;
    border-radius: 10px;
    /* border: 3px solid #000; */
}
.services .test .test-inner::-webkit-scrollbar-thumb:hover,
.services .main .main-inner::-webkit-scrollbar-thumb:hover {
    background-color: #DFD49A;
}
.services .main .row {
    font-size: 0;
}
.services .main .row .col-lg-4 {
    font-size: initial;
}
.services .testi {
    background: linear-gradient(97.04deg, #DFD49A 2.47%, #C5B564 36.69%);
    color: #373806;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
    padding: 20px;
    text-align: center;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.services .title h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    width: 80%;
    margin: 10px 0;
}
.services .title p{
    width: 35%;
}
.test .card {
    border: 1px solid #E3E3E3;
    padding: 20px;
    position: relative;
    margin-top: 55px;
    background-color: transparent;
}
.test .card::after {
    position: absolute;
    content: "";
    background-image: url(../images/testmonail_after.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    width: 35px;
    height: 28px;
    top: 50px;
    right: 50px;
}
.test .card .round {
    width: 80px;
    height: 80px;
    margin: -60px 0 20px 0;
}
.test .card .round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.test .card .cap h6 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #646161;
    padding-bottom: 10px;
    margin: 0;
}
.test .card .cap p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #646161;
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
}
.test .card .cap ul {
    display: flex;
}
.test .card .cap ul li {
    padding: 0 2px;
}
.main .single span{
    background: linear-gradient(97.04deg, #DFD49A 2.47%, #C5B564 36.69%);
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.6px;
    padding: 10px;
    border-radius: 16px;
    display: block;
    width: 235px;
    position: relative;
    top: -40px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}
.main .single {
    transition: all .5s ease-in-out;
}
.main .single:hover {
    transform: scale(1.1);
}
/* Help */
.help-section{
    position: relative;
    padding: 58px 0px;
    background-image: url(../images/chauffeur/help-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.help-section h2{
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48.6px;
    color: #fff;
    font-weight: 800;
}
.help-section a{
    font-family: Work Sans;
    font-size: 36px;
    font-weight: 400;
    line-height: 48.6px;
    color: #fff;
    text-decoration: underline;
}
.funfact-section .funfact-block-one{
    float: left;
    background: linear-gradient(97.04deg, rgba(223, 212, 154, 0.4) 2.47%, rgba(197, 181, 100, 0.4) 36.69%);
    color: #fff;
    border-radius: 16px;
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    width: 150px;
    height: 150px;
}
.funfact-block-one .inner-box{
    position: relative;
    display: block;
    
}
.funfact-block-one .inner-box .icon-box{
    position: absolute;
    display: inline-block;
    left: 50px;
    top: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}
.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 52px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 800;
    margin-bottom: 5px;
}  
.funfact-block-one .inner-box p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
}
.service-2 {
    padding: 120px 0 0;
    color: #fff;
    margin-bottom: -40px;
}
.service-2 .img-container img:nth-child(2) {
    position: relative;
    top: -550px;
    left: -65px;
}
.service-2 .img-container img:nth-child(3) {
    position: relative;
    top: -400px;
    left: -275px;
}
.content-2 {
    padding-left: 40px;
}
.content-2 ul li {
    display: flex;
    align-items: center;
}
.content-2 h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    width: 80%;
    margin: 10px 0;
}
.content-2 p {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
.content-2 li {
    margin: 20px 0;
}
.content-2 li img{
    width: 70px;
    height: 70px;
    background: #D9D9D9;
    padding: 10px;
    border-radius: 8px;
}
.content-2 .list {
    margin-left: 20px;
}
.content-2 .list h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin-bottom: 5px;
}
.content-2 .list p {
    font-family: Work Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 5px;
}
.faQ {
    background: #fff;
    padding: 40px 0;
}
.faQ span {
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.46px;
    text-align: left;
}
.faQ .col-lg-5 h2 {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 600;
    line-height: 43.88px;
    text-align: left;
    padding: 15px 0;
}
.faQ .help span {
    font-family: Inter;
    font-size: 15.79px;
    font-weight: 300;
    line-height: 24.82px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 20px;
}
.faQ .accordion-button {
    border: 0.56px solid #D8D8D8;
    background: #FFF;
}
.book-section{
    position: relative;
    padding: 58px 0px;
    background-image: url(../images/chauffeur/book-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.book-section .text-box {
    border: 7px solid #FFFFFF;
    padding: 40px;
}
.book-section h2{  
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 48.6px;
    color: #fff;
    font-weight: 800;
}
.map.connect .contact-us {
    left: 0;
    border-radius: 6px;
}
.map.connect .contact-us form {
    width: 100%;
}
.map .part2 {
    color: #000;
    padding: 10px 20px 10px 20px;
    position: relative;
    z-index: 1;
}
.map .part2 span{
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.77px;
    text-align: left;
}
.map .part2 h2 {
    border-bottom: none;
    padding-bottom: 0;
}
.map .part2 p{
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
}
.map .part2 h4 {
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.42px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #211F1F;
    margin-bottom: 2px;
}
.map .part2 a,
.map .part2 p {
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #000;
}
.map .part2 .social_icon {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.map .part2 .social_icon a {
    font-size: 20px;
    margin-right: 15px;
    transition: all .3s ease;
}
.map .part2 iframe::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 43%;
    height: 0;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
    border-radius: 6px;
}
.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 31, 31, 0.5);
    z-index: 10;
}
/* New form validation css */
.contact-us p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.error-message, .map-error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 0.25em;
}
.contact-us .iti {
    display: block;
}
.contact-us .iti--allow-dropdown input[type=tel] {
    padding-left: 50px;
}
.contact-us .iti input, .iti input[type=text], .iti input[type=tel] {
    margin-bottom: 20px !important;
}
.contact-us .iti__country-name {
    color: #000;
}
input[type="radio"] {
    display: none;
}
.custom-radio {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 10px;
}
.custom-radio::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: white;
    transition: background-color 0.3s;
}
.custom-radio::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}
input[type="radio"]:checked + .custom-radio::after {
    opacity: 1;
}
.custom-radio:hover::before {
    background-color: #f0f0f0;
}
.support .app-link .floating_btn {
    position: relative;
    /* display: flex; */
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.support .app-link .contact_icon {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 1024px) {
    .connect .driver {
        display: none;
    }
    .connect .contact-us {
        left: 0;
    }
    .main .single span {
        width: 185px;
        font-size: 12px;
    }
    .service-2 .img-container img:nth-child(2),
    .service-2 .img-container img:nth-child(3) {
        display: none;
    }
    .service-2 {
        padding: 60px 0;
    }
    .service-2 .row{
        align-items: center;
    }
    .services .main .main-inner{
        margin-left: 0;
    }
}
@media screen and (max-width:991px) {
    .support {
        top: -100px;
    }
    .support .card {
        width: 30%;
        height: 230px;
    }
    .connect {
        padding: 0;
    }
    .connect .detail{
        text-align: center;
    }
    .connect .detail .d-flex {
        justify-content: center;
    }
    .connect .contact-us {
        margin: 20px auto 10px;
    }
    .services .test {
        margin-bottom: 40px;
    }
    .services .title {
        display: block;
        text-align: center;
    }
    .services .title h2,
    .services .title p {
        width: 100%;
    }
    .main .single span {
        width: 215px;
        font-size: 14px;
    }
    .help-section .text-column,
    .help-section .funfact-section {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .help-section .funfact-section{
        margin-top: 10px;
    }
    .service-2 {
        padding: 60px 0 20px;
    }
    .service-2 .img-container img:nth-child(2),
    .service-2 .img-container img:nth-child(3) {
        display: block;
    }
    .service-2 .img-container img:nth-child(2) {
        top: -540px;
        left: -30px;
    }
    .service-2 .img-container img:nth-child(3) {
        top: -530px;
        left: -30px;
    }
    .content-2 {
        padding-left: 0;
        margin-top: -35%;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:767px){
    .homebanner{
        padding: 100px 0 !important;
    }
    .homebanner .bnrcap .mbl {
        display: none;
    }
    .support {
        top: -50px;
    }
    .support::before {
        background-color: rgba(0, 0, 0, 1);
    }
    .support.d-block {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .support.d-block::before {
        content: none;
    }
    .support .card {
        width: 90%;
        height: auto;
        margin: 10px;
    }
    .connect .col-lg-7.d-flex {
        display: block !important;
    }
    .connect .contact-us form {
        width: 100%;
    }
    .connect h2 {
        font-size: 16px !important;
        line-height: 17px;
        margin: 5px 0;
    }
    .connect p{
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .connect .col-lg-5.d-flex {
        align-items: center;
    }
    .connect .detail{
        text-align: left;
    }
    .connect .detail .d-flex {
        justify-content: left;
    }
    .connect .driver {
        width: 25%;
        height: 250px;
    }
    .detail span a {
        font-size: 12px;
    }
    .detail .icon span{
        font-size: 12px;
    }
    .detail img{
        padding: 5px;
    }
    .detail .book-now{
        width: 120px;
        height: 30px;
        font-size: 10px;
    }
    .progress-wrap{
        margin: 10px 0;
    }
    .services {
        padding: 20px 0;
        margin-top: -50px;
    }
    .services.d-block {
        margin-top: 0;
    }
    .services .main {
        max-height: none;
    }
    .services .main .main-inner {
        overflow-y: auto;
        max-height: none;
    }
    .services .test {
        margin-bottom: 0;
    }
    .main .single img{
        width: 175px;
        height: 170px;
    }
    .main .single span {
        width: 175px;
        font-size: 11px;
    }
    .services .main .row .col-lg-4 {
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }
    .content-2 {
        padding-left: 15px;
        margin-top: -38%;
    }
    .content-2 h2,
    .faQ .col-lg-5 h2 {
        line-height: 30px;
    }
    .service-2 .img-container{
        text-align: end;
    }
    .service-2 .img-container img:nth-child(1) {
        width: 325px;
        height: 275px;
    }
    .service-2 .img-container img:nth-child(2) {
        top: -310px;
        left: 10px;
        width: 150px;
        height: 100px;
    }
    .service-2 .img-container img:nth-child(3) {
        top: -300px;
        left: 10px;
        width: 150px;
        height: 100px;
    }
    .book-section {
        background-position: right;
    }
    .book-section .text-box {
        padding: 20px;
    }
    .book-section h2 {
        line-height: 30px;
    }
    .map .part2 h2 {
        padding: 20px 0;
        font-size: 18px !important;
    }
    .map .part2 .social_icon {
        display: flex;
        justify-content: start;
        margin-top: 0;
        padding: 10px 0;
    }
    .help-section a {
        font-size: 20px;
        line-height: 32px;
    }
    .homebanner.innrbnr .bnrcap {
        margin: 40px 0 50px;
    }
    .homebanner .bnrcap h1, .homebanner.innrbnr h1 {
        line-height: 40px;
    }
}

@media screen and (max-width:400px){ 
    .detail .icon span{
        font-size: 10px;
    }
    .detail span a{
        font-size: 11px;
    }
    .detail span a i{
        font-size: 11px;
    }
    .main .single span {
        width: 150px;
        font-size: 11px;
        padding: 5px;
        top: -30px;
    }
    .help-section a {
        font-size: 26px;
    }
    footer .app-link a img {
        width: 140px;
    }
    .support .card:hover {
        transform: scale(1);
    }
    .navbar>.container-fluid {
        padding: 0 0 0 5px;
    }
    .support .app-link {
        display: flex !important;
        justify-content: center;
    }
    .support .app-link .floating_btn {
        display: flex;
    }
    body {
        background: #000 !important;
    }
}