@media screen and (min-width: 2501px) {
}

@media screen and (min-width: 1921px) and (max-width: 2500px) {
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
}

@media screen and (max-width: 1200px) {
  /*_____ Navigation _____*/

  .toggle {
    display: flex;
  }

  nav {
    justify-content: flex-end;

    margin-left: 0;

    margin-right: 40px;
  }

  nav {
    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    flex-flow: column;

    width: auto;

    background: #fffffff7;

    margin: 0;

    padding: 40px 50px 20px;

    opacity: 0;

    visibility: hidden;

    overflow: auto;

    z-index: 3;

    justify-content: center;
  }

  nav.active {
    opacity: 1;

    visibility: visible;
  }

  nav > ul {
    width: 100%;

    flex-flow: wrap;

    margin: 0;
    flex-direction: column;
  }

  nav > ul > li {
    width: fit-content;

    padding: 7px 0px;

    text-align: center;
  }
  #nav > li > .sub{
    z-index: 1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  nav > ul > li .webBtn {
    margin-top: 5px;
  }

  nav > #cta {
    margin: auto 0 0;
  }

  nav > #iconBtn > li#srchBtn {
    display: inline-block;
  }

  #nav > li:not(.btnLi) > a:before {
    left: auto;
  }

  .logo {
    margin-top: 0;
  }

  header {
    top: 0;
  }

  header .contain-fluid {
    border-radius: 0;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    -ms-border-radius: 0;

    -o-border-radius: 0;
  }

  nav > ul > li > a:not(.webBtn),
  nav > ul > li .webBtn {
    font-size: 1.3rem;
  }

  /* ====================home==================== */

  body > main {
    position: relative;

    z-index: 1;
  }

  .values-inner {
    grid-template-columns: 1fr;
  }

  .values-deco-plane {
    padding-bottom: 50%;
  }

  .services_custom_sec .flex .col {
    width: 100%;
  }

  .custom_why_choose_sec .flex .col {
    width: calc(100% / 3);
  }

  .custom_step_sec .flex .col .item-inner .pxl-item--text {
    font-size: 70px;
  }

  .custom_step_sec .flex .col .item-inner {
    margin-bottom: 110px;
  }

  .testimonials_custom_sec .colL {
    width: 100%;

    padding-right: 0;

    text-align: center;
  }

  .testimonials_custom_sec .sec_heading {
    margin: auto;
  }

  .testimonials_custom_sec .colR {
    width: 100%;

    padding-left: 0;
  }

  /* ===about us===== */

  .cta_inner {
    flex-direction: column;

    gap: 2rem;

    text-align: center;
  }

  /* ===book=== */

  .apply_form_sec .form-card {
    margin-top: 4rem;
  }

  .apply_form_sec .flex .colR {
    top: 2rem;
  }

  .apply_form_banner {
    padding: 11rem 0 5rem;
  }

  .apply_form_sec .field-row.cols-2,
  .apply_form_sec .field-row.phone-row {
    grid-template-columns: 1fr;
  }

  .apply_form_sec .radio-block {
    flex-direction: column;
  }

  /* ===blog=== */

  .blog_banner {
    padding-top: 11rem;
  }

  .visa_custom_grid .flex , .visa_dif_sec .flex{
    margin: 0;
  }
  .visa_custom_grid .flex .col{
    padding: 1rem;
  }
  .visa_custom_grid_tile .flex{
    margin: 0;
  }
  .visa_custom_grid_tile .flex .col{
    width: 100%;
    padding: 1rem 0;
  }
  .visa_dif_sec .flex .col{
    width: 50%;
  }
  .visa_timeline , .vs_new_choose_sec .flex{
    margin: 0;
    justify-content: center;
  }
  .vs_new_choose_sec .flex .col , .timeline_item{
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 991px) {
.services_custom_sec .image_bg .cntnt{
padding:1.5rem;
}
  .values-deco-plane .cntnt {
    padding: 2rem;
  }

  .custom_dream_sec .colR {
    width: 100%;

    padding-left: 0;
  }

  .custom_dream_sec .colL {
    width: 100%;

    padding-right: 0;

    margin-bottom: 2rem;
  }

  footer .flexRow {
    flex-flow: wrap;
  }

  footer .flexRow > .col {
    flex: unset;

    width: 50%;
  }

  footer .flexRow {
    margin: -1rem;
  }

  .banner_custom {
    padding-top: 10rem;
  }

  /* ===about=== */

  .hero_inner {
    flex-direction: column;

    align-items: flex-start;
  }

  .hero_text {
    flex: unset;
    width: 100%;
  }
  .hero_visual{
    width: 100%;
  }

  #about_hero p {
    max-width: 100%;
  }

  .hero_stat_col {
    width: 100%;
  }

  .hero_stat {
    width: 25%;
  }

  /* ===blog=== */

  .blog_pg .colL {
    width: 100%;

    padding-right: 0;
  }

  .blog_pg .colR {
    width: 100%;

    padding-left: 0;

    margin-top: 2rem;
  }

  .blog_pg .colR .inner:last-child {
    margin-bottom: 0;
  }

  nav ul {
    grid-gap: 0rem 4rem;
  }

  .sec_contact_us .col1 {
    flex: unset;
  }

  /* ========custom_dream_sec====== */

  .custom_dream_sec .sec_heading {
    margin-bottom: 1rem;
  }

  .custom_dream_sec .flex .colL {
    width: 100%;
  }

  .custom_dream_sec .flex .colR {
    width: 100%;

    padding-left: 0;

    padding-top: 27px;
  }

  .custom_dream_sec .flex .image {
    padding-bottom: 69%;
  }

  .sec_req .flex .colL {
    margin-bottom: 0;
  }

  /* ==========sec_req  ======== */

  .sec_req .flex {
    margin-top: 2rem !important;
  }

  .sec_req .flex:first-child {
    margin-top: 0rem !important;
  }

  .sec_req .flex:nth-child(even) .colR {
    padding-right: 0 !important;
  }

  .sec_req .flex:nth-child(even) {
    padding: 2rem !important;
  }

  .sec_requirements .contain .flex .column {
    width: calc(100% / 2);
  }

  .add-req .flex {
    justify-content: center;
  }

  .add-req .flex .cols {
    width: calc(100% / 2);
  }

  .add-req .contain .top {
    flex-direction: column;

    gap: 20px;
  }

  .add-req .contain .top .heading {
    margin-bottom: 0;
  }

  .add-req .contain .top .cta {
    justify-content: left;
  }

  /* ======sec_jobs====== */

  .sec_jobs .contain .j-title {
    flex-direction: column;

    align-items: flex-start;
  }

  .sec_jobs .contain .j-title h5 {
    width: 100%;
  }

  .sec_jobs .contain .jobs-list .cols .info {
    padding-left: 0;
  }

  .sec_jobs .contain .jobs-list .cols .info::after {
    display: none;
  }

  /* .sec_jobs .contain .col2 .cta {
    width: 100%;
  } */

  .sec_jobs .contain .col2 .cta a {
    width: 100%;
  }


  .visa_banner .flex .colL{
    padding-right: 2rem;
  }
  .visa_banner .flex .colR{
    align-self: center;
  }
  .vs_new_choose_sec .flex .col , .timeline_item{
    width: 100%;
    padding: 1rem 0;
  }
  .visa_hero{
    padding-top: 9rem !important;
    padding-bottom: 4rem !important;
  }
