@media(max-width: 991px) {}

@media(max-width: 767px) {

    #offcanvasNavbar {
        background: #ffffff;
    }

    #offcanvasNavbar .btn-close{
        font-size: 30px;
        color: #fff;
    }

    #offcanvasNavbar .nav-item {
        margin-left: 0px;
    }

    #offcanvasNavbar .nav-link {
        color: #000000;
        width: 100%;
        margin-bottom: 18px;
    }

    #offcanvasNavbar .navbar-nav {
        width: 100%;
    }
    .navbar-toggler:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }
    #banner {
        min-height: 55vh;
        padding: 0 20px;
    }
    .banner-heading {
        margin-top: 4vh;
        font-size: 25px;
        line-height: 57px;
        font-weight: 800;
    }
    .banner-heading::before {
        width: 149px;
        height: 22px;
        display: none;
    }
       h1.banner-sub-heading {
        font-size: 25px;
        line-height: 36px;
    }

    #banner-right .banner-image{
        display: none;
    }
    .function-heading {
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .function-heading::before {
        top: 140%;
        left: 42%;
        display: none;
    }
    .funcion_sub_heading {
        min-height: auto;
        margin-top: 15px;
    }
    .function_box {
        min-height: auto;
        margin: auto 20px;
    }

    .candidate-heading {
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .candidate-heading::before {
        top: 135%;
        left: 42%;
        display: none;
    }
    .candidate_sub_heading {
        font-size: 16px;
        margin-top: 15px;
    }

    #candidate .card {
        min-height: auto;
    }
    .about-heading {
    font-size: 25px;
    font-weight: 900;
    color: #153C9B;
    font-family: 'Outfit';
}

    /* .premium {
        position: absolute;
        top: -10px;
        right: -10px;
        height: 30px;
    } */

    .usercategory-heading{
        font-size: 25px;
        line-height: 35px;
        font-weight: 700;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    .usercategory-heading::before {
        top: 120%;
        left: 42%;
        display: none;
    }

    .usercategory_sub_heading {
        font-size: 16px;
        margin-top: 15px;
    }
    #usercategory .card {
        min-height: auto;
    }



    #about .about_col:nth-child(1){
        border-right: 0;
    }
    #about .about_col:nth-child(2){
        border-right: 0;
    }

    #footer {
        padding: 20px;
    }
    .footer-bottom {
        text-align: center;
    }
    .social-link{
        text-align: center;
    }
    #footer .social-link ul {
        justify-content: center;
    }



    #page_body .box {
        display: block;
        text-align: left !important;
    }
}

@media (max-width: 768px) {
  #about-quick-job .row.align-items-center {
    display: flex;
    flex-direction: column;
  }

  #about-quick-job .info-box,
  #about-quick-job .img-box {
    width: 100%; 
    margin: 0; 
    transform: none; 
  }

  #about-quick-job .info-box {
    padding: 20px; 
    margin-top: 20px; 
    transform: none; 
    left: 0; 
  }

  #about-quick-job .img-box img  {
    width: 100%;
    height: auto; 
    transform: none; 
  }

  #about-quick-job .img-box {
    margin-top: 20px; 
    transform: none; 
  }
  img.input-icon {
    display: none;
}
h3.section-title {
    font-size: 16px;
}
section#about-quick-job {
    margin-top: 0px;
}
.row.align-items-center {
    margin-top: -90px;
}
.category-card {
  border-radius: 15px;
  /* margin: 6px; */
  /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); */
}
}



@media(max-width: 575px) {}

@media(max-width: 420px) {}

@media (min-width: 800px) and (max-width: 850px) and (max-height: 500px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (width: 1024px) {}
