@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Outfit', 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: #ffffff;
}

    .main-header.scroll {
        background: #fff;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 7px 0 0 0;
    }

        .main-header.scroll .upper-list {
            margin-top: -50px;
        }

        .main-header.scroll .logo {
            width: 120px;
        }

.upper-list {
    background: #e70009;
    padding: 7px 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: #fff;
                font-size: 15px;
                padding-right: 7px;
            }

            .upper-list .box-1 .info-list li a {
                color: #fff;
                font-size: 18px;
                font-weight: 400;
            }

    .upper-list .box-2 .social-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 11;
    }

        .upper-list .box-2 .social-list li span {
            color: #fff;
            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: #fff;
                font-size: 17px;
                font-weight: 400;
            }

.main-header .logo {
    width: 120px;
    transition: 0.5s;
}

.main-header .nav-item {
    padding: 0 12px;
}

    .main-header .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500 !important;
        color: #000 !important;
        transition: 0.5s;
    }

        .main-header .nav-item .nav-link:hover {
            color: #d3001f !important;
        }

    .main-header .nav-item .book-btn {
        background-color: #f5d400;
        border: 1px solid #f5d400;
        border-radius: 25px;
        padding: 10px 20px;
        color: #000;
        transition: 0.5s;
    }

        .main-header .nav-item .book-btn:hover {
            background-color: #e70009;
            border: 1px solid #e70009;
            color: #fff !important;
        }


/************************** Header css end **************************/

