@media (max-width: 992px) {
  .logods {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-1 .mega-menu-wrapper .header-main .header-left {
    gap: 0;
  }
  .main_uketa .content .heading-1 {
    font-size: 40px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .visa-category-items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .countries-list {
    margin: 50px 0 0px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: scroll;
    width: 100%;
  }
  .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-title h2 {
    margin-bottom: 20px;
  }
  
.header-section-1{background:#fff}  
  .offcanvas__logo a img {height: 60px;}
  .banner_o .cetn_sd {padding: 20px;}
  .banner_o h1 {font-size: 27px;}
  .process-section .sec-title h2 {font-size: 30px;}
  .visa_type_head ul {flex-wrap: wrap;}
  .visa_type_inner {flex-direction: column;}
  .visa_type_image,
  .visa_type_data  {  width: 100%;}
  .visa_type_image img {height: auto;}
  
  
  
  
}
