@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;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: "Poppins", 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 **************************/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: transparent;
    transition: 0.5s;
    background: #fff;
}

    .main-header.scroll {
        background: #ffffff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .main-header.scroll .upper-list {
            margin-top: -36px;
        }

        .main-header.scroll .logo {
            width: 170px;
            padding: 0;
        }

.upper-list {
    background: #e17626;
    padding: 4px 0 0;
    position: relative;
    transition: 0.5s;
}

    .upper-list .align-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    .upper-list .box-1 .info-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .upper-list .box-1 .info-list li {
            padding: 0 10px;
        }

            .upper-list .box-1 .info-list li span {
                color: #ffffff;
                font-size: 16px;
                padding-right: 7px;
            }

            .upper-list .box-1 .info-list li a {
                color: #ffffff;
                font-size: 15px;
                font-weight: 600;
            }

    .upper-list .box-2 .social-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .upper-list .box-2 .social-list li span {
            color: #ffffff;
            font-size: 16px;
            padding-right: 7px;
        }

        .upper-list .box-2 .social-list li {
            padding: 0 12px;
        }

            .upper-list .box-2 .social-list li a {
                color: #ffffff;
                font-size: 16px;
                font-weight: 400;
            }

.main-header .logo {
    width: 140px;
    transition: 0.5s;
}

.main-header .nav-item {
    padding: 0 14px;
}

    .main-header .nav-item .nav-link {
        font-size: 17px;
        font-weight: 500 !important;
        color: #03092e !important;
        transition: 0.5s;
        text-transform: capitalize;
    }

.main-header.scroll .nav-item .nav-link {
    color: #03082e !important;
}

    .main-header.scroll .nav-item .nav-link:hover {
        color: #e17626 !important;
    }

.main-header .nav-item .dropdown-item {
    text-transform: uppercase !important;
}

.main-header .nav-item .nav-link:hover {
    color: #e17626 !important;
}

.nav-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-btn ul li {
        padding: 0 5px;
    }

.nav-btn .book-btn {
    background-color: #008341;
    border: 1px solid #008341;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
}

    .nav-btn .book-btn:hover {
        background-color: #2b2c6c;
        border: 1px solid #2a2b69;
        color: #fff !important;
    }

.nav-btn .book-btn-2 {
    background-color: #c96243;
    border: 1px solid #c96243;
    border-radius: 25px;
    padding: 12px 25px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 16px;
}

    .nav-btn .book-btn-2:hover {
        background-color: #292a66;
        border: 1px solid #2a2b69;
        color: #fff !important;
    }

.main-header .book-box {
}

    .main-header .book-box ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-header .book-box ul li {
            padding: 0 3px;
        }

            .main-header .book-box ul li .book-btn {
                background-color: #e17626;
                border: 1px solid #e17626;
                border-radius: 7px;
                padding: 10px 26px;
                color: #ffffff !important;
                transition: 0.5s;
                font-size: 16px;
                font-weight: 600;
            }
/************************** Header css end **************************/

