@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Rubik', 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;
}

/************************** Header css **************************/

/************************** Header css end **************************/


.sec-web-form {
    background-image: url('../images/main-banner.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 137px;
    padding: 100px 0;
    min-height: 86vh;
}

    .sec-web-form::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.8;
    }

    .sec-web-form .form-box {
        position: relative;
        background-color: #000000;
        padding: 15px 20px;
        border-radius: 10px;
        border: 3px solid #93a503;
    }

        .sec-web-form .form-box .form-title {
            text-align: center;
            padding-bottom: 8px;
        }

            .sec-web-form .form-box .form-title h2 {
                font-size: 22px;
                font-weight: 700;
                line-height: 24px;
                color: #93A503;
            }

            .sec-web-form .form-box .form-title h3 {
                font-size: 20px;
                color: #fff;
                line-height: 28px;
                text-transform: capitalize;
                font-weight: 700;
            }

        .sec-web-form .form-box .input-field {
            position: relative;
            padding: 9px 15px 9px 45px;
            background-color: #efefef;
            margin-bottom: 10px;
            border-radius: 10px;
        }

            .sec-web-form .form-box .input-field .form-icon {
                position: absolute;
                top: 50%;
                left: 3%;
                color: #93a503;
                font-size: 20px;
                transform: translateY(-50%);
            }

            .sec-web-form .form-box .input-field label {
                font-weight: 700;
                font-size: 14px;
                color: #93a503;
            }

            .sec-web-form .form-box .input-field .form-field {
                /*background: transparent;*/
                background-color: #efefef;
                border: none;
                padding: 5px 0;
                color: #000;
                font-size: 15px;
                cursor: pointer;
            }

        .sec-web-form .form-box .small-text {
            text-align: center;
            padding-bottom: 6px;
        }

            .sec-web-form .form-box .small-text p {
                font-size: 14px;
            }

        .sec-web-form .form-box .quote-btn {
            display: block;
            background: #93A503;
            padding: 10px;
            text-align: center;
            color: #ffffff;
            border-radius: 7px;
            font-size: 18px;
            font-weight: bold;
        }

            .sec-web-form .form-box .quote-btn:hover {
                color: #ffffff;
                background: #93A503;
                transition: all ease 0.3s;
            }

        .sec-web-form .form-box .call-link {
            padding-top: 8px;
            color: #ffffff;
            text-align: center;
            margin: 0 auto;
            width: 100%;
            font-weight: 600;
            font-size: 20px;
        }

    .sec-web-form .content-box {
        padding: 17% 0px;
        position: relative;
    }

        .sec-web-form .content-box h2 {
            font-size: 45px;
            color: #fff;
            line-height: 50px;
            text-transform: capitalize;
            padding-bottom: 9px;
            font-weight: 700;
        }

        .sec-web-form .content-box .para {
            color: #fff;
            padding-bottom: 13px;
            font-size: 18px;
        }

        .sec-web-form .content-box h4 {
            color: #93a503;
            font-weight: 600;
            padding-bottom: 10px;
            font-size: 26px;
        }

        .sec-web-form .content-box .para a {
            color: #f9db3d;
            padding: 0 3px;
        }

.sec-result {
    padding: 60px 0;
    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: #ebebeb;
                        width: 50px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        font-size: 20px;
                        margin: 0 auto;
                        color: #000;
                        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: #93a503 !important;
        color: #ffffff !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #000;
            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 {
        display: flex;
        font-size: 14px;
        justify-content: center;
    }

        .update-fleet-box .private-text i {
            margin: 0 5px;
        }

    .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: #93a503;
                background-color: #000;
                padding: 4px;
                border-radius: 5px;
            }

    .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: 13px;
                padding: 0 8px 0 0;
                font-weight: 600;
            }

                .update-fleet-box .fleet-detail .passenger-list li i {
                    font-size: 16px;
                }

        .update-fleet-box .fleet-detail .passenger-list-2 {
            padding: 10px 0;
        }

            .update-fleet-box .fleet-detail .passenger-list-2 li {
                font-size: 15px;
                padding: 3px 10px;
                border: 1px solid #93a503;
                margin: 3px 0;
                border-radius: 6px;
                font-size: 15px;
                background-color: #93a503;
                width: fit-content;
                color: #ffffff;
                font-weight: 600;
            }

                .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;
        }