.job-detail .cta{
  width: 20%;
}
.job-detail .content{
  width: 80%;
}
  .job_detail_sec .overview .left_col{
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .job_detail_sec .overview .right_col{
    width: 100%;
    padding-left: 0;
    position: relative;
        top: unset;
  }

  
}

@media screen and (max-width: 767px) {
  .sec_jobs .contain .jobs-list .inner {
    flex-direction: column;

    align-items: unset;

    gap: 20px;
  }
  .banner_custom h1 {
    font-size: 40px;

    line-height: 45px;
  }

  

  .sec_heading h2 {
    font-size: 2rem;
  }

  .sec_heading.center {
    margin: 0 auto 1rem;
  }

  .services_custom_sec:after {
    top: 76%;
  }

  .services_custom_sec .image_bg {
    margin-top: 3rem;
  }

  .custom_why_choose_sec .col h3 {
    font-size: 1rem;
  }

  .custom_step_sec .flex {
    margin: unset;
  }

  .custom_step_sec .flex .col {
    flex: unset;

    width: 50%;

    padding: 2rem;
  }

  .custom_step_sec .flex .col:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }

  .custom_step_sec .flex .col:nth-child(3) {
    border-bottom: none;
  }

  .custom_step_sec .flex .col:nth-child(2) {
    border-right: none;
  }

  /* ===about===== */

  .values_header {
    margin-bottom: 1rem;
  }

  .float_card {
    right: 1rem;
  }

  /* ===apply=== */

  .apply_form_sec .flex .colL {
    width: 100%;

    padding-right: 0;

    margin-bottom: 1rem;
  }

  .apply_form_sec .flex .colR {
    width: 100%;

    padding-left: 0;
  }

  .apply_form_sec .flex .colR {
    position: relative;

    top: unset;
  }

  .apply_form_sec .form-card {
    margin-top: 0;
  }
  .timeline_number{
    padding-bottom: 65%;
  }
  
}