.main-banner {
    margin-top: 0;
    position: relative;
}

    .main-banner .slider-box {
        position: relative;
    }

        .main-banner .slider-box .slider-1 {
            position: relative;
        }

            .main-banner .slider-box .slider-1 .img-box {
                position: relative;
            }

                .main-banner .slider-box .slider-1 .img-box::before {
                    content: '';
                    background-color: #000;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0.4;
                }

                .main-banner .slider-box .slider-1 .img-box img {
                    width: 100%;
                    object-fit: cover;
                    height: 95vh;
                }

            .main-banner .slider-box .slider-1 .content-box {
                position: absolute;
                top: 40%;
                width: 45%;
                z-index: 10;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
            }

                .main-banner .slider-box .slider-1 .content-box h1 {
                    font-size: 60px;
                    color: #fff;
                    line-height: 59px;
                    padding: 5px 0;
                    font-weight: 700;
                    text-transform: capitalize;
                }

                .main-banner .slider-box .slider-1 .content-box h3 {
                    color: #e17626;
                    font-weight: 700;
                }

                .main-banner .slider-box .slider-1 .content-box .para {
                    color: #fff;
                    font-size: 24px;
                }

    .main-banner .form-box {
        position: absolute;
        z-index: 99;
        background: #e17626;
        padding: 24px 30px 15px;
        border-radius: 25px;
        left: 15%;
        right: 15%;
        bottom: 120px;
    }

        .main-banner .form-box h4 {
            font-size: 30px;
            color: #ffffff;
            padding-bottom: 10px;
            font-weight: 700;
        }

        .main-banner .form-box .field-box {
            position: relative;
            padding-left: 60px;
            padding-bottom: 15px;
        }

            .main-banner .form-box .field-box .pay-type-list li {
                padding: 5px 0;
            }

            .main-banner .form-box .field-box label {
                color: #ffffff;
                font-weight: 600;
                padding-bottom: 5px;
            }

            .main-banner .form-box .field-box .icon-box {
                position: absolute;
                top: 50%;
                left: 0%;
                transform: translateY(-50%);
                width: 45px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 7px;
            }

                .main-banner .form-box .field-box .icon-box i {
                    font-size: 36px;
                    color: #ffffff;
                }

            .main-banner .form-box .field-box .booking-input {
                padding: 7px 10px;
                color: #ffffff;
                background-color: transparent;
                border: 2px solid #ffffff;
            }

                .main-banner .form-box .field-box .booking-input:focus {
                    box-shadow: none;
                }

                .main-banner .form-box .field-box .booking-input::-webkit-input-placeholder {
                    /* Chrome/Opera/Safari */
                    color: #ffffff;
                }

                .main-banner .form-box .field-box .booking-input::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #ffffff;
                }

                .main-banner .form-box .field-box .booking-input:-ms-input-placeholder {
                    /* IE 10+ */
                    color: #ffffff;
                }

                .main-banner .form-box .field-box .booking-input:-moz-placeholder {
                    /* Firefox 18- */
                    color: #ffffff;
                }

                .main-banner .form-box .field-box .booking-input option {
                    color: #000;
                }

        .main-banner .form-box .submit-button {
            background-color: #000;
            border: 1px solid #000;
            padding: 9px 20px;
            color: #ffffff !important;
            transition: 0.5s;
            width: 100%;
            text-align: center;
            border-radius: 6px;
            margin-bottom: 15px;
            font-weight: 600;
        }

    .main-banner .slick-prev {
        position: absolute;
        top: 50%;
        left: 1%;
        z-index: 999;
        font-size: 0;
        width: 45px;
        height: 45px;
        background-color: #e17626;
        border: 1px solid #e17626;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-banner .slick-prev::before {
            content: '\f104';
            font-family: "Font Awesome 6 Pro";
            font-size: 25px;
            position: absolute;
            color: #ffffff;
        }

    .main-banner .slick-next {
        position: absolute;
        top: 50%;
        right: 1%;
        z-index: 999;
        font-size: 0;
        width: 45px;
        height: 45px;
        background-color: #e17626;
        border: 1px solid #e17626;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-banner .slick-next::before {
            content: '\f105';
            font-family: "Font Awesome 6 Pro";
            font-size: 25px;
            position: absolute;
            color: #ffffff;
        }

