@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a, button {
    display: inline-block;
}

    button:focus {
        outline: none;
        box-shadow: none;
    }

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.main-header {
    padding: 0px 20px;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
}

    .main-header.scroll {
        background-color: #fff;
    }



    .main-header .logo {
        width: 130px;
        background-color: #fff;
        transition: 0.5s;
        padding: 7px;
        border-radius: 10px;
    }

    .main-header.scroll .logo {
        width: 120px;
    }


    .main-header .logo-color {
        display: none;
    }

    .main-header .navbar {
    }

        .main-header .navbar .nav-item {
            padding: 0 10px;
        }

            .main-header .navbar .nav-item .nav-link {
                color: #ffffff;
                font-weight: 500;
                font-size: 18px;
                letter-spacing: 1px;
                transition: 0.5s;
            }

                .main-header .navbar .nav-item .nav-link:hover {
                    color: #ffffff;
                }

    .main-header.scroll {
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .main-header.scroll .logo-white {
            display: none;
        }

        .main-header.scroll .logo-color {
            display: block;
        }

        .main-header.scroll .nav-item .nav-link {
            color: #000;
        }

            .main-header.scroll .nav-item .nav-link:hover {
                color: #000;
            }

        .main-header.scroll .nav-side-list .box-1 .social-links li .inner-link {
            color: #000;
        }

        .main-header.scroll .nav-side-list .box-1 .phone-number .phone-text {
            color: #000;
        }

    .main-header .nav-side-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
        transition: 0.5s;
    }

    .main-header.scroll .nav-side-list {
        margin-bottom: 0;
    }

    .main-header .nav-side-list .box-1 {
        padding: 0 0 0 17px;
    }

        .main-header .nav-side-list .box-1 .social-links {
            display: flex;
            align-items: center;
        }

            .main-header .nav-side-list .box-1 .social-links li {
                padding: 0 10px;
            }

                .main-header .nav-side-list .box-1 .social-links li .inner-link {
                    color: #fff;
                    font-size: 20px;
                }

        .main-header .nav-side-list .box-1 .book-now-btn {
            background-color: #666666;
            padding: 9px 25px;
            border-radius: 0;
            color: #fff;
            font-weight: 600;
        }



        .main-header .nav-side-list .box-1 .phone-number {
            display: flex;
            align-items: center;
        }

            .main-header .nav-side-list .box-1 .phone-number .icon {
                width: 30px;
            }

                .main-header .nav-side-list .box-1 .phone-number .icon i {
                    font-size: 30px;
                    color: #ffffff;
                }

    .main-header.scroll .nav-side-list .box-1 .phone-number .icon i {
        color: #000;
    }

    .main-header .nav-side-list .box-1 .phone-number .phone-text {
        color: #ffffff;
        margin-left: 10px;
    }


        .main-header .nav-side-list .box-1 .phone-number .phone-text .para {
            font-size: 20px;
        }

        .main-header .nav-side-list .box-1 .phone-number .phone-text h6 {
            font-size: 26px;
            line-height: 25px;
            font-weight: 600;
            color: #ffffff;
        }

    .main-header.scroll .nav-side-list .box-1 .phone-number .phone-text h6 {
        color: #000;
    }

