@media only screen and (max-width: 1399px) {
  header .navbar-nav a.nav-link {
    padding: 8px 10px !important;
  }

  .contact_info_inner {
    width: 1140px;
  }

  .recruiter_dashboard .row .col-xxl-2 {
    width: 260px;
  }

  .recruiter_dashboard .row .col-xxl-10 {
    width: calc(100% - 262px);
  }

  .sidebar {
    padding: 15px;
  }

  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .font_38 {
    font-size: 32px;
  }

  .login-inner.card {
    padding: 40px 30px !important;
  }

  .font_50 {
    font-size: 45px;
  }
  .job-slider .job-card {
    padding: 13px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  header .navbar-brand img {
    width: 240px;
  }

  header .ms-5 {
    margin-left: 0.5rem !important;
  }

  header .navbar-nav a.nav-link {
    padding: 8px 8px !important;
    font-size: 14px;
  }

  .skyblue_btn {
    font-size: 16px;
    padding: 8px 12px;
  }

  .font_38 {
    font-size: 28px;
  }

  .login-inner .nav.nav-tabs li.nav-item button {
    font-size: 18px;
    padding: 8px 30px;
  }

  .login_with {
    font-size: 18px;
  }

  .login_with:before {
    top: 14px;
  }

  .login_with:after {
    top: 14px;
  }

  .social a {
    width: 50px;
    height: 50px;
  }
  .social a img {
    height: 20px;
    object-fit: contain;
  }

  .job-slider .font_18 {
    font-size: 14px;
  }

  .job-slider .img-box img {
    width: 40px;
    height: 40px;
  }

  .job-card .card_inner .content-box ul.nav li {
    column-gap: 4px;
    font-size: 12px;
  }

  .font_50 {
    font-size: 40px;
  }
  .search-box {
    padding: 8px 8px;
    column-gap: 8px;
  }

  .input-group {
    height: 50px;
    border: 1px solid #acb2b973;
    border-radius: 8px;
  }

  .input-group .form-control {

    height: 48px;
}

  .search-box span.input-group-text.bg-transparent.border-0 {
    padding: 0 7px;
    font-size: 14px;
  }

  .search-box .btn.skyblue_btn {
    width: 100px;
    font-size: 14px;
    padding: 10px 15px;
  }

  .search-box .input-group.select {
    width: calc(100% - 43% - 100px);
  }

  .search-box .input-group.search {
    width: calc(100% - 41% - 100px);
  }

  .font_18 {
    font-size: 16px;
  }

  .btn-outline-dark {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
  }

  .job-category .card {
    padding: 12px;
  }

  .job-category .card .icon-box {
    width: 50px;
    height: 50px;
  }

  .font_20 {
    font-size: 18px;
  }

  .cv_sec_inner {
    padding: 60px 60px;
    border-radius: 30px;
  }

  .find-tt-candidate .Right_Side_Content {
    margin-left: 10px;
    width: calc(100% - 30px);
  }

  .yellow_btn {
    font-size: 16px;
    padding: 8px 12px;
  }

  .contact_info_inner {
    width: 980px;
  }

  .footer-top .Subscribe .form-control {
    width: calc(100% - 112px);
 
}
}

@media only screen and (max-width: 991px) {
  .recruiter_dashboard .row .col-xxl-10 {
    width: 100%;
  }
  .recruiter_dashboard .row .col-xxl-2 {
    width: auto;
  }

  .login_bg {
    display: none;
  }

  .footer-top .Subscribe {
    width: 100%;
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
  }

  .footer-top {
    row-gap: 15px;
  }

  .footer-middle .col-md-8.col-lg-9 .row {
    row-gap: 20px;
  }

  .banner_section .row.align-items-center {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .cv_sec_inner {
    padding: 15px 20px;
    border-radius: 30px;
  }

  .font_38 {
    font-size: 25px;
  }
  .find-tt-candidate .Right_Side_Content {
    margin-top: 20px;
  }

  .contact_info_inner {
    width: 720px;
  }

  .contact_info {
    height: 300px;
    padding: 0 !important;
  }
  .contact_info .info_box {
    padding: 0 10px;
  }

.filterSidebar {
    display: none;
    animation: fadeSlide 0.3s ease;
    margin-bottom: 30px;
}

  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .inner_pages_banner .search-box {
    padding: 8px 8px;
    column-gap: 8px;
    flex-direction: column;
    row-gap: 10px;
}

 .inner_pages_banner .search-box .input-group.search {
    width: 100%;
    border: 1px solid #acb2b973 !important;
}

 .inner_pages_banner .search-box .input-group.select {
    width: 100%;
    border: 1px solid #acb2b973 !important;
}

.inner_pages_banner {
    background: #f5f7fc;
    padding: 50px 0;
}

.job-detail-buttons.text-end {
    justify-content: start !important;
    text-align: start !important;
    margin-top: 20px;
}

.job_details_banner .employer-logo img {
    width: 80px;
    height: 80px;
}

.job_details_banner .info-detail-job {
    width: calc(100% - 85px) !important;
}

.font_26 {
    font-size: 20px;
}

.jd_content {
    align-items: start !important;
}

.jd_content .gap-4 {
    gap: 0.5rem!important;
}

.company_details_banner .jd_content {
    align-items: center !important;
}
}

@media only screen and (max-width: 767px) {
  .input-group {
    height: 52px;
  }
  .input-group .form-control {
    font-weight: 400;
    font-size: 16px;
    height: 50px;
  }

  .input-group .form-control::placeholder {
    font-size: 16px;
  }

  .remmber_sec .form-check-label.small {
    font-size: 16px;
  }
  a.forgot {
    font-size: 14px;
    text-decoration: underline;
  }
  .font_16 {
    font-size: 14px;
  }

  .py-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .font_34 {
    font-size: 25px;
  }
  .login-inner.card {
    padding: 25px 20px !important;
  }
  .font_38 {
    font-size: 24px;
  }
  .font_18 {
    font-size: 16px;
  }
  .footer-middle .download-app a .small.text-start p {
    font-size: 16px;
  }

  .login-inner .nav.nav-tabs li.nav-item button {
    font-size: 16px;
    padding: 8px 18px;
  }

  header .navbar-brand img {
    width: 200px;
  }

  .font_50 {
    font-size: 30px;
  }

  .d-flex.flex-wrap.text-md-start {
    align-items: start !important;
    justify-content: start !important;
    text-align: left !important;
    row-gap: 16px;
    margin-bottom: 20px !important;
  }

  .cv_sec_inner {
    padding: 60px 30px;
    border-radius: 30px;
  }

  .search-box .input-group.search {
    width: 100%;
  }
  .search-box .input-group.select {
    width: 100%;
  }

  .contact_info_inner {
    width: 100%;
    position: static;
  }
  .contact_info {
    height: auto;
    padding: 0 !important;
  }
  .contact_form .form_card.card {
    padding: 20px;
  }

  .Recruiting_section .cv_sec_inner {
    background-position: 50%;
  }

  .jd_content {
    align-items: start !important;
    flex-direction: column;
}
.job_details_banner .info-detail-job {
    width: 100% !important;
}

.Top_Filters .form-select {
    width: 158px;
    height: 45px;
    font-size: 14px;
}

.apply_card.bg-white.shadow-sm {

    padding: 20px;
}
.Recruiting_section .cv_sec_inner {
    padding: 25px 25px;

}
}

@media only screen and (max-width: 575px) {
  .search-box {
    padding: 8px 8px;
    column-gap: 8px;
    flex-direction: column;
    row-gap: 15px;
    align-items: start !important;
  }
  .font_50 {
    font-size: 25px;
  }

  .font_38 {
    font-size: 20px;
  }

  .font_18 {
    font-size: 14px;
  }

  .font_20 {
    font-size: 16px;
  }

  .font_48 {
    font-size: 30px;
  }
}
/*large-laptop-screen-start*/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
}
/*large-laptop-screen-end*/

/*laptop-screen-start*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
/*laptop-screen-end*/

/*mini-laptop-screen-start*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/*mini-laptop-screen*/

/*tablet-start*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/*tablet-end*/

/*mobile-screen-start*/
@media only screen and (min-width: 300px) and (max-width: 767px) {
}
/*mobile-screen-end*/
