@media (min-width: 576px) {
  .candidates_clients_title {
      font-size: 20px;
  }
  .candidates_clients_desc {
      font-size: 18px;
  }
  .candidates_clients_sect img {
    max-width: 40px;
  }
  .get_early_access {
    padding: 40px 0px 40px 0px;
  }

  /* Secont Page Starts */
  .jobs_list_title {
    font-size: 20px;
  }
  /* Secont Page Ends */
  .modal-custom {
    max-width: 320px;
  }
  .job_list_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 100px;
  }
  .page_sec_banner_title {
    font-size: 38px;
    line-height: 1.32;
  }
  .company_logo {
    width: 100px;
    height: 100px;
  }
  .job_list_detail_salary {
    font-size: 20px;
   }
}

@media (min-width: 768px) {
  /* Home banner Starts */
  .main_caption_text {
    font-size: 76px;
    font-weight: 900;
    line-height: 92px;
  }
  .banner_mobile_mock {
    margin-right: -39px;
  }
  /* Home banner Ends */
  /* We support brands Starts */
  .we_support_brands {
    border-top: solid 1px rgba(190, 202, 220, .5);
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .we_support_brands_title {
    font-size: 28px;
    margin-bottom: 38px;
  }
  .brand_logos {
    border-right: 1px dashed rgba(190, 202, 220, .5);
    min-height: 120px;
  }
  /* We support brands Ends */
  /* Top Categories Starts */
  .top_categories_sec_title, .top_cities_sec_title {
    font-size: 28px;
  }
  .categories_items_wrapper,
  .categories_items_wrapper:hover {
    border-radius: 16px;
    padding: 10px;
  }
  .cities_items_wrapper,
  .cities_items_wrapper:hover {
    padding: 8px 14px;
    min-width: 180px;
  }
  .top_categories_item_title, .top_cities_item_title {
    font-size: 20px;
    line-height: 32px;
  }
  .top_cities_item_title {
    font-size: 18px;
  }
  .more_option_btn:hover,
  .more_option_btn {
    font-size: 18px;
  }
  /* Top Categories Ends*/
  /* How It Works Starts */
  .how_it_works {
    background-color: #22326e;
    padding-top: 60px;
  }
  .mobile_mocks_outter {
    max-height: 440px;
  }
  .mobile_mocks_outter img {
    max-width: 100%;
  }
  .how_it_works_steps_wrapper {
    max-width: 540px;
  }
  .how_it_works_steps_wrapper h4 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
  }
  .how_it_works_steps_wrapper .how_it_works_title_desc {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 44px;
  }
  .how_it_works_steps {
    border-radius: 8px;
    border: solid 1px #2443b0;
    background-color: #051962;
    padding: 12px;
    color: #FFF;
    margin-bottom: 34px;
  }
  .step_1 {
    background-color: #ffffff;
    color: #22326e;
    -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.21);
  }
  .step_2 {
    margin-bottom: 34px;
  }
  .how_it_works_short_title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  .how_it_works_desc {
    font-size: 14px;
    text-align: left;
  }
  /* How It Works Ends */
   /* End Your Job Search Starts */
  .end_your_job_search h3 {
    font-size: 32px;
  }
  .end_your_job_sarch_about h4 {
    font-size: 20px;
    font-weight: 700;
  }
  .end_your_job_sarch_about p {
    font-size: 14px;
  }
  /* End Your Job Search Ends */
  /* What Candidates Say Starts */
  .what_candidate_says_title {
    font-size: 28px;
  }
  .what_candidate_says_desc {
    font-size: 18px;
    line-height: 1.78;
    min-height: 192px;
  }
  .what_candidate_says_details h5 {
    font-size: 16px;
    line-height: 1;
  }
  .what_candidate_says_details p {
    font-size: 14px;
    line-height: 2;
  }
  .what_candidate_says_slider_items {
    padding: 30px;
    margin-right: 30px;
  }
  /* What Candidates Say Ends */
  /* Get Early Access Starts */
  .get_early_access {
    background-color: #22326e;
    padding: 90px 0px;
  }
  .get_early_access_feature_wrapper {
    margin-top: 35px; 
  }
  .for_title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .for_title_desc {
    font-size: 30px;
    line-height: 42px;
  }
  .get_early_access_feature {
    margin-bottom: 15px;
    background-size: auto;
  }
  .get_early_access_feature_short_title {
    font-size: 26px;
    line-height: 34px;
    padding-right: 10px;
  }
  .get_early_access_feature_short_title:before {
    height: 27px;
    width: 4px;
    left: -12px;
    top: 1px;
  }
  .get_early_access_desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .get_early_access_forms {
    border-radius: 12px;
    padding: 25px 18px;
  }
  .get_early_access_forms_short_title {
    font-size: 24px;
  }
  .get_early_access_forms_short_desc {
    font-size: 18px;
  }
  .pre_register_btn:hover,
  .pre_register_btn:focus,
  .pre_register_btn {
    width: 260px;
  }
  /* Get Early Access Ends */
  /* Footer Starts */
  footer {
     /*background-color: #f5f9ff;*/
  }
  .download_caption {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 6px 0px 16px 0px;
  }
  .g_play_store_wrapper {
    margin-bottom: 25px;
  }
  .copy_right_text {
    font-size: 13px;
    color: #fff;
  }
  .footer_links,
  .footer_links:hover,
  .footer_links:visited,
  .footer_links:focus {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  /* Footer Ends */


  /* Secont Page Starts */
  .jobs_list_title {
    font-size: 28px;
  }
  .job_list_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 150px;
  }
  .job_list_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 130px;
  }
  .sortby_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 120px;
  }
  .page_sec_banner_title {
    font-size: 28px;
    line-height: 1.32;
  }
  .company_logo {
    width: 100px;
    height: 100px;
  }
  /* Secont Page Ends */
}