/************************** Header css end **************************/
.main-banner {
    background-image: url('../images/main-banner.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-banner::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
    }

.sec-video-banner {
}

    .sec-video-banner video {
        width: 100%;
        height: 100svh;
        object-fit: cover;
    }

    .sec-video-banner .main-banner-box {
        position: absolute;
        top: 57%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    .sec-video-banner .content-box {
        position: relative;
    }

        .sec-video-banner .content-box h3 {
            font-size: 22px;
            font-weight: 700;
            color: #ffffff;
            padding-bottom: 5px;
        }

        .sec-video-banner .content-box h1 {
            font-size: 47px;
            color: #ffffff;
            font-weight: 700;
            line-height: 59px;
        }

        .sec-video-banner .content-box .para {
            color: #ffffff;
            padding: 5px 0 13px;
        }

        .sec-video-banner .content-box .contact-us {
            background-color: #666666;
            padding: 10px 30px;
            border-radius: 0;
            color: #fff;
            font-weight: 600;
        }


    .sec-video-banner .form-box {
        position: relative;
        background-color: #0000008f;
        padding: 20px 30px;
        border-radius: 10px;
    }

        .sec-video-banner .form-box h3 {
            font-size: 30px;
            text-transform: capitalize;
            font-weight: 600;
            color: #fff;
            text-align: center;
            padding-bottom: 5px;
        }

        .sec-video-banner .form-box .input-field {
            padding: 6px 0;
        }

            .sec-video-banner .form-box .input-field label {
                color: #fff;
                font-weight: 600;
                padding-bottom: 5px;
            }

            .sec-video-banner .form-box .input-field .q-input {
                background-color: transparent;
                border: 2px solid #fff;
                color: #fff;
                padding: 8px 15px;
                border-radius: 0;
                filter: brightness(0) saturate(100%) invert(100%) sepia(26%) saturate(96%) hue-rotate(132deg) brightness(106%) contrast(103%);
                font-size: 16px;
            }

            .sec-video-banner .form-box .input-field .submit-btn {
                background-color: #666666;
                padding: 10px 20px;
                border-radius: 0;
                color: #fff;
                font-weight: 600;
                border: 1px solid #666666;
                width: 100%;
                margin-top: 5px;
            }




.sec-about {
    padding: 60px 0 60px;
}

    .sec-about .content-box h3 {
        font-size: 22px;
        color: #e41734;
        padding: 7px 0 7px;
        letter-spacing: -1px;
        line-height: 20px;
        font-weight: 600;
    }

    .sec-about .content-box h2 {
        font-size: 40px;
        color: #000;
        line-height: 42px;
        padding-bottom: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .sec-about .content-box .para {
        font-size: 17px;
        font-weight: 300;
        color: #000;
        padding-bottom: 10px;
    }

    .sec-about .content-box ul li {
        font-size: 17px;
        font-weight: 300;
        color: #000;
        padding-bottom: 10px;
    }

        .sec-about .content-box ul li span {
            font-weight: 700;
            color: #000;
            padding-right: 5px;
            font-size: 18px;
        }

    .sec-about .content-box .para span {
        font-weight: 700;
        color: #000;
        padding-right: 5px;
        font-size: 18px;
    }

    .sec-about .content-box ul {
        padding-left: 25px;
        list-style: disc;
    }

        .sec-about .content-box ul li {
            font-size: 16px;
            font-weight: 300;
            padding: 3px 0;
        }

    .sec-about .content-box h4 {
        font-weight: 600;
        border-bottom: 4px solid #dc1200;
        width: fit-content;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .sec-about .content-box .read-btn {
        background-color: #00529f;
        border: 1px solid #00529f;
        padding: 10px 30px;
        color: #fff !important;
        transition: 0.5s;
        box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
        border-radius: 0;
        font-weight: 600;
        font-size: 15px;
    }

    .sec-about .img-box img {
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

.sec-services {
    padding: 60px 0 140px;
    background-color: #272727;
}

    .sec-services .sec-title {
        padding: 0 0 40px 0;
    }

        .sec-services .sec-title h2 {
            font-size: 35px;
            color: #fff;
            line-height: 42px;
            padding-bottom: 10px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .sec-services .sec-title h3 {
            font-size: 20px;
            color: #ffffff;
            padding: 7px 0 7px;
            letter-spacing: 1px;
            line-height: 20px;
            font-weight: 600;
        }

        .sec-services .sec-title .para {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            padding-bottom: 10px;
        }

        .sec-services .sec-title .serices-btn {
            text-align: right;
            padding-right: 17px;
        }

            .sec-services .sec-title .serices-btn a {
                background-color: #000000;
                padding: 10px 20px;
                border-radius: 0;
                color: #fff;
                font-weight: 600;
                border: 1px solid #000000;
            }

    .sec-services .card-box {
        position: relative;
    }

        .sec-services .card-box .img-box {
            position: relative;
        }

            .sec-services .card-box .img-box .services-img {
                width: 100%;
                object-fit: cover;
                height: 600px;
            }

        .sec-services .card-box .content-box {
            position: absolute;
            background-color: #fff;
            bottom: -10%;
            right: 5%;
            left: 5%;
            border-radius: 10px;
            padding: 40px 0 0 10px;
        }

            .sec-services .card-box .content-box .icon-box {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                background-color: #ffff;
                padding: 10px;
                width: 100px;
                height: 100px;
                top: -20%;
                border: 5px solid #000000;
                border-radius: 50%;
                padding: 20px;
            }

                .sec-services .card-box .content-box .icon-box .service-icon {
                }

            .sec-services .card-box .content-box .heading-box {
                text-align: center;
                padding: 20px 10px;
            }

                .sec-services .card-box .content-box .heading-box h3 {
                    font-size: 20px;
                    color: #000000;
                    padding: 7px 0 7px;
                    letter-spacing: 1px;
                    line-height: 20px;
                    font-weight: 600;
                }

                .sec-services .card-box .content-box .heading-box .para {
                    font-size: 15px;
                }

                .sec-services .card-box .content-box .heading-box .read-link {
                    color: #000000;
                    font-weight: 500;
                    text-decoration: underline;
                    padding-top: 6px;
                }


.app-section {
    padding: 60px 0;
}

    .app-section .app-box {
        background-image: url('../images/app-banner.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        padding: 50px 50px;
        border-radius: 50px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .app-section .app-box .text-box {
        }

            .app-section .app-box .text-box h3 {
                font-size: 18px;
                color: #ffffff;
                padding: 8px 14px;
                font-weight: 600;
                background-color: #676767;
                width: fit-content;
                border-radius: 10px;
            }

            .app-section .app-box .text-box h2 {
                font-size: 46px;
                color: #000;
                line-height: 53px;
                padding: 10px 0;
                font-weight: 600;
            }

            .app-section .app-box .text-box .para {
                font-size: 18px;
                font-weight: 300;
            }

            .app-section .app-box .text-box ul {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin-top: 20px;
            }

                .app-section .app-box .text-box ul li {
                    padding: 0 10px;
                }

                    .app-section .app-box .text-box ul li a {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border: 3px solid #000000;
                        padding: 10px 30px;
                        border-radius: 50px;
                        font-size: 24px;
                        color: #fff;
                        background: #000000;
                    }

                        .app-section .app-box .text-box ul li a p {
                            padding-left: 10px;
                            font-weight: 300;
                            color: #fff;
                            line-height: 21px;
                            font-size: 15px;
                        }

                            .app-section .app-box .text-box ul li a p span {
                                display: block;
                                font-weight: 600;
                                font-size: 18px;
                            }

        .app-section .app-box .img-box {
            text-align: center;
        }

            .app-section .app-box .img-box img {
                height: 500px;
                object-fit: contain;
            }

.our-fleet {
    padding: 70px 0;
    position: relative;
    background-image: url('../images/fleet-banner.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .our-fleet::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.7;
    }

    .our-fleet .sec-title {
        position: relative;
        z-index: 9999;
        text-align: center;
        margin-bottom: 50px;
    }

        .our-fleet .sec-title h3 {
            font-size: 20px;
            color: #ffffff;
            padding: 0 0 10px 0;
            font-weight: 600;
        }

        .our-fleet .sec-title h2 {
            font-size: 45px;
            color: #fff;
            line-height: 53px;
            padding-bottom: 10px;
            font-weight: 600;
        }

    .our-fleet .fleet-box {
        position: relative;
        background: #fff;
        padding: 25px 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 20px;
        text-align: center;
        border: 3px solid #000000;
        margin-bottom: 10px;
    }

        .our-fleet .fleet-box .img-box {
            padding: 0 10px;
            margin-bottom: 10px;
        }

            .our-fleet .fleet-box .img-box img {
                width: 100%;
                height: 200px;
                object-fit: contain;
            }

        .our-fleet .fleet-box h6 {
            font-weight: 600;
            font-size: 22px;
            padding-bottom: 5px;
        }

        .our-fleet .fleet-box .para {
            font-weight: 300;
            font-size: 16px;
            padding-bottom: 5px;
        }

        .our-fleet .fleet-box ul {
            margin-top: 9px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .our-fleet .fleet-box ul li {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 7px 8px;
                font-weight: 300;
                width: 47%;
                background-color: #656565;
                margin: 5px;
                border-radius: 10px;
            }

                .our-fleet .fleet-box ul li .list-text {
                    color: #fff;
                    font-size: 15px;
                }

                    .our-fleet .fleet-box ul li .list-text i {
                        padding-right: 5px;
                    }

                .our-fleet .fleet-box ul li span {
                    color: #fff;
                    font-size: 15px;
                }

        .our-fleet .fleet-box .book-fleet {
            background-color: #000000;
            border: 1px solid #000000;
            padding: 10px 20px;
            color: #fff !important;
            transition: 0.5s;
            margin-top: 15px;
            width: 100%;
            transition: 0.5s;
        }

            .our-fleet .fleet-box .book-fleet:hover {
                background: #000000;
                border: 1px solid #000000;
                color: #fff !important;
            }

.sec-contact {
    padding: 70px 0;
    background-color: #efefef;
}

    .sec-contact .form-box {
        padding: 30px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

        .sec-contact .form-box h2 {
            font-size: 35px;
            color: #000;
            line-height: 39px;
            padding-bottom: 10px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .sec-contact .form-box .para {
            padding-bottom: 10px;
        }

        .sec-contact .form-box .input-field {
            padding: 7px 0;
        }

            .sec-contact .form-box .input-field label {
                font-weight: 600;
                color: #000000;
                padding-bottom: 5px;
            }

            .sec-contact .form-box .input-field .c-input {
                padding: 10px 15px;
                border-radius: 0;
                background-color: #efefef;
                border: 1px solid transparent;
                font-size: 15px;
            }

            .sec-contact .form-box .input-field .submit-btn {
                background-color: #666666;
                border: 1px solid #666666;
                padding: 10px 30px;
                color: #fff !important;
                transition: 0.5s;
                box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
                border-radius: 0;
                font-weight: 600;
                font-size: 15px;
            }

    .sec-contact .content-box {
        padding: 0 40px;
    }

        .sec-contact .content-box h3 {
            font-size: 28px;
            color: #000;
            line-height: 30px;
            padding-bottom: 10px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .sec-contact .content-box .para {
            padding-bottom: 15px;
        }

        .sec-contact .content-box .element-box {
            background-color: #666666;
            padding: 20px;
            width: fit-content;
            margin: 10px 0;
            border-radius: 10px;
        }

            .sec-contact .content-box .element-box ul {
                display: flex;
                align-items: center;
            }

                .sec-contact .content-box .element-box ul li {
                }

                    .sec-contact .content-box .element-box ul li .icon-box {
                        width: 50px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-right: 5px;
                    }

                        .sec-contact .content-box .element-box ul li .icon-box i {
                            font-size: 30px;
                            color: #ffffff;
                        }

                    .sec-contact .content-box .element-box ul li .text-box {
                    }

                        .sec-contact .content-box .element-box ul li .text-box h6 {
                            font-size: 16px;
                            font-weight: 600;
                            padding-bottom: 5px;
                            color: #fff;
                        }

                        .sec-contact .content-box .element-box ul li .text-box .number-link {
                            font-size: 16px;
                            line-height: 20px;
                            color: #ffffff;
                            font-weight: 600;
                        }

.sec-faqs {
    padding: 50px 0 60px;
    background-color: #ffffff;
}

    .sec-faqs .sec-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .sec-faqs .sec-title h2 {
            font-size: 30px;
            font-weight: 700;
            color: #000;
            letter-spacing: 0px;
            text-transform: uppercase;
        }

    .sec-faqs .faqs-box {
    }

        .sec-faqs .faqs-box .heading-button {
            font-size: 16px;
            font-weight: 600 !important;
            color: #ffffff !important;
            padding: 14px 20px 14px 15px;
            position: relative;
            border-bottom: 1px solid #ccc;
            width: 100%;
            margin: 5px 0 0;
            background-color: #000000;
        }

            .sec-faqs .faqs-box .heading-button::before {
                content: '\f107';
                font-family: "Font Awesome 6 Pro";
                position: absolute;
                font-size: 20px;
                right: 3%;
                top: 50%;
                transform: translateY(-50%);
            }

            .sec-faqs .faqs-box .heading-button:not(.collapsed)::before {
                content: '\f106';
            }

        .sec-faqs .faqs-box .drop-box {
            padding: 10px 20px;
            background-color: #f5f5f5;
        }

            .sec-faqs .faqs-box .drop-box .para {
                padding: 5px 0;
                font-size: 15px;
            }

.footer-bg {
    background-color: #000000;
    padding: 0px 0 0;
}

    .footer-bg .upper-text h5 {
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        line-height: 28px;
    }

    .footer-bg .search-fleid .search-input {
        background-color: #fff;
        border: none;
        border-radius: 8px;
        padding: 15px;
    }

    .footer-bg .search-fleid .input-group-text {
        background-color: #1967d3;
        color: #fff;
        padding: 15px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold;
    }

    .footer-bg .search-fleid .search-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input::-moz-placeholder {
        /* Firefox 19+ */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input:-ms-input-placeholder {
        /* IE 10+ */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input:-moz-placeholder {
        /* Firefox 18- */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .footer-upper {
        border-bottom: 2px solid #c4cdde;
        padding: 0 0 30px 0;
    }

    .footer-bg .footer-middle {
        border-bottom: 1px solid #ffffff;
        padding: 40px 0 20px;
    }

        .footer-bg .footer-middle .para {
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            margin-top: 20px;
            padding: 0 7px 7px 0;
            line-height: 24px;
        }

        .footer-bg .footer-middle .para-2 {
            font-weight: 500;
            font-size: 14px;
            color: #fff;
        }

        .footer-bg .footer-middle h4 {
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            /* margin-top: 60px; */
            text-transform: uppercase;
        }

        .footer-bg .footer-middle .footer-list {
            margin-top: 15px;
            margin-bottom: 10px;
        }

            .footer-bg .footer-middle .footer-list li {
                margin-bottom: 6px;
            }

                .footer-bg .footer-middle .footer-list li a {
                    font-weight: 500;
                    font-size: 15px;
                    color: #fff;
                    transition: 0.5s;
                }

                    .footer-bg .footer-middle .footer-list li a i {
                        font-weight: 700;
                        margin-right: 6px;
                        font-size: 15px;
                    }

                    .footer-bg .footer-middle .footer-list li a:hover {
                        transform: translateY(-5px);
                    }

        .footer-bg .footer-middle .footer-social-links {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .footer-bg .footer-middle .footer-social-links li {
                padding: 0 20px 0 0;
            }

                .footer-bg .footer-middle .footer-social-links li a {
                    color: #fff;
                    font-size: 22px;
                }

    .footer-bg .footer-lower {
        text-align: center;
        padding: 20px 0;
    }

        .footer-bg .footer-lower .para {
            font-weight: 500;
            font-size: 13px;
            color: #fff;
        }

    .footer-bg .footer-middle .email-field .email-input {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 12px 15px;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .footer-bg .footer-middle .email-field .email-btn {
        background-color: #ffffff;
        border-radius: 0;
        padding: 10px 32px;
        border: 2px solid #ffffff;
        color: #322081;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
        width: 100%;
        margin-top: 8px;
    }

        .footer-bg .footer-middle .email-field .email-btn:hover {
            background-color: transparent;
            border: 2px solid #ffffff;
            color: #ffffff;
        }

.footer-logo {
    width: 150px;
    background: #fff;
    padding: 9px;
    border-radius: 10px;
}

.inner-banner {
    background: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 10%;
}

    .inner-banner::before {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
    }

    .inner-banner .content-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .inner-banner .content-box h2 {
            color: #ffffff;
            font-size: 44px;
            font-weight: 700;
        }

        .inner-banner .content-box ul {
            display: flex;
            align-items: center;
            justify-content: center;
            list-style: none;
        }

            .inner-banner .content-box ul li {
                padding: 0 5px;
            }

                .inner-banner .content-box ul li a {
                    color: #ffffff;
                    font-weight: 500;
                    font-size: 18px;
                }


.sec-inner-services {
    padding: 60px 0;
}

    .sec-inner-services .content-box {
    }

        .sec-inner-services .content-box h3 {
            font-size: 20px;
            color: #ffffff;
            padding: 7px 10px;
            letter-spacing: 1px;
            line-height: 20px;
            font-weight: 700;
            background-color: #000;
            width: fit-content;
            border-radius: 7px;
            margin-bottom: 5px;
        }

        .sec-inner-services .content-box h2 {
            font-size: 38px;
            color: #000;
            line-height: 44px;
            padding-bottom: 10px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .sec-inner-services .content-box .para {
            font-size: 16px;
            font-weight: 300;
            color: #000;
            padding-bottom: 10px;
        }

    .sec-inner-services .img-box {
    }

        .sec-inner-services .img-box img {
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border-radius: 10px;
            width: 100%;
            height: 560px;
            object-fit: cover;
        }

.sec-result {
    padding: 60px 0;
    background-image: url("../img/bg.jpg") !important;
    /* margin-top: 120px;*/
}

.sec-resultGrey {
    padding: 60px 0;
    background: #eee;
    /* margin-top: 120px;*/
}

.sec-result .upper-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    background: #ebebeb;
}

    .sec-result .upper-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .sec-result .upper-list li .icon-box {
        }

            .sec-result .upper-list li .icon-box .img-icon {
                width: 60px;
                height: 100%;
                object-fit: contain;
            }

        .sec-result .upper-list li .text-box {
            padding: 0 10px;
        }

            .sec-result .upper-list li .text-box h6 {
                font-size: 16px;
                font-weight: 600;
                color: #000;
            }

            .sec-result .upper-list li .text-box p {
                font-size: 14px;
            }

.sec-result .number-box {
    padding: 30px 40px;
}

    .sec-result .number-box ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .sec-result .number-box ul li {
            width: 24%;
            position: relative;
        }

            .sec-result .number-box ul li .num-circle {
                text-align: center;
            }

                .sec-result .number-box ul li .num-circle h6 {
                    background-color: #666666;
                    width: 50px;
                    height: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                    font-size: 20px;
                    margin: 0 auto;
                    color: #ffffff;
                    font-weight: 600;
                }

                .sec-result .number-box ul li .num-circle p {
                    font-size: 14px;
                    margin-top: 15px;
                    text-transform: uppercase;
                    color: #000;
                }

.sec-result .completed {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.sec-result .for-line {
    position: relative
}

    .sec-result .for-line::before {
        content: '';
        background-color: #33362f;
        position: absolute;
        width: 67%;
        height: 4px;
        top: 30%;
        border-radius: 10px;
        left: 70%;
    }

.sec-result .cancellation-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background-color: #000000bd;
}

    .sec-result .cancellation-box .img-box {
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
    }

        .sec-result .cancellation-box .img-box .shield-img {
            width: 50px;
        }

    .sec-result .cancellation-box .text-box {
        padding-left: 10px;
    }

        .sec-result .cancellation-box .text-box p {
            line-height: 23px;
            color: #fff;
            font-size: 18px;
        }


.update-fleet-box {
    background: #ebebeb;
    margin: 20px 0;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .update-fleet-box .img-box {
        margin-bottom: 10px;
    }

        .update-fleet-box .img-box img {
            width: 100%;
            height: 120px;
            object-fit: contain;
        }

    .update-fleet-box .car-text {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .update-fleet-box .private-text {
        font-size: 14px;
        display: flex;
        justify-content: center;
    }

        .update-fleet-box .private-text i {
            margin: 0 5px 0 0;
        }

    .update-fleet-box .star-list {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 0 0;
    }

        .update-fleet-box .star-list li {
            padding: 0 1px;
        }

            .update-fleet-box .star-list li i {
                color: #dfb80c;
            }

    .update-fleet-box .fleet-detail {
        padding: 0px 13px;
        border-right: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
    }

        .update-fleet-box .fleet-detail h4 {
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 5px;
            color: #000000;
        }

        .update-fleet-box .fleet-detail .passenger-list {
            display: flex;
            align-items: center;
        }

            .update-fleet-box .fleet-detail .passenger-list li {
                font-size: 14px;
                padding: 0 10px 0 0;
                font-weight: 600;
            }

                .update-fleet-box .fleet-detail .passenger-list li i {
                    font-size: 16px;
                    margin-right: 5px;
                }

        .update-fleet-box .fleet-detail .passenger-list-2 {
            padding: 10px 0;
        }

            .update-fleet-box .fleet-detail .passenger-list-2 li {
                padding: 5px 10px;
                margin: 4px 0;
                border-radius: 6px;
                font-size: 15px;
                background-color: #666666;
                width: fit-content;
                color: #ffffff;
                font-weight: 500;
                text-shadow: rgba(0, 0, 0, 0.40) 0px 3px 8px;
            }

                .update-fleet-box .fleet-detail .passenger-list-2 li i {
                    font-size: 16px;
                    padding-right: 5px;
                }

        .update-fleet-box .fleet-detail .info-btn {
            color: #f9b442;
            text-decoration: underline;
            font-weight: 500;
        }

    .update-fleet-box .rate-box {
        margin-top: 30%;
    }

        .update-fleet-box .rate-box h6 {
            font-size: 15px;
            margin-top: 4px;
        }

        .update-fleet-box .rate-box .prize-box {
            text-align: center;
            padding: 4px 0;
            font-size: 20px;
            line-height: 29px;
            color: #000;
            font-weight: 600;
        }

        .update-fleet-box .rate-box .done-btn {
            padding: 0px;
            border-radius: 5px;
            text-align: center;
            color: #000000;
            font-weight: 600;
        }

.right-card {
    background-color: #ebebeb;
    padding: 20px;
    margin-top: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .right-card .top-heading {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
    }

        .right-card .top-heading i {
            font-size: 24px;
            padding-right: 10px;
            color: #000000;
        }

        .right-card .top-heading h5 {
            font-size: 22px;
            color: #000000;
        }

    .right-card .distance-box {
        padding: 20px 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        .right-card .distance-box h6 {
            color: #000;
        }

        .right-card .distance-box ul {
            padding: 10px 0 0;
        }

            .right-card .distance-box ul li {
                font-size: 14px;
                padding: 5px 0px;
                color: #000;
            }

                .right-card .distance-box ul li i {
                    font-size: 16px;
                    color: #000000;
                    padding-right: 5px;
                }

    .right-card .cal-mile {
        padding: 10px 0 0;
    }

        .right-card .cal-mile li {
            font-size: 16px;
            padding: 5px 0;
            color: #000;
        }

            .right-card .cal-mile li i {
                padding-right: 5px;
                color: #000000;
            }

    .right-card .distance-box-2 ul li {
        font-size: 14px;
        padding: 5px 0;
        color: #000;
    }

        .right-card .distance-box-2 ul li i {
            font-size: 15px;
            color: #000000;
            padding-right: 3px;
        }



.Passenger-Information {
    background: #ebebeb;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .Passenger-Information h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #000000;
    }

    .Passenger-Information .input-box {
        padding-bottom: 10px;
    }

        .Passenger-Information .input-box label {
            text-align: center;
            padding: 4px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            color: #000;
            margin: 0;
        }

        .Passenger-Information .input-box .b-field {
            width: 100%;
            border: 1px solid #ccc !important;
        }

        .Passenger-Information .input-box p {
            font-size: 13px;
            padding: 4px 0;
        }

    .Passenger-Information .input-box-extra {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .Passenger-Information .input-box-extra input {
            margin: 0 !important;
        }

        .Passenger-Information .input-box-extra label {
            padding-left: 10px;
        }

#lkbtn_lgout {
    background-color: #000000;
    padding: 9px 25px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
}

.welcome {
    float: left;
    height: 700px;
    width: 100%;
    padding: 0;
    background: url(../images/welcomeHome.png) left top no-repeat #f2f4ef;
}

.WelComeText1, .WelComeText2 {
    font-weight: 400;
    text-transform: uppercase
}

.WelComeText {
    /*width: 200px;*/
    margin-top: 426px;
    margin-left: 180px;
    float: left;
    text-align: center;
    line-height: 38px
}

.WelComeText1 {
    font-size: 42px;
    color: #f1c18e
}

.WelComeText2 {
    font-size: 22px;
    color: #dfab73
}

.sec-video-banner {
    position: relative;
}

.ui-menu {
    height: 250px !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .ui-menu .ui-menu-item {
        width: 470px;
    }
/************************** media-query **************************/
@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .our-fleet .fleet-box ul li {
        width: 100%;
    }

    .our-fleet .fleet-box .img-box img {
        height: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .navbar .nav-item {
        padding: 0 4px;
    }

        .main-header .navbar .nav-item .nav-link {
            font-size: 16px;
        }

    .main-header .logo {
        width: 110px;
    }

    .main-header.scroll .logo {
        width: 100px;
    }

    .sec-services .card-box .img-box .services-img {
        height: 500px;
    }

    .sec-services .card-box .content-box .heading-box {
        padding: 20px 7px 10px;
    }

        .sec-services .card-box .content-box .heading-box .para {
            font-size: 14px;
        }

    .app-section .app-box {
        padding: 30px 15px;
        border-radius: 30px;
    }

        .app-section .app-box .text-box ul li a {
            padding: 10px 26px;
        }

        .app-section .app-box .text-box h2 {
            font-size: 38px;
            line-height: 43px;
        }

    .our-fleet .fleet-box ul li {
        width: 100%;
    }

    .our-fleet .fleet-box .img-box img {
        height: auto;
    }

    .inner-banner {
        height: 450px;
        padding-bottom: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .main-header {
        padding: 0;
        background-color: #fff;
    }

        .main-header .logo {
            width: 100px;
            background-color: transparent;
            padding: 0px;
            border-radius: 0px;
        }

        .main-header.scroll .logo {
            width: 90px;
        }

        .main-header .navbar .nav-item .nav-link {
            color: #000;
        }

            .main-header .navbar .nav-item .nav-link:hover {
                color: #000;
            }

    .sec-video-banner {
        margin-top: 110px;
    }

    .sec-video-banner {
        margin-top: 110px;
    }

        .sec-video-banner .content-box h1 {
            font-size: 28px;
            line-height: 40px;
        }

        .sec-video-banner .content-box h3 {
            font-size: 18px;
        }

        .sec-video-banner video {
            width: 100%;
            height: 900px;
            object-fit: cover;
        }

        .sec-video-banner .main-banner-box {
            top: 50%;
        }

        .sec-video-banner .content-box {
            margin-bottom: 15px;
        }

    .sec-about {
        padding: 30px 0;
    }

        .sec-about .content-box h2 {
            font-size: 30px;
            line-height: 37px;
        }

    .sec-services {
        padding: 30px 0;
    }

        .sec-services .card-box .content-box {
            bottom: 3%;
        }

        .sec-services .card-box {
            margin-bottom: 20px;
        }

    .app-section {
        padding: 30px 0;
    }

        .app-section .app-box {
            padding: 30px 20px;
            border-radius: 40px;
        }

            .app-section .app-box .text-box h2 {
                font-size: 30px;
                line-height: 36px;
            }

            .app-section .app-box .text-box ul {
                flex-direction: column;
            }

                .app-section .app-box .text-box ul li {
                    padding: 5px 0;
                }

    .our-fleet {
        padding: 30px 0;
    }

        .our-fleet .sec-title {
            margin-bottom: 20px;
        }

        .our-fleet .fleet-box {
            padding: 25px 10px;
        }

            .our-fleet .fleet-box ul li .list-text {
                font-size: 14px;
            }

            .our-fleet .fleet-box ul li span {
                font-size: 14px;
            }

    .sec-contact {
        padding: 30px 0;
    }

        .sec-contact .form-box {
            padding: 20px 20px;
        }

            .sec-contact .form-box h2 {
                font-size: 30px;
            }

        .sec-contact .content-box {
            padding: 20px 10px 0;
        }

    .sec-faqs {
        padding: 30px 0;
    }

        .sec-faqs .sec-title {
            padding-bottom: 20px;
        }

    .footer-bg .footer-middle {
        padding: 30px 10px 20px;
    }

    .footer-logo {
        width: 120px;
    }

    .inner-banner {
        height: 400px;
        align-items: center;
        margin-top: 110px;
        padding-bottom: 0;
    }

        .inner-banner .content-box {
        }

            .inner-banner .content-box h2 {
                font-size: 36px;
            }

            .inner-banner .content-box ul li a {
                font-size: 16px;
            }

    .sec-inner-services {
        padding: 30px 0;
    }

        .sec-inner-services .content-box h2 {
            font-size: 30px;
            line-height: 39px;
        }


    .sec-result {
        padding: 30px 0;
    }

        .sec-result .upper-list {
        }

        .sec-result .number-box {
            padding: 20px 10px;
        }

        .sec-result .for-line::before {
            left: 70%;
        }

    .update-fleet-box .rate-box {
        margin-top: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .main-header {
        padding: 0;
        background-color: #fff;
    }

        .main-header .logo {
            width: 100px;
            background-color: transparent;
            padding: 0px;
            border-radius: 0px;
        }

        .main-header.scroll .logo {
            width: 90px;
        }

        .main-header .navbar .nav-item .nav-link {
            color: #000;
        }

            .main-header .navbar .nav-item .nav-link:hover {
                color: #000;
            }

    .sec-video-banner {
        margin-top: 110px;
    }

    .sec-video-banner {
        margin-top: 110px;
    }

        .sec-video-banner .content-box h1 {
            font-size: 28px;
            line-height: 40px;
        }

        .sec-video-banner .content-box h3 {
            font-size: 18px;
        }

        .sec-video-banner video {
            width: 100%;
            height: 1050px;
            object-fit: cover;
        }

        .sec-video-banner .main-banner-box {
            top: 50%;
        }

        .sec-video-banner .content-box {
            margin-bottom: 15px;
        }

    .sec-about {
        padding: 30px 0;
    }

        .sec-about .content-box h2 {
            font-size: 30px;
            line-height: 37px;
        }

    .sec-services {
        padding: 30px 0;
    }

        .sec-services .card-box .content-box {
            bottom: 3%;
        }

        .sec-services .card-box {
            margin-bottom: 20px;
        }

    .app-section {
        padding: 30px 0;
    }

        .app-section .app-box {
            padding: 30px 20px;
            border-radius: 40px;
        }

            .app-section .app-box .text-box h2 {
                font-size: 30px;
                line-height: 36px;
            }

            .app-section .app-box .text-box ul {
                flex-direction: column;
            }

                .app-section .app-box .text-box ul li {
                    padding: 5px 0;
                }

    .our-fleet {
        padding: 30px 0;
    }

        .our-fleet .sec-title {
            margin-bottom: 20px;
        }

        .our-fleet .fleet-box {
            padding: 25px 10px;
        }

            .our-fleet .fleet-box ul li .list-text {
                font-size: 14px;
            }

            .our-fleet .fleet-box ul li span {
                font-size: 14px;
            }

    .sec-contact {
        padding: 30px 0;
    }

        .sec-contact .form-box {
            padding: 20px 20px;
        }

            .sec-contact .form-box h2 {
                font-size: 30px;
            }

        .sec-contact .content-box {
            padding: 20px 10px 0;
        }

    .sec-faqs {
        padding: 30px 0;
    }

        .sec-faqs .sec-title {
            padding-bottom: 20px;
        }

    .footer-bg .footer-middle {
        padding: 30px 10px 20px;
    }

    .footer-logo {
        width: 120px;
    }

    .inner-banner {
        height: 250px;
        align-items: center;
        margin-top: 110px;
        padding-bottom: 0;
    }

        .inner-banner .content-box {
            flex-direction: column;
            text-align: center;
        }

            .inner-banner .content-box h2 {
                font-size: 36px;
            }

            .inner-banner .content-box ul li a {
                font-size: 16px;
            }

    .sec-inner-services {
        padding: 30px 0;
    }

        .sec-inner-services .content-box h2 {
            font-size: 30px;
            line-height: 39px;
        }


    .sec-result {
        padding: 30px 0;
    }

        .sec-result .upper-list {
            align-items: flex-start;
            flex-direction: column;
        }

        .sec-result .number-box {
            padding: 20px 10px;
        }

        .sec-result .for-line::before {
            left: 70%;
        }

    .update-fleet-box .rate-box {
        margin-top: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .main-header {
        padding: 0;
        background-color: #fff;
    }

        .main-header .logo {
            width: 100px;
            background-color: transparent;
            padding: 0px;
            border-radius: 0px;
        }

        .main-header.scroll .logo {
            width: 90px;
        }

        .main-header .navbar .nav-item .nav-link {
            color: #000;
        }

            .main-header .navbar .nav-item .nav-link:hover {
                color: #000;
            }

    .sec-video-banner {
        margin-top: 110px;
    }

    .sec-video-banner {
        margin-top: 110px;
    }

        .sec-video-banner .content-box h1 {
            font-size: 28px;
            line-height: 40px;
        }

        .sec-video-banner .content-box h3 {
            font-size: 18px;
        }

        .sec-video-banner video {
            width: 100%;
            height: 1050px;
            object-fit: cover;
        }

        .sec-video-banner .main-banner-box {
            top: 50%;
        }

        .sec-video-banner .content-box {
            margin-bottom: 15px;
        }

    .sec-about {
        padding: 30px 0;
    }

        .sec-about .content-box h2 {
            font-size: 30px;
            line-height: 37px;
        }

    .sec-services {
        padding: 30px 0;
    }

        .sec-services .card-box .content-box {
            bottom: 3%;
        }

        .sec-services .card-box {
            margin-bottom: 20px;
        }

    .app-section {
        padding: 30px 0;
    }

        .app-section .app-box {
            padding: 30px 20px;
            border-radius: 40px;
        }

            .app-section .app-box .text-box h2 {
                font-size: 30px;
                line-height: 36px;
            }

            .app-section .app-box .text-box ul {
                flex-direction: column;
            }

                .app-section .app-box .text-box ul li {
                    padding: 5px 0;
                }

    .our-fleet {
        padding: 30px 0;
    }

        .our-fleet .sec-title {
            margin-bottom: 20px;
        }

        .our-fleet .fleet-box {
            padding: 25px 10px;
        }

            .our-fleet .fleet-box ul li .list-text {
                font-size: 14px;
            }

            .our-fleet .fleet-box ul li span {
                font-size: 14px;
            }

    .sec-contact {
        padding: 30px 0;
    }

        .sec-contact .form-box {
            padding: 20px 20px;
        }

            .sec-contact .form-box h2 {
                font-size: 30px;
            }

        .sec-contact .content-box {
            padding: 20px 10px 0;
        }

    .sec-faqs {
        padding: 30px 0;
    }

        .sec-faqs .sec-title {
            padding-bottom: 20px;
        }

    .footer-bg .footer-middle {
        padding: 30px 10px 20px;
    }

    .footer-logo {
        width: 120px;
    }

    .inner-banner {
        height: 250px;
        align-items: center;
        margin-top: 110px;
        padding-bottom: 0;
    }

        .inner-banner .content-box {
            flex-direction: column;
            text-align: center;
        }

            .inner-banner .content-box h2 {
                font-size: 30px;
            }

            .inner-banner .content-box ul li a {
                font-size: 16px;
            }

    .sec-inner-services {
        padding: 30px 0;
    }

        .sec-inner-services .content-box h2 {
            font-size: 30px;
            line-height: 39px;
        }

    .ui-menu .ui-menu-item {
        width: 300px;
    }

    .sec-result {
        padding: 30px 0;
    }

        .sec-result .upper-list {
            align-items: flex-start;
            flex-direction: column;
        }

        .sec-result .number-box {
            padding: 20px 10px;
        }

        .sec-result .for-line::before {
            width: 58%;
            left: 78%;
        }

    .update-fleet-box .rate-box {
        margin-top: 0;
    }

    .welcome {
        height: 380px;
        background-size: cover;
    }

    .WelComeText {
        margin-top: 224px;
        margin-left: 76px;
        line-height: 25px;
    }

    .WelComeText1 {
        font-size: 30px;
    }

    .WelComeText2 {
        font-size: 19px;
    }

    .setfield {
        width: auto !important;
    }
}