.sec-about {
    padding: 60px 0 60px;
    margin-top: 100px;
}

    .sec-about .content-box h3 {
        font-size: 24px;
        color: #e17626;
        padding: 7px 0 7px;
        letter-spacing: 1px;
        line-height: 20px;
        font-weight: 700;
    }

    .sec-about .content-box h2 {
        font-size: 36px;
        color: #000;
        line-height: 44px;
        padding-bottom: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .sec-about .content-box .para {
        font-size: 16px;
        font-weight: 300;
        color: #000;
        padding-bottom: 10px;
    }

    .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 ul li span {
                font-weight: 600;
                color: #000;
                padding-right: 7px;
            }

    .sec-about .content-box h4 {
        font-weight: 600;
        border-bottom: 4px solid #e17626;
        width: fit-content;
        margin-bottom: 10px;
        font-size: 20px;
        color: #000;
    }

    .sec-about .content-box .read-btn {
        background-color: #e17626;
        border: 1px solid #e17626;
        padding: 9px 20px;
        color: #ffffff !important;
        transition: 0.5s;
        box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
        border-radius: 7px;
        font-weight: 500;
        font-size: 15px;
    }

    .sec-about .img-box {
        position: relative;
    }

        .sec-about .img-box::before {
            content: '';
            background-color: transparent;
            border: 3px solid #e17626;
            border-radius: 20px;
            position: absolute;
            top: -20px;
            right: -20px;
            left: 20px;
            bottom: 20px;
            z-index: 1;
        }

        .sec-about .img-box img {
            border-radius: 15px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }



.sec-services {
    padding: 20px 0;
}

    .sec-services .sec-title {
        text-align: center;
        padding-bottom: 40px;
    }

        .sec-services .sec-title h3 {
            font-size: 24px;
            color: #e17626;
            padding: 7px 0 7px;
            letter-spacing: 1px;
            line-height: 20px;
            font-weight: 700;
        }

        .sec-services .sec-title h2 {
            font-size: 40px;
            color: #000;
            font-weight: 700;
            line-height: 50px;
            text-transform: uppercase;
        }

    .sec-services .acd-box {
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
    }

        .sec-services .acd-box .img-box {
            padding: 10px;
            position: relative;
            text-align: center;
            border: 3px solid #e17626;
            border-radius: 50%;
            width: fit-content;
            margin: 0 auto;
            margin-bottom: 30px;
        }

            .sec-services .acd-box .img-box .acd-img {
                height: 200px;
                width: 200px;
                object-fit: cover;
                border-radius: 50%;
            }

            .sec-services .acd-box .img-box .icon-box {
                position: absolute;
                bottom: 0;
                right: 0;
                background-color: #000;
                padding: 10px;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }

                .sec-services .acd-box .img-box .icon-box i {
                    font-weight: 700;
                    font-size: 24px;
                    color: #fff;
                }

        .sec-services .acd-box h5 {
            font-weight: 700;
            font-size: 21px;
            padding-bottom: 5px;
            line-height: 24px;
            color: #000;
        }

        .sec-services .acd-box .para {
            font-weight: 300;
            font-size: 16px;
            padding-bottom: 5px;
        }

        .sec-services .acd-box .apply-btn {
            color: #e17626;
            font-weight: 600;
        }

.sec-fleet {
    padding: 40px 0 60px;
}

    .sec-fleet .sec-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .sec-fleet .sec-title h2 {
            font-size: 40px;
            color: #000;
            font-weight: 700;
            line-height: 44px;
            text-transform: uppercase;
        }

    .sec-fleet .card-fleet {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 15px;
    }

        .sec-fleet .card-fleet::before {
            content: '';
            background-color: #000;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.4;
            z-index: 1;
        }

        .sec-fleet .card-fleet .img-box {
        }

            .sec-fleet .card-fleet .img-box img {
                width: 100%;
                height: 350px;
                object-fit: contain;
                transition: 1s;
            }

        .sec-fleet .card-fleet .content-box {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 15px;
            z-index: 10;
        }

            .sec-fleet .card-fleet .content-box h4 {
                color: #fff;
                padding-bottom: 5px;
            }

            .sec-fleet .card-fleet .content-box .para {
                color: #fff;
                padding-bottom: 7px;
            }

            .sec-fleet .card-fleet .content-box ul {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .sec-fleet .card-fleet .content-box ul li {
                    color: #fff;
                    font-size: 14px;
                }

                    .sec-fleet .card-fleet .content-box ul li i {
                    }

        .sec-fleet .card-fleet:hover .img-box img {
            transform: scale(1.1);
        }

.sec-contact {
    background-image: url('../images/contact-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}

    .sec-contact::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }

    .sec-contact .contact-box {
        padding: 20px 30px;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background: #fff;
        position: relative;
    }

        .sec-contact .contact-box h4 {
            font-size: 30px;
            color: #000;
            font-weight: 700;
        }

        .sec-contact .contact-box .para {
            padding: 7px 0;
            font-size: 18px;
            font-weight: 300;
        }

        .sec-contact .contact-box h6 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 7px;
        }

            .sec-contact .contact-box h6 a {
                color: #e17626;
                font-weight: 500;
                margin: 0 5px;
            }

        .sec-contact .contact-box .input-box {
            padding: 6px 0;
        }

            .sec-contact .contact-box .input-box .c-input {
                background-color: #e7e7e7;
                border: 1px solid #e7e7e7;
                padding: 10px 15px;
                font-size: 16px;
                color: #747474;
                border-radius: 0;
            }

                .sec-contact .contact-box .input-box .c-input:focus {
                    box-shadow: unset;
                }

        .sec-contact .contact-box .submit-btn {
            margin-top: 10px;
        }

            .sec-contact .contact-box .submit-btn a {
                background: #e17626;
                width: 100%;
                text-align: center;
                padding: 12px;
                font-size: 18px;
                color: #ffffff;
                border-radius: 7px;
                font-weight: 700;
            }

.footer-bg {
    background-color: #e17626;
    padding: 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 #e17626;
        padding: 30px 0 30px;
        display: none;
    }

        .footer-bg .footer-middle .para {
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            margin-top: 10px;
            padding: 0 7px 7px 0;
            line-height: 22px;
        }

        .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: #e17626;
            text-transform: uppercase;
        }

        .footer-bg .footer-middle .footer-list {
            margin-top: 15px;
            margin-bottom: 20px;
        }

            .footer-bg .footer-middle .footer-list li {
                margin-bottom: 10px;
            }

                .footer-bg .footer-middle .footer-list li a {
                    font-weight: 500;
                    font-size: 16px;
                    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-lower {
        padding: 12px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bg .footer-lower .para {
            font-weight: 500;
            font-size: 13px;
            color: #ffffff;
        }

        .footer-bg .footer-lower .privacy-list {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .footer-bg .footer-lower .privacy-list li {
                padding: 0 10px;
            }

                .footer-bg .footer-lower .privacy-list li .lower-list {
                    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: 230px;
    background-color: #fff;
    padding: 10px;
    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: 24px;
            color: #e17626;
            padding: 7px 0 7px;
            letter-spacing: 1px;
            line-height: 20px;
            font-weight: 700;
        }

        .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%;
        }

.sec-result {
    padding: 60px 0;
}

    .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: #000 !important;
        color: #ffffff !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #e17626;
            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: #e17626;
                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 #000;
                margin: 3px 0;
                border-radius: 6px;
                font-size: 12px;
                background-color: #000;
                width: fit-content;
                color: #ffffff;
            }

                .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;
            padding: 6px;
        }

        .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;
}