.main-banner {
    background-image: url('../images/banner-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 85vh;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 158px;
}

    .main-banner::before {
        content: '';
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
    }

    .main-banner .content-box {
        position: relative;
    }

        .main-banner .content-box h3 {
            font-size: 27px;
            font-weight: 600;
            color: #000;
            background-color: #f5d400;
            width: fit-content;
            padding: 6px 15px;
            border-radius: 10px;
        }

        .main-banner .content-box h1 {
            font-family: 'Oswald', sans-serif;
            font-size: 83px;
            font-weight: 600;
            color: #fff;
            padding: 10px 10px 20px 0;
            line-height: 85px;
        }
        .main-banner .content-box .app-icon {
            width:200px;
            margin:5px 10px 5px 0;
        }

        .main-banner .content-box .btn-1 {
            margin-right: 10px;
            background-color: #f5d400;
            border: 1px solid #f5d400;
            border-radius: 25px;
            padding: 10px 30px;
            color: #000 !important;
            transition: 0.5s;
            font-size: 18px;
            font-weight: 600;
        }

        .main-banner .content-box .btn-2 {
            background-color: #d3001f;
            border: 1px solid #d3001f;
            padding: 10px 30px;
            border-radius: 25px;
            color: #fff !important;
            transition: 0.5s;
            font-size: 18px;
            font-weight: 600;
        }

.form-box {
    position: relative;
    background-color: #efefeff5;
    padding: 25px 20px;
    border-radius: 18px;
}

    .form-box h3 {
        text-align: center;
        color: #e70009;
    }

    .form-box .input-field {
        padding: 5px 0;
    }

    .form-box label {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        padding-bottom: 4px;
    }

    .form-box .q-input {
        background-color: transparent;
        border: 1px solid #000;
    }

    .form-box .submit-btn {
        background-color: #f5d400;
        border: 1px solid #f5d400;
        border-radius: 25px;
        padding: 12px 20px;
        color: #000;
        transition: 0.5s;
        width: 100%;
        font-weight: 600;
    }

.sec-about {
    padding: 70px 0;
}

    .sec-about .content-box h3 {
        position: relative;
        text-transform: uppercase;
        color: #e70009;
        font-weight: 600;
        letter-spacing: 3px;
        font-size: 14px;
    }

    .sec-about .content-box h2 {
        font-size: 36px;
        font-weight: 600;
        color: #000;
        padding: 10px 0;
    }

    .sec-about .content-box .para {
        padding: 7px 0;
    }

    .sec-about .content-box .read-btn {
        background-color: #f5d400;
        border: 2px solid #f5d400;
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 500;
        color: #000000 !important;
        transition: 0.5s;
        border-radius: 31px;
        margin-top: 15px;
    }

    .sec-about .img-box {
        position: relative;
    }

        .sec-about .img-box::before {
            content: '';
            background-color: #3d4581;
            position: absolute;
            top: 20px;
            left: 20px;
            right: -20px;
            bottom: -20px;
            border-radius: 10px;
            z-index: -1;
        }

        .sec-about .img-box img {
            border-radius: 10px;
        }


/* sec-check-recent */
.sec-check-recent {
    padding: 70px 0 70px;
}

.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;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        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;
            }

        .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: 12px 10px 0 0;
            width: 100%;
        }

        .sec-check-recent .main-box .card-parts .content-box {
            padding: 20px;
            position: relative;
            height: 360px;
        }

            .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: 12px;
                border-bottom: 1px solid #fff;
                transition: 0.5s;
            }

            .sec-check-recent .main-box .card-parts .content-box .lower-list {
                padding-top: 10px;
            }

                .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:hover {
            background-color: #003e71;
        }

            .sec-check-recent .main-box .card-parts:hover .content-box h4 {
                color: #fff;
            }

            .sec-check-recent .main-box .card-parts:hover .content-box .lower-list ul li .year-box {
                background-color: #BFA780;
                color: #000;
            }

            .sec-check-recent .main-box .card-parts:hover .content-box .lower-list ul li {
                color: #fff;
            }

                .sec-check-recent .main-box .card-parts:hover .content-box .lower-list ul li h6 {
                    color: #fff;
                }

        .sec-check-recent .main-box .card-parts .content-box .lower-list .para {
            transition: 0.5s
        }

        .sec-check-recent .main-box .card-parts:hover .content-box .lower-list .para {
            color: #fff;
        }

        .sec-check-recent .main-box .card-parts .content-box .lower-list .read-btn {
            background-color: #f5d400;
            border: 2px solid #f5d400;
            padding: 6px 15px;
            font-size: 13px;
            font-weight: 500;
            color: #000000 !important;
            transition: 0.5s;
            border-radius: 30px;
            margin-top: 15px;
        }

        .sec-check-recent .main-box .card-parts:hover .content-box .lower-list .read-btn {
            background-color: #d3001f;
            border: 2px solid #d3001f;
            color: #fff !important;
        }


.news-sec {
    padding: 70px 0 70px;
}

    .news-sec .title {
        text-align: center;
        padding: 0 0 50px;
    }

        .news-sec .title h2 {
            color: #000;
            text-transform: uppercase;
            font-size: 40px;
            font-weight: 600;
            position: relative;
            width: fit-content;
            margin: 0 auto;
        }

        .news-sec .title P {
            color: #808080;
            font-size: 15px;
            font-weight: 400;
            padding: 10px 0;
        }

    .news-sec .card {
        position: relative;
        background: transparent;
        border: none;
        box-shadow: 1px 0px 7px 1px rgb(0 0 0 / 10%);
        margin-bottom: 15px;
    }

        .news-sec .card .img-card {
            min-height: 180px;
            padding: 20px;
        }

            .news-sec .card .img-card img {
                width: 100%;
                object-fit: cover;
            }

        .news-sec .card .tag {
            background-color: #f5d400;
            color: #000;
            text-transform: uppercase;
            font-weight: 500;
            padding: 3px 16px;
            border-radius: 3px;
            top: 12px;
            left: -13px;
            position: absolute;
            font-size: 13px;
            /* font-family: "Poppins", sans-serif; */
        }

        .news-sec .card .content {
            margin: 0;
            padding: 17px 23px;
            background: #003e71;
        }

            .news-sec .card .content p {
                /* font-family: "Poppins", sans-serif; */
                color: #ffffff;
                font-size: 15px;
                font-weight: 500;
            }

            .news-sec .card .content span {
                font-family: "Poppins", sans-serif;
                color: #00b2a7;
            }

            .news-sec .card .content h2 {
                font-size: 19px;
                font-weight: 600;
                color: #fff;
                padding: 14px 0 6px;
            }

            .news-sec .card .content a {
                font-family: "Poppins", sans-serif;
                text-transform: uppercase;
                font-weight: 500;
                font-size: 14px;
                color: #ffffff;
                margin-top: 7px;
                background-color: #e70e2d;
                width: 100%;
                text-align: center;
                padding: 9px;
            }

            .news-sec .card .content ul {
                padding: 10px 0;
            }

                .news-sec .card .content ul li {
                    color: #fff;
                    padding: 3px 0;
                }

                    .news-sec .card .content ul li i {
                        width: 20px;
                        text-align: center;
                    }

