@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&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;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    transition: 0.5s;
    background: transparent;
}

    .main-header.scroll {
        background: #000000;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .main-header.scroll .upper-list {
            margin-top: -45px;
        }

        .main-header.scroll .logo {
            width: 120px;
        }

.upper-list {
    background: #FCC622;
    padding: 6px 0;
    position: relative;
    transition: 0.5s;
}

    .upper-list .align-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .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: #000000;
                font-size: 16px;
                padding-right: 7px;
            }

            .upper-list .box-1 .info-list li a {
                color: #000000;
                font-size: 15px;
                font-weight: 400;
            }

    .upper-list .box-2 .social-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .upper-list .box-2 .social-list li span {
            color: #000000;
            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: #000000;
                font-size: 16px;
                font-weight: 400;
            }

            .upper-list .box-2 .social-list li .dropdown button {
                background-color: transparent;
                padding: 1px 7px;
                font-size: 12px;
                border: 2px solid #000;
                border-radius: 5px;
                color: #000;
            }

.main-header .logo {
    width: 115px;
    transition: 0.5s;
}

.main-header .nav-item {
    padding: 0 12px;
}

    .main-header .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500 !important;
        color: #fff !important;
        transition: 0.5s;
        text-transform: uppercase;
    }

        .main-header .nav-item .nav-link:hover {
            color: #FCC622 !important;
        }

.nav-btn .book-btn {
    background-color: #fcc622;
    border: 1px solid #fcc622;
    border-radius: 7px;
    padding: 11px 20px;
    color: #000 !important;
    transition: 0.5s;
    font-size: 16px;
}

    .nav-btn .book-btn:hover {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #fff !important;
    }

