﻿@media(max-width: 1199px) {

    .container {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
    }

    .container-lg {
        max-width: 830px;
    }

    .container-sm {
        max-width: 700px;
    }

    .modal-xl {
        max-width: 950px;
    }

    .content-wrapper .heading {
        font-size: 46px;
        margin-bottom: 50px;
    }

    header .header-wrapper .header-links {
        margin-right: 20px;
    }

        /*header .header-wrapper .header-links li a {
            font-size: 16px;
        }*/

        header .header-wrapper .header-links li {
            margin: 0 0 0 20px;
        }

    .job-category-section .container {
        max-width: 1000px;
    }

    .job-category-section .content-wrapper .card-block {
        padding: 25px 18px;
    }

        .job-category-section .content-wrapper .card-block .icon {
            margin-left: 7px;
        }

        .job-category-section .content-wrapper .card-block .card-block-details h4 {
            font-size: 24px;
            line-height: 28px;
        }

        .job-category-section .content-wrapper .card-block .card-block-details p {
            font-size: 15px;
            line-height: 19px;
        }

    .resume-section .resume-wrapper .resume-card {
        height: 420px;
    }

        .resume-section .resume-wrapper .resume-card img {
            width: 500px;
            top: -11px;
            left: -35px;
        }

        .resume-section .resume-wrapper .resume-card .resume-card-details {
            max-width: 400px;
        }

        .resume-section .resume-wrapper .resume-card h1 {
            font-size: 36px;
        }

        .resume-section .resume-wrapper .resume-card p {
            font-size: 16px;
        }

    .register-section .register-wrapper {
        max-width: 900px;
    }

    .login-section .login-wrapper .captcha-form-group div.col-sm-12:nth-child(1) {
        padding: 0;
        margin: 0 0 10px;
    }

    .login-section .login-wrapper .captcha-form-group div.col-sm-12:nth-child(2) {
        padding: 0;
    }
}

@media(max-width: 991px) {

    .container {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .container-lg {
        max-width: 680px;
    }

    .container-sm {
        max-width: 570px;
    }

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }

    .btn {
        padding: 8px 15px;
        font-size: 15px;
        border-radius: 5px;
    }

    header .header-wrapper .header-links li a {
        font-size: 15px;
    }

    header .header-wrapper .header-links li {
        margin: 0 0 0 15px;
    }

    .job-category-section .container {
        max-width: 850px;
    }

    .job-category-section .content-wrapper .card-block {
        padding: 20px 15px;
    }

        .job-category-section .content-wrapper .card-block .icon {
            margin-left: 5px;
        }

        .job-category-section .content-wrapper .card-block .card-block-details h4 {
            font-size: 22px;
            line-height: 25px;
        }

        .job-category-section .content-wrapper .card-block .card-block-details p {
            font-size: 14px;
            line-height: 18px;
        }

    .resume-section .resume-wrapper .resume-card {
        height: 380px;
        padding: 25px;
    }

        .resume-section .resume-wrapper .resume-card img {
            width: 450px;
            top: -10px;
            left: -35px;
        }

        .resume-section .resume-wrapper .resume-card .resume-card-details {
            max-width: 350px;
        }

        .resume-section .resume-wrapper .resume-card h1 {
            font-size: 30px;
        }

        .resume-section .resume-wrapper .resume-card p {
            font-size: 15px;
        }

    .register-section .register-wrapper {
        max-width: 700px;
    }
}

@media(max-width: 767px) {

    .container {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

    header .header-wrapper .header-lines {
        display: block;
        position: relative;
        z-index: 100;
    }

        header .header-wrapper .header-lines span {
            width: 30px;
            height: 3px;
            background-color: var(--color-black);
            display: block;
            margin: 0 0 8px;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
        }

            header .header-wrapper .header-lines span:nth-child(3),
            header .header-wrapper .header-lines.open span {
                /*margin: 0;*/
            }

                header .header-wrapper .header-lines.open span:nth-child(1) {
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg) translateY(8px);
                }

                header .header-wrapper .header-lines.open span:nth-child(2) {
                    display: none;
                }

                header .header-wrapper .header-lines.open span:nth-child(3) {
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg) translateY(-8px);
                }

    header .header-wrapper .header-links {
        display: none;
    }

        header .header-wrapper .header-links.open {
            position: fixed;
            top: 0;
            right: 0;
            padding: 80px 0 0;
            margin: 0;
            display: block;
            width: 300px;
            height: 100vh;
            z-index: 99;
            background-color: var(--color-white);
            -webkit-box-shadow: -5px 0px 18px -8px rgba(0,0,0,0.57);
            -moz-box-shadow: -5px 0px 18px -8px rgba(0,0,0,0.57);
            box-shadow: -5px 0px 18px -8px rgba(0,0,0,0.57);
        }

            header .header-wrapper .header-links.open li {
                margin: 0;
            }

                header .header-wrapper .header-links.open li a {
                    display: inline-block;
                    margin: 10px 10px 10px 20px;
                }

    header .header-wrapper .overlay.open {
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,.5);
    }
}

@media(max-width: 575px) {
}
