@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: 114px;
    padding: 97px 0;
    min-height: 80svh;
}

    .sec-web-form::before {
        content: '';
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }

    .sec-web-form .form-box {
        position: relative;
        background-color: #ffffff;
        padding: 15px 20px;
        border-radius: 10px;
        display: inline-block;
    }

        .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: #000;
            }

            .sec-web-form .form-box .form-title h3 {
                font-size: 20px;
                color: #000000;
                line-height: 28px;
                text-transform: capitalize;
                font-weight: 700;
            }

        .sec-web-form .form-box .input-field {
            position: relative;
            padding: 9px 15px 9px 45px;
            margin-bottom: 10px;
        }

            .sec-web-form .form-box .input-field .form-icon {
                position: absolute;
                top: 50%;
                left: 0%;
                transform: translatey(-50%);
                color: #192b69;
                background-color: #f9d330;
                width: 35px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
            }

            .sec-web-form .form-box .input-field label {
                font-size: 14px;
                color: #0f6b26;
                font-weight: 700;
            }

            .sec-web-form .form-box .input-field .form-field {
                background: transparent;
                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: #172d6d;
            padding: 10px;
            text-align: center;
            color: #ffffff;
            border-radius: 7px;
        }

        .sec-web-form .form-box .call-link {
            padding-top: 8px;
            color: #000000;
            text-align: center;
            margin: 0 auto 0 3%;
            width: 94%;
            font-weight: 600;
            font-size: 20px;
            background-color: #9aeba6;
            border-radius: 10px;
            margin-top: 10px;
        }

    .sec-web-form .content-box {
        padding: 10% 0px;
        position: relative;
    }

        .sec-web-form .content-box h2 {
            font-size: 50px;
            color: #ffffff;
            line-height: 60px;
            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: #ffffff;
            font-weight: 600;
            padding-bottom: 10px;
            font-size: 23px;
        }

        .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: #f9d330 !important;
        color: #000 !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #00711b;
            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;
    }

    .update-fleet-box .star-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 0 0;
    }

        .update-fleet-box .star-list li {
            padding: 0 1px;
        }

            .update-fleet-box .star-list li i {
                color: #ffffff;
                background-color: #1c2a67;
                padding: 4px;
            }

    .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 #f9d330;
                margin: 3px 0;
                border-radius: 6px;
                font-size: 12px;
                background-color: #f9d330;
                width: fit-content;
                color: #000000;
            }

                .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 #000000;
        border-bottom: 1px solid #000000;
    }

        .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-menu .ui-menu-item {
    width: 350px !important;
}
/************************** 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: 142px;
    }

        .sec-web-form .form-box {
            padding: 15px 10px;
        }

        .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;
        display: none;
    }

        .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: 50px;
    }

    .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;
    }
}