/*contact-inner*/
.contact-inner {
    padding: 70px 0 80px;
    position: relative;
}

    .contact-inner::before {
        content: '';
        background-image: url(../images/sec-icon.html);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        width: 273px;
        height: 185px;
        left: : 0;
        bottom: 0;
    }

    .contact-inner .contact-detail {
        padding-right: 30px;
    }

        .contact-inner .contact-detail .detail-box {
            border-bottom: 1px solid #003e71;
            padding: 20px 0;
        }

            .contact-inner .contact-detail .detail-box h1 {
                font-family: 'Oswald', sans-serif;
                font-size: 35px;
                font-weight: 600;
                color: #000;
                margin-bottom: 20px;
            }

            .contact-inner .contact-detail .detail-box h2 {
                font-size: 17px;
                font-weight: 500;
                color: #e70e2d;
                margin-bottom: 10px;
            }

            .contact-inner .contact-detail .detail-box .para {
                /* font-family: 'Outfit', sans-serif; */
                font-size: 14px;
                font-weight: 400;
                color: #767575;
            }

            .contact-inner .contact-detail .detail-box ul {
                display: flex;
                align-items: center;
            }

                .contact-inner .contact-detail .detail-box ul li {
                    /* font-family: 'Outfit', sans-serif; */
                    font-size: 14px;
                    font-weight: 400;
                    color: #767575;
                    padding: 0 3px;
                }

                    .contact-inner .contact-detail .detail-box ul li span {
                        font-weight: 700;
                        color: #000;
                    }

        .contact-inner .contact-detail .no-border {
            border-bottom: none;
        }

    .contact-inner .contact-field .form-input {
        font-family: 'Outfit', sans-serif;
        background-color: transparent;
        border: 1px solid #b8b8b8;
        border-radius: 12px;
        padding: 12px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #767575;
    }

    .contact-inner .contact-field .submit-btn .yellow-button {
        background-color: #f5d400;
        border-radius: 8px;
        padding: 10px 32px;
        border: 2px solid #f5d400;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
    }

        .contact-inner .contact-field .submit-btn .yellow-button:hover {
            background-color: transparent;
            border: 2px solid #044985;
            color: #044985;
        }

