/* 1920  */
@media only screen and (min-width: 1600px){

}

/* 992  */
@media only screen and (max-width: 1199px){
    .navbar-nav li {
        margin: 0 4px;
    }
    .nav-text .btn-primary{
        min-width: auto;
        padding: 6px 12px;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .banner, .employer-testimonial {
        min-height: 520px;
    }
    .section-heading h2, h2 {
        font-size: 28px;
    }
    .sec-space {
        padding: 75px 0;
    }
    .review, .review p {
        font-size: 15px;
    }
    .ftop-wrap {
        padding: 48px 140px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .myHeader {
        padding: 4px 0;
    }
    .nav-text{
        margin-left: auto;;
    }
    .navbar-toggler{
        padding: 0;
    }
    .navbar-toggler-icon{
        height: auto;
    }
    .navbar-collapse {
        position: absolute;
        top: calc(100% + 4px);
        width: 100%;
        padding: 12px;
        z-index: 99;
        background: #f5f5f5;
    }
    .dropdown-item {
        font-size: 13px;
        font-weight: 600 !important;
    }
    .banner-text h1 {
        font-size: 34px;
    }
    .banner-text p {
        font-size: 14px;
    }
    .banner, .employer-testimonial {
        min-height: 440px;
    }
    .stat-box {
        padding: 20px 16px;
        height: 100%;
    }
    .statistics .row, .success .row, .dash-row, .recent-job{
        margin: 0 -8px;
    }
    .statistics .row [class*="col"], .success .row [class*="col-"], .dash-row [class*="col-"],
    .recent-job [class*="col-"]{
        padding: 0 8px !important;
    }
    .stat-icon img {
        height: 36px;
        width: 36px;
    }
    .stat h4 {
        font-size: 20px;
    }
    .sec-space {
        padding: 48px 0;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .category-box {
        padding: 14px 12px;
    }
    .cat-icon {
        height: 70px;
        width: 70px;
        padding: 17px;
    }
    .section-heading h2, h2 {
        font-size: 24px;
    }
    .test-box {
        padding: 28px 20px 100px;
    }
    .candidate-info {
        padding: 12px;
        min-width: 86%;
    }
    .candidate-profile {
        height: 57px;
        width: 57px;
    }
    .candidate-data h5 {
        font-size: 14px;
    }
    .review, .review p {
        font-size: 14px;
    }
    .whyus-text h4 {
        font-size: 15px;
        margin: 10px 0 4px;
    }
    .whyus-text p{
        font-size: 12px;
        line-height: 1.4;
    }
    .why-list {
        row-gap: 12px;
    }
    .why-list li {
        max-width: 48%;
    }
    .employer-testimonial .review p {
        font-size: 13px;
    }
    .member-info h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ftop-wrap {
        padding: 40px 64px;
    }
    .myfooter {
        padding-top: 120px;
    }
    .footer-row{
        row-gap: 20px;
    }

    /* About Page  */
    .success-box {
        padding: 28px 16px !important;
    }
    .success h5 {
        font-size: 17px;
    }

    /* Contact Page  */
    .login-form {
        background: #E9E9E9;
        border-radius: 12px;
        padding: 24px;
    }
    .contact-right .row{
        margin: 0 -4px;
    }
    .contact-right .row [class*="col-"]{
        padding: 0 4px;
    }
    .quick-btn {
        padding: 14px 12px;
        height: 100%;
    }

    /* Dashboard  */
    .recent-job .card {
        padding: 20px;
    }
    .dash-row .card-body {
        padding: 12px;
        padding-left: 64px;
    }
    .dashboard-space .dash-row .card h6{
        font-size: 15px;
    }
    .dash-icon {
        height: 36px;
        width: 36px;
        top: 16px;
        left: 16px;
    }
    .dashboard-space .dash-row .dash-card {
        padding: 16px;
    }
    .dash-card-icon {
        font-size: 32px;
        position: static;
    }

}

/* 576  */
@media only screen and (max-width: 767px){
    .banner, .employer-testimonial {
        min-height: 400px;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .stat-icon img {
        height: 30px;
        width: 30px;
    }
    .stat-box {
        padding: 14px 10px;
        border-radius: 8px;
    }
    .row{
        row-gap: 20px;
    }
    .statistics .row {
        margin: 0 -4px;
    }
    .statistics .row [class*="col"] {
        padding: 0 4px !important;
    }
    .category-slider .owl-nav {
        top: -48px;
    }
    .sec-space {
        padding: 40px 0;
    }
    .whyus .row{
        flex-direction: column-reverse;
    }
    .section-heading h2, h2 {
        font-size: 22px;
    }
    .about-img {
        padding-top: 64%;
    }
    .emp-test-box {
        max-width: 96%;
    }
    .ftop-wrap {
        padding: 32px 36px;
    }
    .myfooter {
        padding-top: 100px;
    }
    .footer-logo img {
        height: 18px;
    }
    .myfooter h3 {
        font-size: 14px;
        margin-bottom: 14px;
    }

    /* About page  */
    .success-box {
        padding: 28px 14px !important;
    }
    .inner-banner {
        padding: 46px 0;
    }

    /* Dashboard  */
    .dash-flex{
        display:  block !important;
    }
}

/* 480  */
@media only screen and (max-width: 575px){
    .navbar-brand img {
        height: 16px;
    }
    .statistics .row{
        row-gap: 12px;
        justify-content: center;
    }
    .statistics .row [class*="col"] {
        flex: 0 0 50%;
    }
    .footer-row [class*="col"]:nth-child(2), .footer-row [class*="col"]:nth-child(3){
        flex: 0 0 48%;
        max-width: 48%;
    }
    .row{
        row-gap: 12px;
    }
}

/* 360  */
@media only screen and (max-width: 479px){
    .navbar-brand img {
        height: 14px;
    }
    .navbar-brand{
        margin-right: 0;
    }
    .btn {
        padding: 8px 12px;

    }
    .nav-text .btn-primary {
        font-size: 12px;
        font-weight: 400;
        padding: 4px 6px;
    }
    .nav-text span{
        font-size: 12px;
        margin-right: 4px !important;
    }
    .section-heading p {
        font-size: 13px;
    }
    .banner-text {
        max-width: 84%;
    }
    .banner-text h1 {
        font-size: 26px;
    }
    .banner, .employer-testimonial {
        min-height: 380px;
    }
    .banner{
        background-attachment: unset !important;
    }
    .statistics {
        margin-top: 40px;
    }
    .jobs .job-flex{
        flex-direction: column;
        text-align: left;
        row-gap: 2px;
        margin-bottom: 12px;
    }
    .job-slider .item {
        padding: 0;
    }
    .ftop-wrap {
        padding: 32px;
    }

    /* Login Page  */
    .login-sec .login-form {
        padding: 20px;
    }
    .login-form .section-heading h2 {
        font-size: 24px;
        margin-bottom: 4px;
    }

    nav.navbar.navbar-expand-lg {
        flex-wrap: nowrap;
    }
    .nav-text{
        text-align: right;
    }
}