.btnbooknow {
    background-color: #e17626;
    border: 1px solid #e17626;
    border-radius: 7px;
    padding: 10px 26px;
    color: #ffffff !important;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

.payment {
    float: left;
    width: 100%;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    background-color: #F7F7F7;
    border: 1px solid #cccccc;
    padding-top: 1%;
    padding-right: 2%;
    padding-bottom: 1%;
    padding-left: 2%;
}

    .payment img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }


.payment-h1 {
    float: left;
    width: 20%;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-left: 20px;
}

.payment-img {
    float: left;
}

.back {
    float: left;
    width: 25%;
}

.accept { /* float:left; */
    width: 100%;
    margin: 0px 5px 5px 37%;
}

.accept1 {
    float: left;
    margin: 0px 5px 0 0;
}

.accept2 {
    float: left;
    margin: 0 5px 0 0;
}

.next {
    float: right;
    width: 25%;
}

.BookBackBtn {
    float: right;
    padding: 6px 30px;
    font-family: verdana, arial;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    background: #1c1c1c;
    border-radius: 3px;
    border: none 0;
    cursor: pointer;
}

.confirmbtn {
    float: left;
    padding: 10px 30px;
    /* font-family: verdana, arial; */
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    background: #000;
    border-radius: 3px;
    border: none 0;
    cursor: pointer;
    margin: 11px 0px;
    width: 130px;
}

.LoginBtn {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    background: #303030 url(../images/SubBtn-bg.png) repeat-x left top;
    padding: 5px 35px;
    text-transform: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: none 0px;
    cursor: pointer;
}

    .LoginBtn:hover {
        color: #ffd654;
    }

.loginfield {
    float: left;
    width: 280px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 8px 10px;
    text-decoration: none;
    background: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #d1d1d1;
}

.loginlist {
    float: left;
    width: 100%;
    padding: 1% 20% 0 30%;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}

.loginlistco {
    float: left;
    width: 100%;
    margin: 0 0 1% 0;
}

.loginlist1 {
    float: left;
    width: 25%;
    padding: 8px 0 0 0;
}

.loginlist2 {
    float: left;
    width: 75%;
}

.LoginButton {
    font-family: 'PT Sans', "Myriad Web Pro", "Myriad Pro", Myriad, "Segoe UI", "Verdana", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    background: #000;
    padding: 6px 20px 7px 20px;
    margin: 1% 0 1% 0;
    border: none 0;
    cursor: pointer;
}

.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;
}

.welcome {
    float: left;
    height: 700px;
    width: 100%;
    padding: 0;
    background: url(../images/welcomeHome.png) left top no-repeat #f2f4ef;
}

.HeaderStyle {
    font-size: 13px;
    color: #FFF;
    background-color: #202025;
    border: 1px solid #dcdcdc;
}

    .HeaderStyle th {
        text-align: center;
        padding: 2px;
    }