.ui-menu {
    height: 250px !important;
    overflow-y: scroll;
}

.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;
        }

.ui-dialog .ui-dialog-content {
    overflow-y: hidden !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #000 !important;
    padding: 7px 10px !important;
    text-align: center !important;
    color: #ffffff !important;
    border-radius: 7px !important;
}

.ui-dialog {
    left: 50% !important;
    width: 70% !important;
    transform: translateX(-50%) !important;
    z-index: 9999999 !important;
}

.ui-menu .ui-menu-item {
    width: 400px !important;
}

    .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
        background-color: #93A503 !important;
    }

.sec-service {
    background-color: #000000;
    padding: 60px 0 60px;
}

    .sec-service .sec-title {
        text-align: center;
        padding-bottom: 50px;
    }

        .sec-service .sec-title h3 {
            color: #93a503;
            font-weight: 700;
            font-size: 24px;
        }

        .sec-service .sec-title h2 {
            font-size: 36px;
            color: #ffffff;
            line-height: 40px;
            padding: 0px 0;
            font-weight: 700;
        }

            .sec-service .sec-title h2 > span {
                font-size: 42px;
                color: #93a503;
            }

    .sec-service .card-box {
        background-color: #000000;
        margin-bottom: 20px;
        padding: 20px 25px;
        box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
        min-height: 230px;
        transition: 0.5s;
        border: 2px solid #93a503;
    }

        .sec-service .card-box .icon-box {
            width: 70px;
            height: 70px;
            background-color: #93a503;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            margin-bottom: 20px;
        }

            .sec-service .card-box .icon-box i {
                font-size: 28px;
                color: #ffffff;
                transition: 0.5s;
            }

        .sec-service .card-box h3 {
            color: #ffffff;
            font-weight: 700;
            font-size: 22px;
            transition: 0.5s;
        }

        .sec-service .card-box .para {
            padding: 7px 0;
            font-size: 16px;
            transition: 0.5s;
            color: #fff;
        }

        .sec-service .card-box .read-btn {
            color: #ffffff;
            transition: 0.5s;
            font-size: 15px;
            font-weight: 700;
            text-decoration: underline;
        }

        .sec-service .card-box:hover {
            background-color: #93a503;
        }

            .sec-service .card-box:hover h3 {
                color: #000000;
            }

            .sec-service .card-box:hover .para {
                color: #000000;
            }

            .sec-service .card-box:hover .read-btn {
                color: #000000;
            }

        .sec-service .card-box.active {
            background-color: #93a503;
        }

            .sec-service .card-box.active h3 {
                color: #000000;
            }

            .sec-service .card-box.active .para {
                color: #000000;
            }

            .sec-service .card-box.active .read-btn {
                color: #000000;
            }

            .sec-service .card-box.active .icon-box {
                background-color: #000;
            }

        .sec-service .card-box:hover .icon-box {
            background-color: #000;
        }

.sec-experience {
    padding: 60px 0;
    background-color: #000;
}

    .sec-experience .content-box {
        margin-top: 0;
    }

        .sec-experience .content-box h3 {
            color: #93a503;
            font-weight: 600;
            padding-bottom: 10px;
            font-size: 22px;
        }

        .sec-experience .content-box h2 {
            font-size: 40px;
            color: #fff;
            line-height: 42px;
            text-transform: capitalize;
            padding-bottom: 9px;
            font-weight: 700;
        }

        .sec-experience .content-box .para {
            color: #fff;
            padding-bottom: 13px;
            font-size: 16px;
        }

    .sec-experience .img-box {
    }

        .sec-experience .img-box img {
            border-radius: 10px;
            border: 2px solid #93a503;
            height: 510px;
            object-fit: cover;
        }

