.menu_btn_icon{
    display: none;
}
.close_nav{
    display: none;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .common_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid_process {
    grid-template-columns: repeat(3, 1fr);
  }
  .service_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .nav_links {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
  }
  .links_active{
        display: block;
    }
    .menu_btn{
        background-color: transparent;
        border: none;
        display: flex;
    }
    .menu_btn img{
        height: 40px;
        width: auto;
    }
    .nav_links ul{
        background-color: white;
        flex-direction: column;
        width: 45%;
        position: relative;
        height: 100%;
        padding: 20px;
        justify-content: center;
    }
  .nav_links ul li a{
      color: black;
  }
     

    .close_nav {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        padding: 8px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background-color: #18083b;
    }
  .footer_semi_ul {
    justify-content: center;
  }
  .develop_container img {
    height: 350px;}
    .menu_btn_icon{
        border: none;
        background-color: transparent;
        border: none;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_btn_icon img{
        height: 23px;
        width: auto;
    }
     
}
@media screen and (max-width: 768px) {
  .banner_title {
    font-size: 26px;
  }
  .line_v {
    display: none;
  }
  .num_grid {
    flex-wrap: wrap;
  }
  .num_container {
    width: 45%;
  }
  .service_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 568px) {
  p,
  li {
    font-size: 14px;
  }
  .service_title {
    font-size: 25px;
  }
  .banner_title {
    line-height: 40px;
  }
  .num_container {
    width: 100%;
  }
  .grid_partnering {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_process {
    grid-template-columns: repeat(1, 1fr);
  }
   .nav_links ul{
       width: 90%;
   }
  .partner_container img {
    height: 35px;
  }
  .partner_title {
    font-size: 15px;
  }
  .common_title {
    font-size: 26px;
    line-height: 40px;
  }
  .title_t {
    font-size: 21px;
    line-height: 37px;
  }
  .freq_img img {
    height: 400px;
  }
  .content_banner {
    width: 90%;
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .list li {
    font-size: 18px;
  }
  .bg_box_b {
    padding: 30px 20px;
  }
  .nav_logo img {
    height: 36px;
  }
  .nav_bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .develop_container img {
    height: 340px;
  }
  .des_content p {
    font-size: 13px;
  }
  .dev_title {
    font-size: 16px;
  }
  .img_ser img {
    height: 350px;
  }
  .bg_b {
    padding: 30px 10px;
    width: 95%;
    margin: auto;
  }
  .bg_cloud {
    padding: 24px 31px;
  }
  .contact_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .question_t {
    line-height: 35px;
    font-size: 20px;
  }
  .contact_t {
    font-size: 15px;
  }
  .contact_container {
    padding: 16px 24px;
  }
  .contact_bg {
    padding: 20px;
  }
  .content_banner {
    background: rgba(0, 0, 0, 0.6);
    padding: 25px;
    border-radius: 5px;
  }
  .get_btn {
    font-size: 14px;
  }
  .banner_title {
    font-size: 21px;
  }
  .banner_br img {
    height: 520px;
  }
  .service_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
