@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
  .project_gallery {
    justify-content: start !important;
    overflow-x: scroll;
  }
  .position-absolute {
    position: initial;
  }
  .projects_images {
    display: flex;
  }
  .project_img_one {
    margin-left: 0;
  }
  .projects_images div {
    height: 150px;
    width: 150px;
    margin: 0;
  }
  .middle_img {
    right: 40px;
    top: 30px;
  }
  .shape_img_one {
    right: 155px;
    top: 80px;
  }
  .projects_images:nth-child(2) {
    display: none;
  }
  .service_block {
    display: block;
    justify-content: flex-start;
  }
  .justify-content-between {
    justify-content: flex-start;
  }
  .col-5,
  .col-7 {
    width: 100%;
  }
  .img_,
  .center_img,
  .sm_image,
  .number_img,
  .number_second_img {
    display: none;
  }
  .service_right_side,
  .projects_info,
  .service_info {
    padding: 0 15px;
  }
  .service_title {
    font-size: 22px;
  }
  .service_sub_title {
    font-size: 18px;
  }
  .ul_item li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .projects_title {
    font-size: 28px;
    width: 100%;
    margin-bottom: 15px;
  }
  .mt-5 {
    margin-top: 25px;
  }
  .middle_img {
    width: 100px;
    height: 100px;
  }
  .shape_img_one {
    width: 75px;
    height: 75px;
    right: 75px;
  }
  .number_title {
    font-size: 60px;
  }
    
 .service_right_side {
  margin-top: 50px;
}
.middle_img {
  right: -30px;
  top: -30px;
}
.shape_img_one {
  right: -20px;
  top: 0;
}

.button_item {
  width: 100%;
  margin-top: 20px;
}
.service_right_side,
.projects_info,
.service_info {
  padding: 0;
}   
.projects_images div{ margin-right: 10px}    
}


/* later added styles */
@media screen and (max-width: 450px) {
  .middle_img, .shape_img_one {
    right: 0;
  }

  .projects_info .projects_title {
    font-size: 24px;
  }

  .domain__input__box .select2-container {
    width: 130px !important;
    height: 40px;
    border-left: 1px solid #ccc;
  }

  .check-domain-from {
    margin-top: 0 !important;
  }
}