@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');

@media screen and (max-width: 576px) {
    .form-box {
        width: auto;
    }


    .radiobtn {
        margin-right: -100px !important;
        margin-top: -6px !important;
    }

    .inner-banner ul {
        display: none !important;
    }

    .WelComeText1 {
        font-size: 33px !important;
    }

    .setfield {
        width: auto !important;
    }

    .ui-menu {
        width: 320px !important;
        height: 200px !important;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 768px) {
    .form-box {
        width: 28%;
    }

    .main-header.scroll .upper-list {
        margin-top: -40px !important;
    }

    .ui-menu {
        width: 320px !important;
        height: 400px !important;
        overflow-y: scroll;
    }
}

.float-right {
    float: right !important;
}

* {
    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: 999;
    background-color: transparent;
    transition: 0.5s;
    background: #000;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

    .main-header .upper-list {
        padding: 6px 0 0;
        position: relative;
        transition: 0.5s;
    }

    .main-header.scroll .upper-list {
        margin-top: -60px;
    }

.upper-list .align-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    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: 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: #ffffff;
        font-size: 16px;
        padding-right: 7px;
    }

    .upper-list .box-2 .social-list li {
        padding: 0 7px;
    }

        .upper-list .box-2 .social-list li a {
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
        }


.main-header .logo {
    transition: 0.5s;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(153deg) brightness(103%) contrast(101%); */
    width: 200px;
}

.main-header .nav-item {
    padding: 0 12px;
}

    .main-header .nav-item .nav-link {
        font-size: 18px;
        font-weight: 500 !important;
        color: #fff !important;
        transition: 0.5s;
    }

        .main-header .nav-item .nav-link:hover {
            color: #c1c1c1 !important;
        }



.main-header .nav-btn .book-btn {
    background-color: #8a8c91;
    border: 2px solid #8a8c91;
    border-radius: 10px;
    padding: 10px 23px;
    color: #fff !important;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
}

    .main-header .nav-btn .book-btn:hover {
        background-color: transparent;
        border: 2px solid #8a8c91;
        color: #8a8c91 !important;
    }

.main-header.scroll .nav-btn .book-btn {
    background-color: #acadaf;
    border: 2px solid #acadaf;
    color: #ffffff !important;
}


/************************** Header css end **************************/



.banner-slider {
    position: relative;
    margin-top: 130px;
}

.slider-1 .item {
    position: relative;
}

    .slider-1 .item .img-box {
        position: relative;
    }

        .slider-1 .item .img-box::before {
            content: '';
            background: #000;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.4;
        }

    .slider-1 .item .content-box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40%;
    }

        .slider-1 .item .content-box h3 {
            font-size: 27px;
            font-weight: 600;
            color: #fff;
            background-color: #000000;
            width: fit-content;
            padding: 6px 15px;
            border-radius: 10px;
        }

        .slider-1 .item .content-box h1 {
            font-family: 'Oswald', sans-serif;
            font-size: 60px;
            font-weight: 700;
            color: #fff;
            padding: 10px 10px 20px 0;
            line-height: 66px;
            text-transform: capitalize;
            font-family: 'Barlow', sans-serif;
        }

        .slider-1 .item .content-box .app-btn {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .slider-1 .item .content-box .app-btn li {
                padding-right: 7px;
            }

            .slider-1 .item .content-box .app-btn img {
                height: unset;
                width: 230px;
                box-shadow: rgba(255, 255, 255, 0.3) 0px 7px 29px 4px;
            }

        .slider-1 .item .content-box .btn-1 {
            margin-right: 10px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 25px;
            padding: 10px 30px;
            color: #000 !important;
            transition: 0.5s;
            font-size: 18px;
            font-weight: 600;
        }

        .slider-1 .item .content-box .btn-2 {
            background-color: #000000;
            border: 1px solid #000000;
            padding: 10px 30px;
            border-radius: 25px;
            color: #fff !important;
            transition: 0.5s;
            font-size: 18px;
            font-weight: 600;
        }

    .slider-1 .item img {
        height: 90vh;
        object-fit: cover;
        width: 100%;
    }


.form-box {
    position: absolute;
    background-color: #00000085;
    padding: 25px 30px;
    border-radius: 18px;
    backdrop-filter: blur(15px);
    top: 50%;
    right: 16%;
    transform: translateY(-50%);
}

    .form-box h3 {
        text-align: center;
        color: #ffffff;
        padding-bottom: 7px;
    }

    .form-box .input-field {
        padding: 7px 0;
    }

    .form-box label {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        padding-bottom: 7px;
    }

    .form-box .q-input {
        background-color: #000;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

        .form-box .q-input:focus {
            box-shadow: none;
        }

    .form-box .submit-btn {
        background-color: #8a8c91;
        border: 1px solid #8a8c91;
        border-radius: 25px;
        padding: 12px 20px;
        color: #fff;
        transition: 0.5s;
        width: 100%;
        font-weight: 600;
    }


.sec-about {
    padding: 60px 0;
}

    .sec-about .img-box img {
        height: 650px;
        object-fit: cover;
    }

    .sec-about .content-box {
        background: #000000;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0 50px;
    }

        .sec-about .content-box h3 {
            font-size: 15px;
            color: #ffffff;
            font-weight: 500;
        }

        .sec-about .content-box h2 {
            font-size: 35px;
            color: #fff;
            font-weight: 700;
            margin: 7px 0;
            text-transform: capitalize;
            font-family: 'Barlow', sans-serif;
        }

        .sec-about .content-box .para {
            color: #fff;
            font-size: 18px;
            padding: 10px 0;
        }

    .sec-about .more-btn {
        background: #8a8c91;
        border: 1px solid #8a8c91;
        padding: 10px 20px;
        color: #fff;
        margin-top: 15px;
    }

    .sec-about .content-box-2 {
        background: #f1f1f1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 0 50px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .sec-about .content-box-2 h3 {
            font-size: 15px;
            color: #8aa7da;
            font-weight: 500;
        }

        .sec-about .content-box-2 h2 {
            font-size: 38px;
            color: #000;
            font-weight: 600;
            margin: 10px 0;
            text-transform: capitalize;
        }

        .sec-about .content-box-2 .para {
            color: #000;
            font-size: 18px;
            padding: 10px 0;
        }


/* sec-services */
.sec-services {
    background-color: #f7f7f7;
    padding-bottom: 70px;
    padding-top: 70px;
}

    .sec-services .sec-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .sec-services .sec-title h2 {
            font-size: 36px;
            color: #000;
            font-weight: 700;
            margin: 7px 0;
            text-transform: capitalize;
        }

    .sec-services .inner-box {
        margin-top: 0;
    }

    .sec-services .tour-box {
        position: relative;
        overflow: hidden;
        transition: 0.5s;
        margin-bottom: 20px;
    }

        .sec-services .tour-box .img-box {
            position: relative;
        }

            .sec-services .tour-box .img-box::before {
                content: '';
                background-color: #000;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 0.3;
                transition: 0.5s all ease;
            }

        .sec-services .tour-box h5 {
            position: absolute;
            bottom: 26px;
            color: #fff;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            text-align: center;
            font-weight: 700;
            font-size: 18px;
        }

        .sec-services .tour-box .img-box img {
            transition: 0.5s all ease;
        }

        .sec-services .tour-box .img-box:hover img {
            transform: scale(1.1);
        }

    .sec-services .order-link {
        padding: 50px 0;
        text-align: center;
    }

        .sec-services .order-link a {
            font-weight: 500;
            font-size: 16px;
            color: #151515;
            transition: 0.5s;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            margin: 0 auto;
        }

            .sec-services .order-link a i {
                padding-left: 5px;
                transition: 0.5s;
            }

            .sec-services .order-link a:hover i {
                font-size: 24px;
            }


.sec-hours-car {
    padding: 60px 0;
}

    .sec-hours-car .hour-box {
        padding: 15px 20px;
        border: 2px solid #000000;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 15px;
    }

        .sec-hours-car .hour-box .img-box {
            padding: 0;
        }

            .sec-hours-car .hour-box .img-box img {
                width: 100%;
                height: 200px;
                object-fit: contain;
            }

        .sec-hours-car .hour-box h5 {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            color: #000;
            padding: 12px 0 0;
        }

.hour-box .lower-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding: 5px 0;
}

    .hour-box .lower-box .para {
        margin: 0;
        font-size: 15px;
    }

    .hour-box .lower-box .rates {
        margin: 0;
        font-weight: 700;
        color: #000000;
        font-size: 18px;
    }

.hour-box small {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding: 5px 0;
}

.hour-box .book-car-btn {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.main-title-box {
    padding-bottom: 50px;
    text-align: center;
}

    .main-title-box h2 {
        font-size: 36px;
        font-weight: 600;
        color: #000;
    }


/*app-section*/
.app-section {
    padding: 70px 0;
}

    .app-section .row {
        display: flex;
        align-items: center;
    }

    .app-section .content-box h3 {
        color: #000000;
        font-weight: bold;
        font-size: 20px;
        margin: 0;
        line-height: 20px;
    }

    .app-section .content-box h2 {
        color: #000;
        font-size: 36px;
        letter-spacing: 0;
        line-height: 50px;
        margin-top: 4px;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .app-section .content-box .para {
        color: #444;
        font-size: 18px;
        letter-spacing: 0.15px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .app-section .content-box ul {
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: 20px;
    }

        .app-section .content-box ul li {
            width: 36%;
            background: #909090;
            margin: 5px 10px 5px 0;
            padding: 13px 0;
            text-align: center;
            line-height: 22px;
            font-size: 16px;
            border-radius: 7px;
            color: #fff;
            cursor: pointer;
        }

    .app-section .content-box .app-btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 20px;
    }

        .app-section .content-box .app-btn .downlaod-app {
            width: 230px;
            margin: 0 10px 0 0;
        }

    .app-section .img-box {
        text-align: center;
    }

.sec-contact {
    background-image: url('../images/contact-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0;
}

    .sec-contact .contact-box {
        padding: 24px 30px;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background: #fff;
    }

        .sec-contact .contact-box h4 {
            font-size: 30px;
            color: #000;
            font-weight: 700;
            padding-bottom: 10px;
        }

        .sec-contact .contact-box .para {
            padding: 14px 0;
            font-size: 18px;
            font-weight: 300;
        }

        .sec-contact .contact-box h6 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
        }

            .sec-contact .contact-box h6 a {
                color: #000000;
                font-weight: 500;
            }

        .sec-contact .contact-box .input-box {
            padding: 8px 0;
        }

            .sec-contact .contact-box .input-box .c-input {
                background: #e7e7e7;
                border: 1px solid #e7e7e7;
                padding: 8px 15px;
                font-size: 16px;
                color: #000;
                border-radius: 0;
            }

        .sec-contact .contact-box .submit-btn {
            margin-top: 10px;
        }

            .sec-contact .contact-box .submit-btn a {
                background: #000000;
                width: 100%;
                text-align: center;
                padding: 15px;
                font-size: 18px;
                color: #fff;
            }

.sec-info {
    position: relative;
    padding: 70px 0 100px;
}

    .sec-info .info-box {
        text-align: center;
        padding: 30px 30px;
        background: #000;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .sec-info .info-box .img-box i {
            color: #fff;
            font-size: 50px;
        }

        .sec-info .info-box h5 {
            padding: 10px 0;
            color: #fff;
        }

        .sec-info .info-box .para {
            color: #fff;
        }


.footer-bg {
    background-color: #000000;
    padding: 10px;
}

    .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;
        }

            .footer-bg .footer-middle .footer-list li {
                margin-bottom: 6px;
            }

                .footer-bg .footer-middle .footer-list li a {
                    font-weight: 500;
                    font-size: 15px;
                    color: #fff;
                    transition: 0.5s;
                }

                    .footer-bg .footer-middle .footer-list li a i {
                        font-weight: 700;
                        margin-right: 6px;
                        font-size: 15px;
                    }

                    .footer-bg .footer-middle .footer-list li a:hover {
                        transform: translateY(-5px);
                    }

    .footer-bg .footer-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: 200px;
}


.inner-banner {
    background: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    margin-top: 130px;
}

    .inner-banner::before {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.4;
    }

    .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;
                }