@media screen and (max-width: 580px) {
  .sec_requirements .flex .column {
    width: 100%;
  }

  .sec_choose {
    padding-top: 2rem;
  }
  .sec_jobs .jobs-list .cols ul{
    gap: 10px;
  }


  .visa_banner .flex .colL{
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .visa_banner .flex .colR{
    width: 100%;
    padding-left: 0;
  }
  .visa_custom_grid .flex .col{
    width: 100%;
    padding: 1rem 0;
  }
  .visa_custom_grid_tile .flex .col .inner{
    flex-direction: column;
  }
  .visa_custom_grid_tile .flex .col .inner .image{
    padding-bottom: 50%;
    width: 100%;
  }
  .visa_dif_sec .flex .col{
    width: 100%;
    padding: 1rem 0;
  }

}

@media screen and (max-width: 480px) {
  /*_____ col-xx-? _____*/

  .col-xx-12,
  .col-xx-11,
  .col-xx-10,
  .col-xx-9,
  .col-xx-8,
  .col-xx-7,
  .col-xx-6,
  .col-xx-5,
  .col-xx-4,
  .col-xx-3,
  .col-xx-2,
  .col-xx-1,
  .col-xs-6 {
    width: 100% !important;
  }
  .vs_new_choose_sec .flex .col .visa_feature_overlay{
    padding: 20px;
    font-size: 1rem;
  }
  .visa_custom_grid_tile .flex .col .inner .cntnt{
    padding: 1.5rem;
  }
  body {
    font-size: 14px;
  }

  section {
    padding: 3rem 0;
  }

  .sec_heading h2 {
    font-size: 1.5rem;
  }

  .values-deco-plane {
    padding-bottom: 100%;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .services_custom_sec .flex .col .inner {
    flex-direction: column;
  }

  .services_custom_sec .flex .col .inner .image {
    width: 100%;

    padding-bottom: 50%;
  }

  .services_custom_sec .flex .col .inner .cntnt {
    padding: 1rem;
  }

  .services_custom_sec .flex .col .inner .cntnt h3 {
    font-size: 20px;
  }

  .services_custom_sec .image_bg {
    padding-bottom: 100%;
  }

  .custom_why_choose_sec .flex .col {
    width: 50%;
  }

  .custom_step_sec .flex .col {
    padding: 1rem;
  }

  .custom_step_sec .flex .col .content-item h3 {
    font-size: 1rem;
  }

  .custom_step_sec .flex .col .item-inner .pxl-item--text {
    font-size: 50px;
  }

  .custom_step_sec .flex .col .item-inner {
    margin-bottom: 50px;
  }

  .banner_custom {
    padding-top: 8rem;
  }

  .btn_blk {
    flex-direction: column;

    width: 100%;
  }

  .webBtn {
    width: 100%;
  }

  footer {
    padding-top: 2rem;
  }

  .copyright {
    margin-top: 10px;
  }

  nav {
    padding: 40px 19px 20px;
  }

  /* ===about== */

  .hero_stat {
    width: 50%;
  }

  #about_hero {
    padding-top: 10rem;
  }

  #who_we_are,
  #mission_vision,
  #our_values,
  #why_us {
    padding: 3rem 0;
  }

  .why_layout {
    gap: 2rem;
  }

  /* ===apply=== */

  .apply_form_sec .btn-finish {
    width: 100%;
  }

  .apply_form_sec .flex .colL {
    padding-top: 2rem;
  }

  /* ===blog=== */

  .blog_banner {
    padding-top: 9rem;
  }

  .blog_pg .post_feature .image {
    padding-bottom: 100%;
  }

  .blog_pg .post_feature .cntnt {
    padding: 1rem;
  }

  .blog_pg .all_posts .col {
    width: 100%;
  }

  .blog_pg .all_posts {
    margin-top: 2rem;
  }

  .pagination ul {
    flex-wrap: wrap;
  }

  .pagination ul li a {
    padding: 3px 10px;

    font-size: 11px;
  }

  /* ===contact== */

  #contact-us .inner {
    padding: 25px;
  }

  /* =======faqs===== */

  .faqs {
    background: #f4f5f8 !important;
  }

  .faqs .colrr {
    background: #f4f5f8;

    max-width: unset;

    margin: 0 auto;

    border: none;

    border-radius: 0;
  }

  .faqs .colrr .faqLst {
    padding: 0px;
  }

  .faqs .faqLst .number {
    width: 37px;

    position: absolute;

    left: 8px;

    display: flex;

    align-items: center;

    justify-content: center;
    display: none;
  }

  /* .faqs .faqLst > .faqBlk h5 {
    padding-left: 51px;
  } */

  .faqs .faqLst > .faqBlk h5::before {
    top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
  }

  /* =========sec_requirements======== */

  .sec_requirements .contain .flex .column {
    width: 100%;

    padding: 10px 0;
  }

  /* =====add-req ===== */

  .add-req .flex .cols {
    width: 100%;

    padding: 10px 0;
  }

  /* =====   .job-detail  ======= */

  .job-detail .mobi-flex {
    flex-direction: column;

    gap: 1rem;
  }

  .job-detail .contain .content {
    width: 100%;
  }

  .job-detail .contain .content ul {
    flex-wrap: wrap;

    gap: 0;
  }

  .job-detail .contain .content ul li {
    padding-right: 10px;
  }

  .job-detail .contain .cta {
    width: 100%;
  }

  .job_detail_sec .contain .requirements .job_image {
    padding-bottom: 53%;
  }

  .apply-form .contain .apply_blk {
    padding: 2rem 1rem;
  }
  .sec_jobs .jobs-list .cols ul li {
    font-size: .8rem;
  }

  nav > ul > li{
    width: 100%;
  }
  nav > ul > li > a:not(.webBtn){
    width: fit-content;
    margin: auto;
    height: 2.4rem;
  }
  nav > ul > li > a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 380px) {
}

@media screen and (min-width: 320px) and (max-width: 330px) {
  .custom_why_choose_sec .flex .col {
    width: 100%;
  }

  nav ul {
    grid-gap: 0rem 2rem;
  }
}

@media screen and (min-width: 411px) and (max-width: 420px) {
}