.SubButton, .SubButton2 {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    background-color: #000000;
    cursor: pointer;
    background-image: url(../images/GetBtn.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.SubButton {
    font-family: arial;
    font-size: 13px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 18px;
    margin: 0 0 5px 10px;
    border: 0;
    z-index: 999;
}

.SubButton2, .SubButton3 {
    font-family: arial;
    font-weight: 700;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-size: 13px;
}

.SubButton2 {
    border-radius: 3px;
    padding: 7px 20px;
    margin: 5px;
    border: 0;
}

.SubButton3 {
    color: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    background-color: #333;
    padding: 7px 15px;
    border: 0;
    cursor: pointer;
}

table td {
    padding: 2px;
}

.rs_top-section {
    text-align: right;
}

.setfield {
    width: 450px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    padding: 8px 10px !important;
    margin: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #c8c8c8;
}

.sec-become-driver {
    padding: 60px 0;
}

    .sec-become-driver .content-box {
        padding-bottom: 20px;
    }

        .sec-become-driver .content-box h1 {
            color: #000000;
            font-size: 30px;
            font-weight: 700;
        }

        .sec-become-driver .content-box .para {
        }

    .sec-become-driver .white-bg {
        padding: 30px;
        background-color: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .sec-become-driver .white-bg label {
        }

        .sec-become-driver .white-bg label {
            font-weight: 600;
            padding-bottom: 5px;
            width: 100%;
        }

        .sec-become-driver .white-bg .form-group {
            padding: 7px 0;
        }

        .sec-become-driver .white-bg .drive-input {
            width: 100%;
        }

        .sec-become-driver .white-bg .driver-btn {
            background-color: #e17626;
            border: 1px solid #e17626;
            border-radius: 7px;
            padding: 10px 26px;
            color: #ffffff !important;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 600;
            margin-top: 20px;
        }

.lower-fleet-btn {
    text-align: center;
    margin-top: 10px;
}

    .lower-fleet-btn .btn-all-fleet {
        background-color: #e17626;
        border: 1px solid #e17626;
        border-radius: 7px;
        padding: 10px 26px;
        color: #ffffff !important;
        transition: 0.5s;
        font-size: 16px;
        font-weight: 600;
    }

.sec-app {
    padding: 80px 0;
    background-color: #e3e3e3;
    position: relative;
}

    .sec-app .img-box {
        text-align: center;
    }

        .sec-app .img-box img {
            height: 630px;
        }

    .sec-app .text-box {
    }

        .sec-app .text-box h2 {
            color: #000000;
            font-size: 36px;
            letter-spacing: 0;
            line-height: 44px;
            margin-top: 4px;
            margin-bottom: 0px;
            font-weight: 600;
        }

        .sec-app .text-box h3 {
            color: #000000;
            font-weight: bold;
            font-size: 20px;
            margin: 0;
            line-height: 20px;
        }

        .sec-app .text-box h4 {
            color: #000000;
            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: #e17626;
                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;
            }


/************************** 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: 1601px) and (max-width: 1700px) {
    .main-banner .slider-box .slider-1 .img-box img {
        height: 900px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-banner .slider-box .slider-1 .img-box img {
        height: 900px;
    }

    .main-banner {
        margin-top: 40px;
    }

        .main-banner .slider-box .slider-1 .content-box {
            top: 40%;
            width: 75%;
        }

        .main-banner .form-box {
            left: 7%;
            right: 7%;
            bottom: 100px;
        }

    .inner-banner {
        height: 450px;
        align-items: center;
        margin-top: 140px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-banner .slider-box .slider-1 .content-box {
        top: 40%;
        width: 75%;
    }

    .main-banner .form-box {
        left: 7%;
        right: 7%;
        bottom: 60px;
    }

    .inner-banner {
        height: 450px;
        align-items: center;
        margin-top: 140px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .box-1 .info-list li {
        padding: 0px 3px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 3px;
        }

    .upper-list .align-box {
    }

    .upper-list .box-1 .info-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #ffffff;
    }

    .main-banner .form-box {
        position: absolute;
        padding: 20px 20px 15px;
        border-radius: 15px;
        bottom: 70px;
        left: 5%;
        right: 5%;
    }

    .main-header .logo {
        width: 130px;
    }

    .main-header.scroll .logo {
        width: 160px;
    }

    .main-header .navbar-light .navbar-toggler {
    }

    .main-header .navbar-light .navbar-toggler-icon {
    }

    .main-header.scroll .upper-list {
    }

    .main-banner {
        margin-top: 125px;
    }

        .main-banner .slider-box .slider-1 .img-box img {
            height: 650px;
        }

        .main-banner .slider-box .slider-1 .img-box::before {
            opacity: 0.5;
        }

        .main-banner .slider-box .slider-1 .content-box {
            width: 100%;
            top: 30%;
            padding: 10px;
        }

            .main-banner .slider-box .slider-1 .content-box h1 {
                font-size: 44px;
                line-height: 67px;
            }

            .main-banner .slider-box .slider-1 .content-box .para {
                font-size: 16px;
            }

        .main-banner .slick-next {
            width: 30px;
            height: 30px;
        }

        .main-banner .slick-prev {
            width: 30px;
            height: 30px;
        }

        .main-banner .form-box .field-box {
            padding-left: 40px;
        }

            .main-banner .form-box .field-box .icon-box {
                width: 25px;
            }

                .main-banner .form-box .field-box .icon-box i {
                    font-size: 26px;
                }

    .sec-about {
        padding: 30px 0;
        margin-top: 0;
    }

        .sec-about .content-box h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-services .sec-title h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .sec-fleet {
        padding: 30px 0;
    }

    .footer-bg {
        padding: 0;
        overflow-x: hidden;
    }

        .footer-bg .footer-middle {
            padding: 20px;
        }

    .footer-logo {
        width: 200px;
        margin-bottom: 20px;
    }

    .inner-banner {
        height: 310px;
        align-items: center;
        margin-top: 120px;
        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: 34px;
        }

    .sec-become-driver {
        padding: 30px 0;
    }

    .sec-result .upper-list {
        padding: 10px;
    }

        .sec-result .upper-list li {
            padding: 7px 0;
        }

            .sec-result .upper-list li .icon-box .img-icon {
                width: 60px;
            }

    .sec-result .number-box {
    }

    .sec-result .for-line::before {
    }

    .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 {
    }

    .update-fleet-box .rate-box {
        margin-top: 0%;
    }

    .loginfield {
        width: 220px;
        font-size: 16px;
        color: #333;
        padding: 6px 10px;
        background: #FFF;
        border-radius: 3px;
        border: 1px solid #d1d1d1
    }

    .loginlist {
        font-size: 14px;
        color: #000
    }

    .main-header .nav-item {
        padding: 0 7px;
    }

        .main-header .nav-item .nav-link {
            font-size: 15px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .box-1 .info-list li {
        padding: 0px 3px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 3px;
        }

    .upper-list .align-box {
    }

    .upper-list .box-1 .info-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #ffffff;
    }

    .main-banner .form-box {
        position: relative;
        padding: 20px 20px 15px;
        border-radius: 15px;
        bottom: unset;
        left: unset;
        right: unset;
        margin: 10px 0;
    }

    .main-header .logo {
        width: 130px;
    }

    .main-header.scroll .logo {
        width: 160px;
    }

    .main-header .navbar-light .navbar-toggler {
    }

    .main-header .navbar-light .navbar-toggler-icon {
    }

    .main-header.scroll .upper-list {
    }

    .main-banner {
        margin-top: 125px;
    }

        .main-banner .slider-box .slider-1 .img-box img {
            height: 400px;
        }

        .main-banner .slider-box .slider-1 .img-box::before {
            opacity: 0.5;
        }

        .main-banner .slider-box .slider-1 .content-box {
            width: 100%;
            top: 50%;
            padding: 10px;
        }

            .main-banner .slider-box .slider-1 .content-box h1 {
                font-size: 34px;
                line-height: 37px;
            }

            .main-banner .slider-box .slider-1 .content-box .para {
                font-size: 16px;
            }

        .main-banner .slick-next {
            width: 30px;
            height: 30px;
        }

        .main-banner .slick-prev {
            width: 30px;
            height: 30px;
        }

        .main-banner .form-box .field-box {
            padding-left: 40px;
        }

            .main-banner .form-box .field-box .icon-box {
                width: 25px;
            }

                .main-banner .form-box .field-box .icon-box i {
                    font-size: 26px;
                }

    .sec-about {
        padding: 30px 0;
        margin-top: 0;
    }

        .sec-about .content-box h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-services .sec-title h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .sec-fleet {
        padding: 30px 0;
    }

    .footer-bg {
        padding: 0;
        overflow-x: hidden;
    }

        .footer-bg .footer-middle {
            padding: 20px;
        }

    .footer-logo {
        width: 200px;
        margin-bottom: 20px;
    }

    .inner-banner {
        height: 310px;
        align-items: center;
        margin-top: 120px;
        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: 34px;
        }

    .sec-become-driver {
        padding: 30px 0;
    }

    .sec-result .upper-list {
        padding: 10px;
    }

        .sec-result .upper-list li {
            padding: 7px 0;
        }

            .sec-result .upper-list li .icon-box .img-icon {
                width: 60px;
            }

    .sec-result .number-box {
    }

    .sec-result .for-line::before {
    }

    .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 {
    }

    .update-fleet-box .rate-box {
        margin-top: 0%;
    }

    .loginfield {
        width: 220px;
        font-size: 16px;
        color: #333;
        padding: 6px 10px;
        background: #FFF;
        border-radius: 3px;
        border: 1px solid #d1d1d1
    }

    .loginlist {
        font-size: 14px;
        color: #000
    }



    .loginlist1 {
        float: left;
        width: 100%;
        padding: 8px 0;
        font-weight: 600;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .box-1 .info-list li {
        padding: 0px 3px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 3px;
        }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #ffffff;
    }

    .main-banner .form-box {
        position: relative;
        padding: 20px 20px 15px;
        border-radius: 15px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 10px 0;
    }

    .main-header .logo {
        width: 140px;
    }

    .main-header.scroll .logo {
        width: 130px;
    }

    .main-header .navbar-light .navbar-toggler {
    }

    .main-header .navbar-light .navbar-toggler-icon {
    }

    .main-header.scroll .upper-list {
        margin-top: -60px;
    }

    .main-banner {
        margin-top: 130px;
    }

        .main-banner .slider-box .slider-1 .img-box img {
            height: 330px;
        }

        .main-banner .slider-box .slider-1 .img-box::before {
            opacity: 0.5;
        }

        .main-banner .slider-box .slider-1 .content-box {
            width: 100%;
            top: 50%;
            padding: 10px;
        }

            .main-banner .slider-box .slider-1 .content-box h1 {
                font-size: 34px;
                line-height: 37px;
            }

            .main-banner .slider-box .slider-1 .content-box .para {
                font-size: 16px;
            }

        .main-banner .slick-next {
            top: unset;
            right: 3%;
            bottom: 3%;
            width: 30px;
            height: 30px;
        }

        .main-banner .slick-prev {
            top: unset;
            right: 13%;
            bottom: 3%;
            left: unset;
            width: 30px;
            height: 30px;
        }

        .main-banner .form-box .field-box {
            padding-left: 40px;
        }

            .main-banner .form-box .field-box .icon-box {
                width: 25px;
            }

                .main-banner .form-box .field-box .icon-box i {
                    font-size: 26px;
                }

    .sec-about {
        padding: 30px 0;
        margin-top: 0;
    }

        .sec-about .content-box h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-services .sec-title h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .sec-fleet {
        padding: 30px 0;
    }

    .footer-bg {
        padding: 0;
        overflow-x: hidden;
    }

        .footer-bg .footer-middle {
            padding: 20px;
        }

    .footer-logo {
        width: 200px;
        margin-bottom: 20px;
    }

    .inner-banner {
        height: 310px;
        align-items: center;
        margin-top: 120px;
        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: 34px;
        }

    .sec-become-driver {
        padding: 30px 0;
    }

    .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;
    }

    .update-fleet-box .rate-box {
        margin-top: 0%;
    }

    .loginfield {
        width: 220px;
        font-size: 16px;
        color: #333;
        padding: 6px 10px;
        background: #FFF;
        border-radius: 3px;
        border: 1px solid #d1d1d1
    }

    .loginlist {
        width: 90%;
        padding: 1% 20% 0 8%;
        font-size: 14px;
        color: #000
    }

    .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;
    }

    .setfield {
        width: unset;
    }

    .loginlist1 {
        float: left;
        width: 100%;
        padding: 8px 0;
        font-weight: 600;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .box-1 .info-list li {
        padding: 0px 3px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 3px;
        }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #ffffff;
    }

    .main-banner .form-box {
        position: relative;
        padding: 20px 20px 15px;
        border-radius: 15px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 20px 0;
    }

    .main-header .logo {
        width: 140px;
    }

    .main-header.scroll .logo {
        width: 130px;
    }

    .main-header .navbar-light .navbar-toggler {
    }

    .main-header .navbar-light .navbar-toggler-icon {
    }

    .main-header.scroll .upper-list {
        margin-top: -60px;
    }

    .main-banner {
        margin-top: 130px;
    }

        .main-banner .slider-box .slider-1 .img-box img {
            height: 330px;
        }

        .main-banner .slider-box .slider-1 .img-box::before {
            opacity: 0.5;
        }

        .main-banner .slider-box .slider-1 .content-box {
            width: 100%;
            top: 50%;
            padding: 10px;
        }

            .main-banner .slider-box .slider-1 .content-box h1 {
                font-size: 34px;
                line-height: 37px;
            }

            .main-banner .slider-box .slider-1 .content-box .para {
                font-size: 16px;
            }

        .main-banner .slick-next {
            top: unset;
            right: 3%;
            bottom: 3%;
            width: 30px;
            height: 30px;
        }

        .main-banner .slick-prev {
            top: unset;
            right: 13%;
            bottom: 3%;
            left: unset;
            width: 30px;
            height: 30px;
        }

        .main-banner .form-box .field-box {
            padding-left: 40px;
        }

            .main-banner .form-box .field-box .icon-box {
                width: 25px;
            }

                .main-banner .form-box .field-box .icon-box i {
                    font-size: 26px;
                }

    .sec-about {
        padding: 30px 0;
        margin-top: 0;
    }

        .sec-about .content-box h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-services .sec-title h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .sec-fleet {
        padding: 30px 0;
    }

    .footer-bg {
        padding: 0;
        overflow-x: hidden;
    }

        .footer-bg .footer-middle {
            padding: 20px;
        }

    .footer-logo {
        width: 200px;
        margin-bottom: 20px;
    }

    .inner-banner {
        height: 310px;
        align-items: center;
        margin-top: 120px;
        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: 34px;
        }

    .sec-become-driver {
        padding: 30px 0;
    }

    .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;
    }

    .update-fleet-box .rate-box {
        margin-top: 0%;
    }

    .loginfield {
        width: 220px;
        font-size: 16px;
        color: #333;
        padding: 6px 10px;
        background: #FFF;
        border-radius: 3px;
        border: 1px solid #d1d1d1
    }

    .loginlist {
        width: 90%;
        padding: 1% 20% 0 8%;
        font-size: 14px;
        color: #000
    }

    .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;
    }

    .setfield {
        width: unset;
    }

    .loginlist1 {
        float: left;
        width: 100%;
        padding: 8px 0;
        font-weight: 600;
    }

    .footer-bg .footer-lower {
        flex-direction: column;
        text-align: center;
    }
}

.sec-privacy {
    padding: 60px 0 60px;
}

    .sec-privacy .content-box {
    }

        .sec-privacy .content-box h1 {
            text-transform: capitalize;
            position: relative;
            line-height: 25px;
            color: #ffffff;
            font-weight: 700;
            font-size: 22px;
            padding: 10px 20px;
            margin: 0 auto 20px;
            text-align: center;
            background-color: #e17626;
            width: fit-content;
            border-radius: 10px;
        }

        .sec-privacy .content-box h2 {
            text-transform: capitalize;
            position: relative;
            line-height: 25px;
            color: #000;
            font-weight: 700;
            font-size: 22px;
            padding: 10px 0;
            margin: 0;
        }

        .sec-privacy .content-box h3 {
            text-transform: capitalize;
            position: relative;
            padding-bottom: 0px;
            color: #e17626;
            font-weight: 700;
            font-size: 18px;
            margin: 0;
        }

        .sec-privacy .content-box ul {
            padding-left: 30px;
            padding-bottom: 10px;
            list-style: none;
        }

            .sec-privacy .content-box ul li {
                padding: 3px 0;
                font-size: 16px;
            }

                .sec-privacy .content-box ul li i {
                    color: #e17626;
                    font-size: 16px;
                    padding-right: 7px;
                }

                .sec-privacy .content-box ul li span {
                }

        .sec-privacy .content-box .para {
            padding: 5px 0;
            font-weight: 400;
            margin: 0;
        }

        .sec-privacy .content-box h6 a {
            font-size: 16px;
            color: #0089bf;
            text-decoration: underline;
        }

        .sec-privacy .content-box h6 span {
            font-size: 15px;
        }