.sec-role {
    padding: 40px 0;
    position: relative;
    background-color: #000;
}

    .sec-role .sec-title {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }

        .sec-role .sec-title h3 {
            position: relative;
            font-size: 22px;
            font-weight: 700;
            color: #93a503;
        }

        .sec-role .sec-title h2 {
            padding: 5px 0;
            font-size: 47px;
            color: #ffffff;
            font-weight: 700;
            line-height: 50px;
            text-transform: uppercase;
        }

        .sec-role .sec-title .para {
            color: #fff;
        }

    .sec-role .services-box {
        background-color: #93a503;
        padding: 30px 15px;
        text-align: center;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: relative;
        margin-bottom: 25px;
        min-height: 310px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .sec-role .services-box .icon-box {
            background-color: #000000;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            border-radius: 20px;
        }

            .sec-role .services-box .icon-box i {
                font-size: 34px;
                color: #ffffff;
            }

        .sec-role .services-box .cont-box h4 {
            font-size: 20px;
            font-weight: 700;
            color: #17161a;
            width: 90%;
            margin: 0 auto;
            padding-top: 15px;
            text-transform: capitalize;
        }

        .sec-role .services-box .cont-box .cont-para {
            font-size: 15px;
            padding: 15px 0;
        }

        .sec-role .services-box .cont-box .read-more {
            font-size: 16px;
            font-weight: 500;
            color: #ed0028;
            text-transform: uppercase;
            transition: 0.5s;
        }

            .sec-role .services-box .cont-box .read-more:hover {
                color: #3a3a3a;
            }

.sec-tours-pkg {
    padding: 60px 0;
    position: relative;
    background-color: #000;
}


    .sec-tours-pkg .sec-title {
        text-align: center;
        padding-bottom: 40px;
        position: relative;
    }

        .sec-tours-pkg .sec-title h2 {
            font-size: 36px;
            color: #ffffff;
            font-weight: 700;
            line-height: 40px;
        }

        .sec-tours-pkg .sec-title h3 {
            font-size: 26px;
            font-weight: 700;
            color: #93a503;
            padding-bottom: 5px;
        }

    .sec-tours-pkg .tour-box {
        background-color: transparent;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        height: 100%;
        border: 2px solid #93a503;
    }

        .sec-tours-pkg .tour-box .img-box {
            background-color: #5f5f5f;
        }

            .sec-tours-pkg .tour-box .img-box img {
                height: 240px;
                width: 100%;
                object-fit: contain;
            }

        .sec-tours-pkg .tour-box .detail-box {
            position: absolute;
            width: fit-content;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #93a503;
            padding: 10px 15px;
            border-radius: 10px;
            margin-top: -28px;
            right: 10px;
        }

            .sec-tours-pkg .tour-box .detail-box .box-1 {
            }

                .sec-tours-pkg .tour-box .detail-box .box-1 h3 {
                    font-size: 15px;
                    color: #ffffff;
                    font-weight: 700;
                }

            .sec-tours-pkg .tour-box .detail-box .box-2 {
            }

                .sec-tours-pkg .tour-box .detail-box .box-2 ul {
                    display: flex;
                    align-items: center;
                }

                    .sec-tours-pkg .tour-box .detail-box .box-2 ul li {
                        padding: 0 6px;
                    }

                        .sec-tours-pkg .tour-box .detail-box .box-2 ul li a {
                            color: #ffffff;
                            font-size: 15px;
                        }

        .sec-tours-pkg .tour-box .content-box {
            padding: 30px 25px 20px;
        }

            .sec-tours-pkg .tour-box .content-box h4 {
                color: #ffffff;
                font-size: 22px;
                line-height: 30px;
                font-weight: 700;
                padding-bottom: 3px;
            }

            .sec-tours-pkg .tour-box .content-box .location-icon {
                color: #334960;
                font-size: 18px;
                line-height: 17px;
            }

            .sec-tours-pkg .tour-box .content-box .para {
                padding: 12px 0;
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                font-size: 17px;
                line-height: 21px;
                font-weight: 300;
                color: #ffffff;
            }

            .sec-tours-pkg .tour-box .content-box .lower-box {
                padding: 10px 0px 0;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .sec-tours-pkg .tour-box .content-box .lower-box .detail-btn {
                    font-weight: 600;
                    background-color: #93a503;
                    border: 1px solid #93a503;
                    border-radius: 7px;
                    padding: 8px 22px;
                    color: #ffffff !important;
                    transition: 0.5s;
                    font-size: 16px;
                    width: 100%;
                    text-align: center;
                }

                .sec-tours-pkg .tour-box .content-box .lower-box .rate-box {
                }

                    .sec-tours-pkg .tour-box .content-box .lower-box .rate-box small {
                        font-size: 16px;
                        line-height: 21px;
                        font-weight: 300;
                        color: #959595;
                    }

                    .sec-tours-pkg .tour-box .content-box .lower-box .rate-box h6 {
                        color: #334960;
                        font-size: 22px;
                        line-height: 22px;
                        font-weight: 700;
                    }

.sec-app {
    padding: 80px 0;
    background-color: #010101;
    position: relative;
}

    .sec-app .img-box {
        text-align: center;
    }

        .sec-app .img-box img {
            height: 550px;
        }

    .sec-app .text-box {
        margin-top: 10%;
    }

        .sec-app .text-box h2 {
            color: #ffffff;
            font-size: 36px;
            letter-spacing: 0;
            line-height: 44px;
            margin-top: 4px;
            margin-bottom: 0px;
            font-weight: 700;
        }

        .sec-app .text-box h3 {
            color: #93a503;
            font-weight: bold;
            font-size: 20px;
            margin: 0;
            line-height: 20px;
        }

        .sec-app .text-box h4 {
            color: #ffffff;
            font-size: 18px;
            letter-spacing: 0.15px;
            line-height: 30px;
            margin-bottom: 0px;
        }

        .sec-app .text-box .app-list {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            padding: 10px 0;
        }

            .sec-app .text-box .app-list li {
                color: #ffffff;
                width: 40%;
                background-color: #93a503;
                margin: 8px 10px 0 0;
                padding: 13px 15px;
                text-align: center;
                border-radius: 7px;
                font-weight: 600;
            }

                .sec-app .text-box .app-list li i {
                    padding-right: 5px;
                    font-size: 18px;
                }

        .sec-app .text-box .btn-list {
            padding: 10px 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .sec-app .text-box .btn-list li {
                width: 40%;
                padding: 10px 15px 0 0;
            }

.sec-inner-services-box {
    background-color: #000000;
    padding: 60px 0;
}

    .sec-inner-services-box .sec-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .sec-inner-services-box .sec-title h3 {
            color: #93a503;
            font-weight: 700;
            padding-bottom: 0;
            font-size: 24px;
            line-height: 31px;
        }

        .sec-inner-services-box .sec-title h2 {
            color: #fff;
            font-size: 40px;
            font-weight: 700;
        }

            .sec-inner-services-box .sec-title h2 > span {
                color: #93a503;
                font-size: 45px;
            }

    .sec-inner-services-box .cart-box {
        padding: 10px;
        border: 2px solid #93a503;
        border-radius: 20px;
        height: auto;
        margin-bottom: 30px;
    }

        .sec-inner-services-box .cart-box .img-box {
        }

            .sec-inner-services-box .cart-box .img-box img {
                border-radius: 10px;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                width: 100%;
                height: 170px;
                object-fit: cover;
            }

        .sec-inner-services-box .cart-box .content-box {
            background-color: #93a503;
            padding: 20px;
            margin-top: 10px;
            border-radius: 10px;
        }

            .sec-inner-services-box .cart-box .content-box h6 {
                font-size: 18px;
                color: #ffffff;
                line-height: 20px;
                padding-bottom: 10px;
                font-weight: 700;
                text-transform: uppercase;
            }

            .sec-inner-services-box .cart-box .content-box .para {
                font-size: 15px;
                color: #fff;
            }

.choose-us-sec-2 {
    width: 100%;
    padding: 80px 0;
    background: #000;
}

    .choose-us-sec-2 .main-img-box {
        width: 100%;
    }

        .choose-us-sec-2 .main-img-box .img-box-1 {
            border: 5px solid #93a503;
            border-radius: 10px;
            overflow: hidden;
        }

    .choose-us-sec-2 .main-content-box {
        width: 100%;
    }

        .choose-us-sec-2 .main-content-box .content-box {
            width: 100%;
            padding: 10px;
            background: #000;
            border-radius: 10px;
            border: 3px solid #93a503;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .choose-us-sec-2 .main-content-box .box-position {
            position: relative;
            top: -50px;
        }

        .choose-us-sec-2 .main-content-box .content-box img {
            width: 80px;
            height: 80px;
            padding: 10px;
            background: #93a503;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .choose-us-sec-2 .main-content-box .content-box h3 {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
        }

        .choose-us-sec-2 .main-content-box .content-box p {
            font-size: 14px;
            color: #fff;
        }

    .choose-us-sec-2 .heading-section {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

        .choose-us-sec-2 .heading-section h2 {
            font-size: 18px;
            width: fit-content;
            background: #93a503;
            color: #000;
            font-weight: 700;
            margin: 0 auto;
            padding: 6px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        .choose-us-sec-2 .heading-section h3 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .choose-us-sec-2 .heading-section h3 > span {
                font-size: 52px;
                color: #93a503;
            }

        .choose-us-sec-2 .heading-section p {
            font-size: 20px;
            color: #fff;
        }

.pricing-sec {
    width: 100%;
    padding: 80px 0;
    background: #000;
}

    .pricing-sec .heading-pricing {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

        .pricing-sec .heading-pricing h2 {
            font-size: 18px;
            width: fit-content;
            background: #93a503;
            color: #000;
            font-weight: 700;
            margin: 0 auto;
            padding: 6px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        .pricing-sec .heading-pricing h3 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .pricing-sec .heading-pricing h3 > span {
                font-size: 52px;
                color: #93a503;
            }

        .pricing-sec .heading-pricing p {
            font-size: 20px;
            color: #fff;
        }

    .pricing-sec .pricing-main-img-box {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: end;
    }

        .pricing-sec .pricing-main-img-box .pricing-image-one {
            width: 400px;
            height: 400px;
            border-radius: 5%;
            border: 5px solid #93a503;
        }

        .pricing-sec .pricing-main-img-box .pricing-image-two {
            width: 250px;
            height: 250px;
            border-radius: 5%;
            border: 5px solid #93a503;
            position: absolute;
            left: 0px;
            top: 50px;
        }

    .pricing-sec .pricing-card {
        width: 100%;
        padding: 40px 20px;
        background: #000000;
        border: 5px solid #93a503;
        border-radius: 15px;
    }

        .pricing-sec .pricing-card h2 {
            font-size: 18px;
            width: fit-content;
            background: #93a503;
            color: #fff;
            font-weight: 700;
            padding: 6px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        .pricing-sec .pricing-card p {
            font-size: 16px;
            margin-bottom: 10px;
            color: #fff;
        }

        .pricing-sec .pricing-card h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #fff;
        }

            .pricing-sec .pricing-card h3 > span {
                background: #93a503;
                color: #fff;
                padding: 5px;
                border-radius: 5px;
            }

        .pricing-sec .pricing-card ul {
            width: 100%;
            padding: 10px 0;
        }

            .pricing-sec .pricing-card ul li {
                font-size: 18px;
                margin-bottom: 10px;
                color: #fff;
            }

                .pricing-sec .pricing-card ul li i {
                    font-size: 20px;
                    padding-right: 2px;
                    color: #93a503;
                }

        .pricing-sec .pricing-card .pricing-Btn {
            width: 100%;
            text-align: center;
            padding: 10px 20px;
            background: #93a503;
            color: #fff;
            border-radius: 10px;
            font-size: 18px;
            font-weight: 600;
        }

.testimonials-sec {
    width: 100%;
    padding: 80px 0;
    background: #161719;
}

    .testimonials-sec .heading-testimonials {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

        .testimonials-sec .heading-testimonials h2 {
            font-size: 18px;
            width: fit-content;
            background: #93a503;
            color: #000;
            font-weight: 700;
            margin: 0 auto;
            padding: 6px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        .testimonials-sec .heading-testimonials h3 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .testimonials-sec .heading-testimonials h3 > span {
                font-size: 52px;
                color: #93a503;
            }

        .testimonials-sec .heading-testimonials p {
            font-size: 20px;
            color: #fff;
        }

    .testimonials-sec .testmonials-card {
        width: 100%;
        padding: 20px;
        background: #93a503;
        text-align: center;
        border-radius: 20px;
        margin-top: 80px;
        position: relative;
    }

        .testimonials-sec .testmonials-card .top-profile {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            position: absolute;
            top: -50px;
            left: 130px;
            border: 10px solid #161719;
            overflow: hidden;
        }

            .testimonials-sec .testmonials-card .top-profile img {
                width: 100%;
            }

        .testimonials-sec .testmonials-card p {
            margin-top: 70px;
            margin-bottom: 30px;
            font-size: 17px;
        }

        .testimonials-sec .testmonials-card h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 0px;
        }

        .testimonials-sec .testmonials-card h5 {
            font-size: 14px;
            font-weight: 700;
            margin-top: -6px;
        }

.contact-sec {
    width: 100%;
    padding: 80px 0;
    background: #000;
    position: relative;
    overflow: hidden;
}

    .contact-sec:before {
        content: "";
        width: 50%;
        background: #93a503;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .contact-sec .contact-content {
        width: 100%;
        padding: 0 0 0 40px;
    }

        .contact-sec .contact-content h2 {
            font-size: 18px;
            width: fit-content;
            background: #93a503;
            color: #000;
            font-weight: 700;
            padding: 6px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .contact-sec .contact-content h3 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .contact-sec .contact-content h3 > span {
                font-size: 52px;
                color: #93a503;
            }

        .contact-sec .contact-content p {
            font-size: 20px;
            color: #fff;
        }

.cta-sec {
    width: 100%;
    padding: 80px 0;
    background: #000;
}

    .cta-sec .mainCTA-sec {
        width: 100%;
        padding: 50px;
        text-align: center;
        border: 10px solid #93a503;
        background: #000;
        border-radius: 20px;
    }

        .cta-sec .mainCTA-sec h2 {
            font-size: 18px;
            width: fit-content;
            background: #93a503;
            color: #000;
            font-weight: 700;
            margin: 0 auto;
            padding: 6px 20px;
            border-radius: 10px;
            margin-bottom: 10px;
            text-align: center;
        }

        .cta-sec .mainCTA-sec h3 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .cta-sec .mainCTA-sec h3 > span {
                font-size: 52px;
                color: #93a503;
            }

        .cta-sec .mainCTA-sec .cta-contact-num {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 20px;
            justify-content: center;
        }

            .cta-sec .mainCTA-sec .cta-contact-num i {
                font-size: 32px;
                background: #93a503;
                padding: 10px;
                border-radius: 10px;
            }

            .cta-sec .mainCTA-sec .cta-contact-num p {
                color: #fff;
                font-size: 24px;
            }
/* footer section css */
.footer {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    background: #000000;
}

    .footer .footer-logo {
        width: 245px;
        background-color: #000;
        padding: 10px;
        border-radius: 10px;
    }

.center-footer-content {
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

    .center-footer-content h2 {
        font-weight: 600;
        color: #ffffff;
        font-size: 24px;
    }

.footer_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 6px;
    margin-top: 10px;
}

    .footer_ul .footer_li a {
        color: #ffffff;
        transform: translateX(0px);
        transition: all 0.3s ease-in-out;
        font-size: 17px;
    }

        .footer_ul .footer_li a:hover {
            transform: translateX(10px);
        }

        .footer_ul .footer_li a i {
            padding-right: 5px;
        }

.right-footer-content h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}

.right-footer-content .getin_touch {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}

.getin_touch a {
    color: #ffffff;
    font-size: 17px;
}

    .getin_touch a i {
        padding-right: 5px;
    }

.getin_touch p {
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

    .getin_touch p i {
        padding-right: 5px;
        margin-top: 3px;
    }

.last-footer-content h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}

.social-icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

    .social-icons .icon {
        background: #93a503;
        padding: 10px 20px;
        color: #000000;
        border-radius: 5px;
    }

.bootom-footer-section {
    width: 100%;
    background: #93a503;
    padding: 10px;
    color: #fff;
    text-align: center;
}

    .bootom-footer-section .bottom-footer-content p {
        margin-bottom: 0px !important;
        color: #fff;
    }

    .bootom-footer-section .bottom-footer-content a {
        color: #000000;
    }
/* footer section css */
/* Inner page Css */
.banner-image-section {
    width: 100%;
    height: 300px;
    margin-top: 160px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/latest-blog-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .banner-image-section .main-banner-content {
        width: 100%;
        padding: 40px 0;
    }

        .banner-image-section .main-banner-content h2 {
            font-size: 52px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }

            .banner-image-section .main-banner-content h2 > span {
                font-size: 62px;
                color: #93a503;
            }

        .banner-image-section .main-banner-content p {
            color: #fff;
            font-size: 20px;
        }

.luxury-airport-sec {
    width: 100%;
    padding: 80px 0;
    background: #000;
}

    .luxury-airport-sec .main-content-lux-right {
        width: 100%;
        padding: 0 80px 0 0;
    }

        .luxury-airport-sec .main-content-lux-right h2 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .luxury-airport-sec .main-content-lux-right h2 > span {
                font-size: 52px;
                color: #93a503;
            }

        .luxury-airport-sec .main-content-lux-right p {
            color: #fff;
            margin-bottom: 10px;
        }

        .luxury-airport-sec .main-content-lux-right .contact-Btn-luxury {
            background: #93a503;
            padding: 8px 20px;
            color: #000;
            border-radius: 10px;
            font-weight: 600;
            margin-top: 10px;
        }

    .luxury-airport-sec .main-content-lux-left {
        width: 100%;
    }

        .luxury-airport-sec .main-content-lux-left h2 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }

        .luxury-airport-sec .main-content-lux-left .main-box {
            width: 100%;
            padding: 10px;
            background: #000;
            border: 3px solid #93a503;
            border-radius: 10px;
            margin-bottom: 20px;
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

            .luxury-airport-sec .main-content-lux-left .main-box p {
                color: #fff;
                font-size: 16px;
            }

.about-sec {
    width: 100%;
    padding: 80px 0;
    background: #000;
}

    .about-sec .ceo-message {
        width: 100%;
        padding: 40px;
        text-align: center;
        border: 5px solid #93a503;
        background: #000;
        border-radius: 20px;
        margin-bottom: 50px;
    }

        .about-sec .ceo-message p {
            font-size: 20px;
            color: #fff;
            margin-bottom: 20px;
        }

        .about-sec .ceo-message h3 {
            font-size: 32px;
            font-weight: 700;
            color: #93a503;
        }

    .about-sec .main-about-sec {
        width: 100%;
    }

        .about-sec .main-about-sec .left-content {
            width: 100%;
            padding: 0 20px 0 0;
            margin-top: 20px;
        }

            .about-sec .main-about-sec .left-content h1 {
                font-size: 18px;
                width: fit-content;
                background: #93a503;
                color: #000;
                font-weight: 700;
                padding: 6px 20px;
                border-radius: 10px;
                margin-bottom: 10px;
                text-align: center;
            }

            .about-sec .main-about-sec .left-content h2 {
                font-size: 42px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 10px;
            }

                .about-sec .main-about-sec .left-content h2 > span {
                    font-size: 52px;
                    color: #93a503;
                }

            .about-sec .main-about-sec .left-content p {
                color: #fff;
                font-size: 18px;
            }

        .about-sec .main-about-sec .image-content {
            padding: 20px;
            border: 5px solid #93a503;
            border-radius: 20px;
        }

            .about-sec .main-about-sec .image-content img {
                border-radius: 10px;
            }

        .about-sec .main-about-sec .about-info-cards {
            width: 100%;
            height: 250px;
            padding: 30px;
            background: #000;
            border-radius: 15px;
            border: 5px solid #93a503;
            margin-top: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }

            .about-sec .main-about-sec .about-info-cards .top-icon-about {
                width: 50px;
                height: 50px;
                background: #93a503;
                padding: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                margin-bottom: 20px;
            }

                .about-sec .main-about-sec .about-info-cards .top-icon-about i {
                    font-size: 22px;
                }

            .about-sec .main-about-sec .about-info-cards .bottom-icon-content h2 {
                font-size: 24px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 10px;
            }

            .about-sec .main-about-sec .about-info-cards .bottom-icon-content p {
                color: #fff;
            }
.service-sec-in{
    width: 100%;
    padding: 80px 0;
    background: #000;
}
    .service-sec-in .servce-image{
        width: 100%;
        padding: 20px;
        border: 5px solid #93a503;
        border-radius: 20px;
        margin-bottom: 60px;
    }
        .service-sec-in .servce-image img{
            border-radius: 10px;
        }
    .service-sec-in .service-conetnet {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 60px;
    }
        .service-sec-in .service-conetnet h2 {
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

            .service-sec-in .service-conetnet h2 > span {
                font-size: 50px;
                color: #93a503;
            }

        .service-sec-in .service-conetnet p {
            color: #fff;
            font-size: 16px;
            margin-bottom: 20px;
        }
        .service-sec-in .service-conetnet .ser_btn {
            background: #93a503;
            padding: 8px 20px;
            color: #000;
            text-align: center;
            border-radius: 10px;
            font-weight: 600;
        }
        /************************** 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) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .sec-web-form {
        height: unset;
        padding: 40px 0;
        margin-top: 160px;
    }

        .sec-web-form .form-box {
            padding: 15px 20px;
        }

        .sec-web-form .content-box {
            padding: 15px;
        }

            .sec-web-form .content-box h2 {
                font-size: 24px;
                line-height: 28px;
            }

    .sec-result .upper-list {
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

        .sec-result .upper-list li {
            padding: 7px 0;
        }

            .sec-result .upper-list li .icon-box .img-icon {
                width: 60px;
            }

    .sec-result .number-box {
        padding: 20px 10px;
    }

    .sec-result .for-line::before {
        left: 82%;
    }

    .sec-result .cancellation-box {
        align-items: center;
        flex-direction: column;
    }

        .sec-result .cancellation-box .text-box {
            padding: 10px;
            text-align: center;
        }

    .update-fleet-box .fleet-detail {
        padding: 10px 0px;
        border-right: unset;
        border-left: unset;
    }



    .page-banner .banner-content {
        padding: 0 !important;
    }

        .page-banner .banner-content h3 {
            font-size: 28px !important;
            letter-spacing: 0 !important;
        }

    .setfield {
        width: unset !important;
    }

    .welcome {
        height: 380px !important;
        background: url(../images/welcomeHome.png) left top no-repeat #f2f4ef;
        background-size: cover !important;
        background-position: left !important;
    }

    .WelComeText {
        width: unset !important;
        margin-top: 224px !important;
        margin-left: 90px !important;
        line-height: 28px !important;
    }

    .WelComeText1 {
        font-size: 24px !important;
    }

    .sec-result {
        margin-top: 130px;
    }

    .update-fleet-box .rate-box {
        margin-top: 0%;
    }

    .page-banner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 160px !important;
        height: 200px !important;
    }

    .ui-dialog {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .ui-menu .ui-menu-item {
        width: auto !important;
    }
}