.lang-selector {
    font-size: 13px;
    background-color: transparent;
    border: 2px solid #000;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000;
}
/************************** Header css end **************************/
.main-banner {
    margin-top: 0px;
    padding: 0px 0;
    background-image: url('../images/banner-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-banner::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
        border-radius: 0;
    }

    .main-banner .slider-box {
        margin-top: 80px;
    }

    .main-banner .content-box {
        z-index: 9999;
        position: relative;
    }

        .main-banner .content-box h3 {
            font-size: 20px;
            color: #ffffff;
            padding: 0 0 4px 0;
        }

        .main-banner .content-box h2 {
            font-size: 49px;
            color: #fff;
            line-height: 56px;
            padding-bottom: 10px;
            font-weight: 600;
        }

        .main-banner .content-box .para {
            color: #fff;
        }

        .main-banner .content-box h5 {
            font-size: 19px;
            color: #ffffff;
            padding: 10px 0 10px 0;
        }

        .main-banner .content-box .social-list {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .main-banner .content-box .social-list li {
                padding: 0 5px;
            }

                .main-banner .content-box .social-list li .social-icons {
                    background-color: #fcc622;
                    width: 40px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #000;
                    border-radius: 7px;
                    font-size: 20px;
                    margin: 0 !important;
                }

    .main-banner .form-box {
        position: relative;
        background-color: #e2e2e2;
        padding: 20px 15px;
        border-radius: 10px;
        margin-top: 50px;
    }

        .main-banner .form-box .form-title {
            padding: 0px 0 7px;
        }

            .main-banner .form-box .form-title h2 {
                font-size: 20px;
                color: #000000;
                font-weight: 600;
                text-transform: capitalize;
            }

        .main-banner .form-box .input-field {
            position: relative;
            padding: 7px 15px 7px 40px;
            background-color: white;
            margin-bottom: 7px;
            border-radius: 10px;
            border: 2px solid #fcc622;
        }

            .main-banner .form-box .input-field .form-icon {
                position: absolute;
                top: 50%;
                left: 14px;
                transform: translateY(-50%);
                color: #fcc622;
            }

            .main-banner .form-box .input-field label {
                font-weight: 600;
                font-size: 14px;
                color: #000000;
            }

            .main-banner .form-box .input-field .form-field {
                background: transparent;
                border: none;
                padding: 5px 0;
                color: #000;
                font-size: 15px;
                font-weight: 300;
            }

                .main-banner .form-box .input-field .form-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                    color: #000;
                    font-weight: 300;
                }

                .main-banner .form-box .input-field .form-field::-moz-placeholder { /* Firefox 19+ */
                    color: #000;
                    font-weight: 300;
                }

                .main-banner .form-box .input-field .form-field:-ms-input-placeholder { /* IE 10+ */
                    color: #000;
                    font-weight: 300;
                }

                .main-banner .form-box .input-field .form-field:-moz-placeholder { /* Firefox 18- */
                    color: #000;
                    font-weight: 300;
                }

                .main-banner .form-box .input-field .form-field option {
                    color: #000 !important;
                }

        .main-banner .form-box .input-field-2 {
            margin-bottom: 7px;
        }

            .main-banner .form-box .input-field-2 label {
                font-weight: 600;
                font-size: 14px;
                color: #000000;
                padding-bottom: 4px;
            }

            .main-banner .form-box .input-field-2 .request-input {
                padding: 8px 15px;
                font-size: 15px;
                font-weight: 300;
                background-color: #fff;
                border: 2px solid #fcc622;
            }

        .main-banner .form-box .return-btn {
            display: block;
            background: #000000;
            padding: 10px;
            text-align: center;
            color: #fcc622;
            border-radius: 7px;
            margin-bottom: 10px;
        }

        .main-banner .form-box .input-field .drop-list {
            background: transparent;
            border: none;
            padding: 5px 0;
            color: #000;
            font-size: 15px;
            font-weight: 300;
            width: 100%;
            text-align: left;
        }

        .main-banner .form-box .input-field .dropdown-toggle::after {
            right: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .main-banner .form-box .input-field .dropdown-menu {
            width: 100% !important;
        }

            .main-banner .form-box .input-field .dropdown-menu .dropdown-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 10px 20px;
            }

                .main-banner .form-box .input-field .dropdown-menu .dropdown-item:active {
                    background-color: #ffffff;
                }

                .main-banner .form-box .input-field .dropdown-menu .dropdown-item .text-box {
                }

                    .main-banner .form-box .input-field .dropdown-menu .dropdown-item .text-box h6 {
                        font-size: 18px;
                        color: #000;
                    }

                    .main-banner .form-box .input-field .dropdown-menu .dropdown-item .text-box small {
                        color: #000;
                    }

        .main-banner .form-box span {
            cursor: pointer;
        }

        .main-banner .form-box .number {
        }

        .main-banner .form-box .minus, .main-banner .form-box .plus {
            width: 30px;
            height: 30px;
            background: #fcc622;
            border: 1px solid #fcc622;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            border-radius: 50%;
            line-height: 30px;
            font-size: 22px;
            color: #000;
        }

        .main-banner .form-box .result-field {
            height: 38px;
            width: 100px;
            text-align: center;
            font-size: 20px;
            border: 1px solid #ddd;
            border-radius: 4px;
            display: inline-block;
            vertical-align: middle;
        }


        .main-banner .form-box .small-text {
            text-align: center;
            padding-bottom: 10px;
        }

            .main-banner .form-box .small-text p {
                font-size: 14px;
            }

        .main-banner .form-box .quote-btn {
            display: block;
            background-color: #fcc622;
            border: 1px solid #fcc622;
            padding: 10px;
            text-align: center;
            color: #000000;
            border-radius: 7px;
            width: 100%;
        }

        .main-banner .form-box .form-tabs {
            position: absolute;
            top: -30px;
        }

            .main-banner .form-box .form-tabs .nav-item {
                padding: 0;
            }

                .main-banner .form-box .form-tabs .nav-item .nav-link {
                    background-color: #ffffff;
                    border: 1px solid #e2e2e2;
                    color: #000;
                    border-radius: 0;
                    font-size: 15px;
                }

                    .main-banner .form-box .form-tabs .nav-item .nav-link.active {
                        background-color: #fcc622;
                        border: 1px solid #fcc622;
                        color: #000;
                    }

.sec-about {
    padding: 60px 0 30px;
}

    .sec-about .content-box h3 {
        font-size: 20px;
        color: #fcc622;
        padding: 7px 0 7px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .sec-about .content-box h2 {
        font-size: 40px;
        color: #000;
        line-height: 42px;
        padding-bottom: 10px;
        font-weight: 600;
        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 h4 {
        font-weight: 600;
        border-bottom: 4px solid #dc1200;
        width: fit-content;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .sec-about .content-box .read-btn {
        background-color: #fcc622;
        border: 1px solid #fcc622;
        padding: 9px 20px;
        color: #000 !important;
        transition: 0.5s;
        box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
        border-radius: 10px;
        font-weight: 500;
        font-size: 15px;
    }

    .sec-about .img-box {
        position: relative;
    }

        .sec-about .img-box::before {
            content: '';
            background-color: transparent;
            border: 3px solid #fcc622;
            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-check-recent */
.sec-check-recent {
    padding: 50px 0 50px;
}

.bg-gray {
    background-color: #f5f5f5;
}

.sec-check-recent .sec-title {
    text-align: center;
}

    .sec-check-recent .sec-title h3 {
        font-size: 20px;
        font-weight: 500;
        color: #044985;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .sec-check-recent .sec-title h2 {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        line-height: 50px;
        margin-bottom: 25px;
    }

.sec-check-recent .main-box {
    padding-top: 40px;
}

    .sec-check-recent .main-box .card-parts {
        background-color: #fff;
        border: none;
        position: relative;
        transition: 0.5s;
        margin-bottom: 30px;
    }

        .sec-check-recent .main-box .card-parts .img-box {
            position: relative;
        }

            .sec-check-recent .main-box .card-parts .img-box::before {
                content: '';
                background-color: rgba(0, 0, 0, 0.6);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                opacity: 0;
                transition: 0.5s;
                border-radius: 10px;
            }

        .sec-check-recent .main-box .card-parts:hover .img-box::before {
            opacity: 1;
        }

        .sec-check-recent .main-box .card-parts .img-box img {
            border-radius: 10px;
            width: 100%;
            height: 230px;
            object-fit: cover;
            box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
        }

        .sec-check-recent .main-box .card-parts .content-box {
            padding: 20px 5px;
            position: relative;
        }

            .sec-check-recent .main-box .card-parts .content-box h4 {
                font-size: 18px;
                font-weight: 700;
                color: #000;
                padding: 0;
                text-transform: capitalize;
                position: relative;
                padding-bottom: 4px;
                border-bottom: 1px solid #fff;
                transition: 0.5s;
            }

            .sec-check-recent .main-box .card-parts .content-box .lower-list {
                padding-top: 5px;
            }

                .sec-check-recent .main-box .card-parts .content-box .lower-list ul {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                }

                    .sec-check-recent .main-box .card-parts .content-box .lower-list ul li {
                        padding-right: 10px;
                        font-size: 14px;
                        transition: 0.5s;
                        color: #000;
                    }

                        .sec-check-recent .main-box .card-parts .content-box .lower-list ul li .year-box {
                            background-color: #044985;
                            color: #fff;
                            padding: 2px 8px;
                            border-radius: 5px;
                            border: none;
                            transition: 0.5s;
                        }

                            .sec-check-recent .main-box .card-parts .content-box .lower-list ul li .year-box p {
                                font-size: 12px;
                            }

                        .sec-check-recent .main-box .card-parts .content-box .lower-list ul li h6 {
                            font-size: 22px;
                            font-weight: 600;
                            color: #000;
                            transition: 0.5s;
                        }

                        .sec-check-recent .main-box .card-parts .content-box .lower-list ul li:nth-child(5) {
                            position: absolute;
                            right: 7px;
                        }

                .sec-check-recent .main-box .card-parts .content-box .lower-list .para {
                    transition: 0.5s;
                    font-size: 13px;
                }

        .sec-check-recent .main-box .card-parts:hover .content-box .lower-list .para {
            color: #000;
        }

        .sec-check-recent .main-box .card-parts .content-box .lower-list .read-btn {
            background-color: #fcc622;
            border: 2px solid #fcc622;
            padding: 6px 15px;
            font-size: 13px;
            font-weight: 500;
            color: #000000 !important;
            transition: 0.5s;
            border-radius: 7px;
            margin-top: 15px;
        }

        .sec-check-recent .main-box .card-parts:hover .content-box .lower-list .read-btn {
            background-color: #000;
            border: 2px solid #000;
            color: #fff !important;
        }


.our-fleet {
    padding: 60px 0;
}

    .our-fleet .sec-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

        .our-fleet .sec-title h2 {
            font-size: 36px;
            font-weight: 600;
        }

        .our-fleet .sec-title .more-btn {
            font-size: 18px;
            color: #000;
        }

    .our-fleet .fleet-box {
        border: 1px solid #d7d7d7;
        padding: 30px 20px;
        border-radius: 0;
        box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    }

        .our-fleet .fleet-box h6 {
            font-size: 20px;
            color: #000;
            margin-bottom: 10px;
        }

        .our-fleet .fleet-box .para {
            font-weight: 300;
            font-size: 15px;
        }

        .our-fleet .fleet-box .img-fluid {
            height: 200px;
            width: 100%;
            object-fit: contain;
        }

        .our-fleet .fleet-box .detail-list {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 15px;
        }

            .our-fleet .fleet-box .detail-list li {
                font-weight: 400;
                font-size: 16px;
                color: #383838;
            }

            .our-fleet .fleet-box .detail-list .icon-circle {
                width: 35px;
                height: 35px;
                background: #dfdfdf;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #000;
                font-size: 14px;
                margin-right: 10px;
            }


.sec-info {
    padding: 50px 0;
}

    .sec-info .sec-title {
        text-align: center;
        margin-bottom: 30px;
    }

        .sec-info .sec-title h3 {
            font-size: 20px;
            color: #fcc622;
            padding: 0 0 10px 0;
            font-weight: 600;
        }

        .sec-info .sec-title h2 {
            font-size: 36px;
            color: #000;
            line-height: 44px;
            padding-bottom: 10px;
            font-weight: 600;
        }

    .sec-info .white-box {
        min-height: 230px;
        background-color: #ffffff;
        border: 1px solid #f1f1f1;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: 0.5s;
        padding: 10px;
    }

        .sec-info .white-box:hover {
            border: 1px solid #f1f1f1;
            box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
        }

        .sec-info .white-box h6 {
            margin-top: 20px;
            font-weight: 400;
            color: #818181;
        }

        .sec-info .white-box i {
            font-size: 45px;
            color: #fcc622;
            transition: 0.5s;
        }

        .sec-info .white-box .num-link {
            /* padding-top: 15px; */
            text-align: center;
            padding: 15px 20px 0;
        }

            .sec-info .white-box .num-link a {
                display: block;
                font-size: 18px;
                font-weight: 400;
                color: #000;
                transition: 0.5s;
            }

                .sec-info .white-box .num-link a:hover {
                    color: #fcc622;
                }

.sec-contact {
    padding: 10px 0 60px;
}

    .sec-contact .contact-form {
        padding: 20px 40px;
        background: #f3f3f3;
    }

        .sec-contact .contact-form h2 {
            font-size: 30px;
            color: #000;
            line-height: 36px;
            padding-bottom: 10px;
            font-weight: 600;
        }

        .sec-contact .contact-form .field-box {
            margin-bottom: 0;
        }

        .sec-contact .contact-form .contact-input {
            padding: 10px 12px;
            font-weight: 300;
            color: #000;
            border-radius: 0;
            background: #ffffff;
        }

            .sec-contact .contact-form .contact-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: #000;
            }

            .sec-contact .contact-form .contact-input::-moz-placeholder { /* Firefox 19+ */
                color: #000;
            }

            .sec-contact .contact-form .contact-input:-ms-input-placeholder { /* IE 10+ */
                color: #000;
            }

            .sec-contact .contact-form .contact-input:-moz-placeholder { /* Firefox 18- */
                color: #000;
            }

        .sec-contact .contact-form .field-box .con-btn {
            background-color: #fcc622;
            border: 1px solid #fcc622;
            padding: 10px 20px;
            color: #000 !important;
            transition: 0.5s;
            width: 100%;
            transition: 0.5s;
            margin-top: 10px;
        }

            .sec-contact .contact-form .field-box .con-btn:hover {
                background: #000000;
                border: 1px solid #000000;
                color: #fff !important;
            }




.footer-bg {
    background-color: #000000;
    padding: 40px 0 0;
}

    .footer-bg .upper-text h5 {
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        line-height: 28px;
    }

    .footer-bg .search-fleid .search-input {
        background-color: #fff;
        border: none;
        border-radius: 8px;
        padding: 15px;
    }

    .footer-bg .search-fleid .input-group-text {
        background-color: #1967d3;
        color: #fff;
        padding: 15px;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold;
    }

    .footer-bg .search-fleid .search-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input::-moz-placeholder {
        /* Firefox 19+ */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input:-ms-input-placeholder {
        /* IE 10+ */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .search-fleid .search-input:-moz-placeholder {
        /* Firefox 18- */

        font-weight: 500;
        font-size: 12px;
        color: #828282;
        padding: 0 0 0 10px;
    }

    .footer-bg .footer-upper {
        border-bottom: 2px solid #c4cdde;
        padding: 0 0 30px 0;
    }

    .footer-bg .footer-middle {
        border-bottom: 1px solid #ffffff;
        padding: 40px 0 60px;
    }

        .footer-bg .footer-middle .para {
            font-weight: 500;
            font-size: 14px;
            color: #ffffff;
            margin-top: 20px;
            padding: 0 7px 7px 0;
            line-height: 24px;
        }

        .footer-bg .footer-middle .para-2 {
            font-weight: 500;
            font-size: 14px;
            color: #fff;
        }

        .footer-bg .footer-middle h4 {
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            /* margin-top: 60px; */
            text-transform: uppercase;
        }

        .footer-bg .footer-middle .footer-list {
            margin-top: 15px;
            margin-bottom: 20px;
        }

            .footer-bg .footer-middle .footer-list li {
                margin-bottom: 6px;
            }

                .footer-bg .footer-middle .footer-list li a {
                    font-weight: 500;
                    font-size: 15px;
                    color: #fff;
                    transition: 0.5s;
                }

                    .footer-bg .footer-middle .footer-list li a i {
                        font-weight: 700;
                        margin-right: 6px;
                        font-size: 15px;
                    }

                    .footer-bg .footer-middle .footer-list li a:hover {
                        color: #fcc622;
                    }

    .footer-bg .footer-lower {
        text-align: center;
        padding: 20px 0;
    }

        .footer-bg .footer-lower .para {
            font-weight: 500;
            font-size: 13px;
            color: #fff;
        }

    .footer-bg .footer-middle .email-field .email-input {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        padding: 12px 15px;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .footer-bg .footer-middle .email-field .email-btn {
        background-color: #ffffff;
        border-radius: 0;
        padding: 10px 32px;
        border: 2px solid #ffffff;
        color: #322081;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
        width: 100%;
        margin-top: 8px;
    }

        .footer-bg .footer-middle .email-field .email-btn:hover {
            background-color: transparent;
            border: 2px solid #ffffff;
            color: #ffffff;
        }

.footer-logo {
    width: 180px;
}

.sec-service-detail {
    padding: 10px 0;
}

    .sec-service-detail .content-box {
    }

        .sec-service-detail .content-box h2 {
            font-size: 30px;
            color: #000;
            line-height: 32px;
            padding-bottom: 10px;
            font-weight: 600;
        }

        .sec-service-detail .content-box .para {
            font-size: 16px;
            font-weight: 300;
            color: #000;
        }

.inner-banner {
    background: url(../images/banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 570px;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

    .inner-banner::before {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.6;
    }

    .inner-banner .content-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
    }

        .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;
                }

#btnlogin {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

#lkbtn_lgout {
    color: #000;
}

.setfield {
    width: 420px !important;
}

.sec-privacy {
    padding: 50px 0;
}

    .sec-privacy .content-box {
    }

        .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: #ffc000;
            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: #ffc000;
                    font-size: 16px;
                    padding-right: 7px;
                }

                .sec-privacy .content-box ul li span {
                }

        .sec-privacy .content-box .para {
            color: #000000;
            padding: 5px 0;
            font-weight: 600;
            margin: 0;
        }

        .sec-privacy .content-box h6 a {
            font-size: 16px;
            color: #0089bf;
            text-decoration: underline;
        }

        .sec-privacy .content-box h6 span {
            font-weight: 700;
            font-size: 15px;
            color: #000;
            padding-right: 5px;
        }


/************************** 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) {
    .main-header .nav-item {
        padding: 0 5px;
    }

        .main-header .nav-item .nav-link {
            font-size: 14px;
        }

    .main-header .logo {
        width: 95px;
        transition: 0.5s;
    }

    .main-banner .form-box .form-tabs {
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .main-banner {
        padding: 20px 0 40px;
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        overflow-x: hidden;
    }



    .upper-list .box-1 .info-list li {
        padding: 0 4px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 2px;
        }

    .upper-list .box-2 .social-list li {
        padding: 0 5px;
    }

    .lang-selector {
        font-size: 12px;
    }

    .upper-list .box-2 .social-list li span {
        font-size: 13px;
        padding-right: 3px;
    }

    .upper-list .box-2 .social-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #000;
    }

    #lkbtn_lgout {
        font-size: 13px;
    }

    .main-header .logo {
        width: 110px;
    }

    .main-header.scroll .logo {
        width: 100px;
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(132deg) brightness(107%) contrast(107%);
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    .main-banner {
        height: auto;
        margin-top: 150px;
        padding: 20px 0;
    }

        .main-banner .slider-box {
            margin-top: 0px;
        }

        .main-banner .content-box h2 {
            font-size: 33px;
            line-height: 44px;
            padding-bottom: 5px;
        }

        .main-banner .content-box h3 {
            font-size: 17px;
        }

        .main-banner .content-box .para {
            font-size: 15px;
        }

        .main-banner .content-box .social-list li .social-icons {
            margin-top: 0 !important;
        }

        .main-banner .form-box .form-tabs {
            position: relative;
            top: 0;
            margin-bottom: 10px;
        }

            .main-banner .form-box .form-tabs .nav-item .nav-link {
                padding: 7px 10px;
                font-size: 14px;
            }

    .sec-about {
        padding: 30px 0;
    }

        .sec-about .content-box h2 {
            font-size: 35px;
            line-height: 40px;
        }

        .sec-about .content-box .para {
            font-size: 15px;
            padding-bottom: 5px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-check-recent {
        padding: 30px 0;
    }

        .sec-check-recent .sec-title h2 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 0;
        }

        .sec-check-recent .main-box {
            padding-top: 20px;
        }

            .sec-check-recent .main-box .card-parts {
                margin-bottom: 15px;
            }

    .our-fleet {
        padding: 30px 0;
    }

        .our-fleet .sec-title {
            margin-bottom: 10px;
        }

            .our-fleet .sec-title h2 {
                font-size: 30px;
            }

        .our-fleet .fleet-box {
            padding: 20px 20px;
            margin-bottom: 15px;
        }

    .sec-info {
        padding: 0 0 0px;
    }

        .sec-info .sec-title h2 {
            font-size: 30px;
            line-height: 34px;
        }

        .sec-info .white-box {
            margin-bottom: 7px;
        }

    .sec-contact .contact-form {
        padding: 20px;
    }

    .sec-contact {
        padding: 10px 0 0px;
    }

    .footer-bg {
        padding: 0px 0 0;
        overflow-x: hidden;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-bg .footer-middle {
        padding: 20px 15px 0px;
    }

    .inner-banner {
        height: 270px;
        margin-top: 160px;
    }

        .inner-banner .content-box {
            margin-top: 0;
            flex-direction: column;
            text-align: center;
        }

            .inner-banner .content-box h2 {
                font-size: 36px;
            }

            .inner-banner .content-box ul li a {
                font-size: 17px;
            }

    .nav-btn .book-btn {
        display: inline-block;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li {
        padding: 0 4px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 2px;
        }

    .upper-list .box-2 .social-list li {
        padding: 0 5px;
    }

    .lang-selector {
        font-size: 12px;
    }

    .upper-list .box-2 .social-list li span {
        font-size: 13px;
        padding-right: 3px;
    }

    .upper-list .box-2 .social-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #000;
    }

    #lkbtn_lgout {
        font-size: 13px;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header.scroll .upper-list {
        margin-top: -66px;
    }

    .main-header.scroll .logo {
        width: 90px;
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(132deg) brightness(107%) contrast(107%);
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    .main-banner {
        height: auto;
        margin-top: 180px;
        padding: 20px 0;
    }

        .main-banner .slider-box {
            margin-top: 0px;
        }

        .main-banner .content-box h2 {
            font-size: 35px;
            line-height: 44px;
            padding-bottom: 5px;
        }

        .main-banner .content-box h3 {
            font-size: 17px;
        }

        .main-banner .content-box .para {
            font-size: 15px;
        }

        .main-banner .content-box .social-list li .social-icons {
            margin-top: 0 !important;
        }

        .main-banner .form-box .form-tabs {
            position: relative;
            top: 0;
            margin-bottom: 10px;
        }

            .main-banner .form-box .form-tabs .nav-item .nav-link {
                padding: 7px 10px;
            }

    .sec-about {
        padding: 30px 0;
    }

        .sec-about .content-box h2 {
            font-size: 35px;
            line-height: 40px;
        }

        .sec-about .content-box .para {
            font-size: 15px;
            padding-bottom: 5px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-check-recent {
        padding: 30px 0;
    }

        .sec-check-recent .sec-title h2 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 0;
        }

        .sec-check-recent .main-box {
            padding-top: 20px;
        }

            .sec-check-recent .main-box .card-parts {
                margin-bottom: 15px;
            }

    .our-fleet {
        padding: 30px 0;
    }

        .our-fleet .sec-title {
            margin-bottom: 10px;
        }

            .our-fleet .sec-title h2 {
                font-size: 30px;
            }

        .our-fleet .fleet-box {
            padding: 20px 20px;
            margin-bottom: 15px;
        }

    .sec-info {
        padding: 0 0 0px;
    }

        .sec-info .sec-title h2 {
            font-size: 30px;
            line-height: 34px;
        }

        .sec-info .white-box {
            margin-bottom: 7px;
        }

    .sec-contact .contact-form {
        padding: 20px;
    }

    .sec-contact {
        padding: 10px 0 0px;
    }

    .footer-bg {
        padding: 0px 0 0;
        overflow-x: hidden;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-bg .footer-middle {
        padding: 20px 15px 0px;
    }

    .inner-banner {
        height: 220px;
        margin-top: 180px;
    }

        .inner-banner .content-box {
            margin-top: 0;
            flex-direction: column;
            text-align: center;
        }

            .inner-banner .content-box h2 {
                font-size: 30px;
            }

            .inner-banner .content-box ul li a {
                font-size: 16px;
            }

    .nav-btn .book-btn {
        display: inline-block;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li {
        padding: 0 4px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 13px;
            padding-right: 2px;
        }

    .upper-list .box-2 .social-list li {
        padding: 0 5px;
    }

    .lang-selector {
        font-size: 12px;
    }

    .upper-list .box-2 .social-list li span {
        font-size: 13px;
        padding-right: 3px;
    }

    .upper-list .box-2 .social-list li a {
        font-size: 13px;
    }

    .main-header {
        background: #000;
    }

    #lkbtn_lgout {
        font-size: 13px;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header.scroll .upper-list {
        margin-top: -66px;
    }

    .main-header.scroll .logo {
        width: 90px;
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(132deg) brightness(107%) contrast(107%);
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    .main-banner {
        height: auto;
        margin-top: 180px;
        padding: 20px 0;
    }

        .main-banner .slider-box {
            margin-top: 0px;
        }

        .main-banner .content-box h2 {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 5px;
        }

        .main-banner .content-box h3 {
            font-size: 16px;
        }

        .main-banner .content-box .para {
            font-size: 15px;
        }

        .main-banner .content-box .social-list li .social-icons {
            margin-top: 0 !important;
        }

        .main-banner .form-box .form-tabs {
            position: relative;
            top: 0;
            margin-bottom: 10px;
        }

            .main-banner .form-box .form-tabs .nav-item .nav-link {
                padding: 7px 10px;
            }

    .sec-about {
        padding: 30px 0;
    }

        .sec-about .content-box h2 {
            font-size: 30px;
            line-height: 35px;
        }

        .sec-about .content-box .para {
            font-size: 15px;
            padding-bottom: 5px;
        }

        .sec-about .img-box {
            margin-top: 15px;
        }

            .sec-about .img-box::before {
                display: none;
            }

    .sec-check-recent {
        padding: 30px 0;
    }

        .sec-check-recent .sec-title h2 {
            font-size: 30px;
            line-height: 35px;
            margin-bottom: 0;
        }

        .sec-check-recent .main-box {
            padding-top: 20px;
        }

            .sec-check-recent .main-box .card-parts {
                margin-bottom: 15px;
            }

    .our-fleet {
        padding: 30px 0;
    }

        .our-fleet .sec-title {
            margin-bottom: 10px;
        }

            .our-fleet .sec-title h2 {
                font-size: 30px;
            }

        .our-fleet .fleet-box {
            padding: 20px 20px;
            margin-bottom: 15px;
        }

    .sec-info {
        padding: 0 0 0px;
    }

        .sec-info .sec-title h2 {
            font-size: 30px;
            line-height: 34px;
        }

        .sec-info .white-box {
            margin-bottom: 7px;
        }

    .sec-contact .contact-form {
        padding: 20px;
    }

    .sec-contact {
        padding: 10px 0 0px;
    }

    .footer-bg {
        padding: 0px 0 0;
        overflow-x: hidden;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-bg .footer-middle {
        padding: 20px 15px 0px;
    }

    .inner-banner {
        height: 220px;
        margin-top: 180px;
    }

        .inner-banner .content-box {
            margin-top: 0;
            flex-direction: column;
            text-align: center;
        }

            .inner-banner .content-box h2 {
                font-size: 30px;
            }

            .inner-banner .content-box ul li a {
                font-size: 16px;
            }

    .nav-btn .book-btn {
        display: inline-block;
    }

    .setfield {
        width: unset !important;
    }
}

tr {
    font-family: 'Poppins', sans-serif !important;
}