.footer-bg {
    background-color: #fff;
    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 #e70e2d;
        padding: 40px 0 60px;
    }

        .footer-bg .footer-middle .para {
            font-weight: 500;
            font-size: 14px;
            color: #000000;
            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: #000;
            /* 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: #000;
                }

                    .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: #e70e2d;
                        transition: 0.5s;
                    }

    .footer-bg .footer-lower {
        text-align: center;
        padding: 20px 0;
    }

        .footer-bg .footer-lower .para {
            font-weight: 500;
            font-size: 13px;
            color: #000;
        }

    .footer-bg .footer-middle .email-field .email-input {
        background-color: #e5e5e5;
        border: none;
        border-radius: 8px;
        padding: 12px 15px;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 500;
    }

    .footer-bg .footer-middle .email-field .email-btn {
        background-color: #f5d400;
        border-radius: 8px;
        padding: 10px 32px;
        border: 2px solid #f5d400;
        color: #000;
        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 #003e71;
            color: #003e71;
        }

.footer-logo {
    width: 130px;
}


.inner-banner {
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 186px;
    display: flex;
    align-items: center;
}

    .inner-banner::before {
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }

    .inner-banner .content-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .inner-banner .content-box h2 {
            color: #fff;
            font-size: 50px;
            font-weight: 700;
        }

        .inner-banner .content-box ul {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .inner-banner .content-box ul li {
                padding: 0 5px;
            }

                .inner-banner .content-box ul li a {
                    color: #fff;
                    font-weight: 500;
                    font-size: 22px;
                }
/************************** 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) {
    .sec-check-recent .main-box .card-parts .content-box {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-check-recent .main-box .card-parts .content-box {
        height: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }


    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 90px;
    }

    .main-header.scroll .logo {
        width: 80px;
    }

    .main-header.scroll .upper-list {
        margin-top: -48px;
    }

    .main-banner {
        height: unset;
        margin-top: 160px;
        padding: 70px 0 30px;
    }

        .main-banner .content-box h3 {
            font-size: 16px;
        }

        .main-banner .content-box h1 {
            font-size: 60px;
            line-height: 66px;
        }

        .main-banner .content-box .btn-1 {
            padding: 8px 20px;
            font-size: 14px;
        }

        .main-banner .content-box .btn-2 {
            padding: 8px 20px;
            font-size: 14px;
        }

    .form-box {
        padding: 15px 15px;
        margin-top: 30px;
    }

    .sec-about {
        padding: 40px 0;
    }

    .news-sec {
        padding: 30px 0;
    }

        .news-sec .card .img-card img {
            min-height: unset;
            max-height: unset;
        }

    .sec-about .content-box .read-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .sec-about .img-box {
        margin-top: 20px;
    }

        .sec-about .img-box::before {
            display: none;
        }

    .sec-check-recent {
        padding: 40px 0;
    }

        .sec-check-recent .sec-title h2 {
            font-size: 30px;
            line-height: 33px;
            margin-bottom: 15px;
        }

        .sec-check-recent .main-box {
            padding-top: 10px;
        }

            .sec-check-recent .main-box .card-parts .content-box {
                height: unset;
            }

    .news-sec .title h2 {
        font-size: 30px;
    }

    .contact-inner::before {
        display: none;
    }

    .contact-inner {
        padding: 30px 0 0;
    }

    .footer-logo {
        width: 90px;
    }

    .inner-banner {
        height: unset;
        margin-top: 180px;
        padding: 70px 0;
    }

        .inner-banner .content-box {
            flex-direction: column;
            text-align: center;
        }

    .footer-bg {
        padding: 20px 0 0;
    }

    .inner-banner .content-box h2 {
        font-size: 36px;
    }

    .inner-banner .content-box ul li a {
        font-size: 16px;
    }

    .payfield {
        width: unset !important;
    }

    .main-header .nav-item .book-btn {
        padding: 8px 13px;
        width: 130px;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 90px;
    }

    .main-header.scroll .logo {
        width: 80px;
    }

    .main-header.scroll .upper-list {
        margin-top: -75px;
    }

    .main-banner {
        height: unset;
        margin-top: 180px;
        padding: 70px 0 30px;
    }

        .main-banner .content-box h3 {
            font-size: 16px;
        }

        .main-banner .content-box h1 {
            font-size: 50px;
            line-height: 60px;
        }

        .main-banner .content-box .btn-1 {
            padding: 8px 20px;
            font-size: 14px;
        }

        .main-banner .content-box .btn-2 {
            padding: 8px 20px;
            font-size: 14px;
        }

    .form-box {
        padding: 15px 15px;
        margin-top: 30px;
    }

    .sec-about {
        padding: 30px 0;
    }

    .news-sec {
        padding: 30px 0;
    }

        .news-sec .card .img-card img {
            min-height: unset;
            max-height: unset;
        }

    .sec-about .content-box .read-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .sec-about .img-box {
        margin-top: 10px;
    }

        .sec-about .img-box::before {
            display: none;
        }

    .sec-check-recent {
        padding: 30px 0;
    }

        .sec-check-recent .sec-title h2 {
            font-size: 30px;
            line-height: 33px;
            margin-bottom: 15px;
        }

        .sec-check-recent .main-box {
            padding-top: 10px;
        }

            .sec-check-recent .main-box .card-parts .content-box {
                height: unset;
            }

    .news-sec .title h2 {
        font-size: 30px;
    }

    .contact-inner::before {
        display: none;
    }

    .contact-inner {
        padding: 0px 0;
    }

    .footer-logo {
        width: 90px;
    }

    .inner-banner {
        height: unset;
        margin-top: 180px;
        padding: 70px 0;
    }

        .inner-banner .content-box {
            flex-direction: column;
            text-align: center;
        }

    .footer-bg {
        padding: 0;
    }

    .inner-banner .content-box h2 {
        font-size: 36px;
    }

    .inner-banner .content-box ul li a {
        font-size: 16px;
    }

    .payfield {
        width: unset !important;
    }

    .main-header .nav-item .book-btn {
        padding: 8px 13px;
        width: 130px;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    body {
        overflow-x: hidden;
    }

    .upper-list .align-box {
        flex-direction: column;
    }

    .upper-list .box-1 .info-list li span {
        font-size: 14px;
    }

    .main-header .logo {
        width: 90px;
    }

    .main-header.scroll .logo {
        width: 80px;
    }

    .main-header.scroll .upper-list {
        margin-top: -75px;
    }

    .main-banner {
        height: unset;
        margin-top: 180px;
        padding: 70px 0 30px;
    }

        .main-banner .content-box h3 {
            font-size: 16px;
        }

        .main-banner .content-box h1 {
            font-size: 50px;
            line-height: 60px;
        }

        .main-banner .content-box .btn-1 {
            padding: 8px 20px;
            font-size: 14px;
        }

        .main-banner .content-box .btn-2 {
            padding: 8px 20px;
            font-size: 14px;
        }

    .form-box {
        padding: 15px 15px;
        margin-top: 30px;
    }

    .sec-about {
        padding: 30px 0;
    }

    .news-sec {
        padding: 30px 0;
    }

        .news-sec .card .img-card img {
            min-height: unset;
            max-height: unset;
        }

    .sec-about .content-box .read-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .sec-about .img-box {
        margin-top: 10px;
    }

        .sec-about .img-box::before {
            display: none;
        }

    .sec-check-recent {
        padding: 30px 0;
    }

        .sec-check-recent .sec-title h2 {
            font-size: 30px;
            line-height: 33px;
            margin-bottom: 15px;
        }

        .sec-check-recent .main-box {
            padding-top: 10px;
        }

            .sec-check-recent .main-box .card-parts .content-box {
                height: unset;
            }

    .news-sec .title h2 {
        font-size: 30px;
    }

    .contact-inner::before {
        display: none;
    }

    .contact-inner {
        padding: 0px 0;
    }

    .footer-logo {
        width: 90px;
    }

    .inner-banner {
        height: unset;
        margin-top: 180px;
        padding: 70px 0;
    }

        .inner-banner .content-box {
            flex-direction: column;
            text-align: center;
        }

    .footer-bg {
        padding: 0;
    }

    .inner-banner .content-box h2 {
        font-size: 36px;
    }

    .inner-banner .content-box ul li a {
        font-size: 16px;
    }

    .payfield {
        width: unset !important;
    }

    .main-header .nav-item .book-btn {
        padding: 8px 13px;
        width: 130px;
        margin-bottom: 10px;
        text-align: center;
    }
}