.services-inner {
    padding: 70px 0;
}

    .services-inner .img-box img {
        border-radius: 7px;
    }

    .services-inner .content-box h4 {
        font-weight: 700;
        color: #000;
    }

    .services-inner .content-box .para {
        padding: 8px 0;
        font-size: 15px;
    }

.facebook-btn {
    background-color: #295396;
    padding: 2px 10px;
    border-radius: 5px;
}

.insta-btn {
    background-color: #e65359;
    padding: 2px 10px;
    border-radius: 5px;
}

.twitter-btn {
    background-color: #03a9f4;
    padding: 2px 10px;
    border-radius: 5px;
}

.linkdin-btn {
    background-color: #0077b7;
    padding: 2px 10px;
    border-radius: 5px;
}

.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: #000000;
            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: #000000;
            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: #000000;
                    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) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-1 .item .content-box h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .form-box {
        right: 6%;
        width: 45%;
    }

    .sec-about .img-box img {
        height: unset;
    }

    .sec-about .content-box {
        padding: 25px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li {
        padding: 0 5px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 14px;
            padding-right: 7px;
        }

    .form-box {
        padding: 25px 20px;
        right: 6px;
        width: 96%;
        top: 60%;
    }

    .sec-about .img-box img {
        height: unset;
    }

    .sec-about .content-box {
        padding: 20px;
    }

    .sec-services {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .sec-hours-car {
        padding: 30px 0;
    }

    .sec-info {
        padding: 10px 0 40px;
    }

        .sec-info .info-box {
            margin-bottom: 10px;
        }

    .slider-1 .item .content-box {
        position: absolute;
        top: 0;
        transform: unset;
        width: unset;
    }

    .banner-slider {
        position: relative;
        margin-top: 160px;
    }

    .slider-1 .item .content-box h1 {
        font-size: 32px;
        padding: 20px 10px 16px 0;
        line-height: 37px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li {
        padding: 0 5px;
    }

        .upper-list .box-1 .info-list li span {
            font-size: 14px;
            padding-right: 7px;
        }

    .form-box {
        padding: 17px 20px;
        right: 6px;
        width: 96%;
        top: 60%;
    }

    .sec-about .img-box img {
        height: unset;
    }

    .sec-about .content-box {
        padding: 20px;
    }

    .sec-services {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .sec-hours-car {
        padding: 30px 0;
    }

    .sec-info {
        padding: 10px 0 40px;
    }

        .sec-info .info-box {
            margin-bottom: 10px;
        }

    .slider-1 .item .content-box {
        position: absolute;
        top: 0;
        transform: unset;
        width: unset;
    }

    .banner-slider {
        position: relative;
        margin-top: 160px;
    }

    .slider-1 .item .content-box h1 {
        font-size: 20px;
        padding: 20px 10px 20px 0;
        line-height: 37px;
    }

    .slider-1 .item .content-box ul li a img {
        width: 100px !important;
    }

    .slider-1 .item .img-box img {
        height: 100vh !important;
    }

    .form-box {
        top: 54% !important;
    }
}
