@media (max-width: 375px) {
  /**header**/
  .custom-nav .container .navbar-brand.logo img {
    color: #f5f3f4;
    width: 70%;
    margin-left: 0;
  }
  .custom-nav .container {
    color: #f5f3f4;
    border-radius: 44px;
    padding: 3px 24px;
    margin-left: 15px;
    width: 90%;
    padding-right: 24px;
  }
  .home-table .home-table-center .header_title {
    font-size: 34px;
    line-height: 1.2;
  }
  .navbar-nav {
    padding-bottom: 18px;
  }
  .responsiv-service {
    padding: 10px 16px;
  }
  /**about**/
  #about .vissable-img {
    display: none;
  }
  #about .hidden-img {
    display: block;
  }
  #about .hidden-img img {
    width: 100%;
    margin-bottom: 47px;
  }
  /**service**/
  #services .box-service .hidden-img {
    display: block;
  }
  #services .box-service h5 {
    font-size: 18px
  }
  #services .box-service {
    height: 380px;
  }
  #services .box-service .vissable-img {
    display: none;
  }
  #services .box-service .margin-serimg {
    margin-top: 0;
  }
  #services .box-service .spicial-margin {
    margin-top: 36px;
  }
  /**cunter**/
  .cunter-number .cunter-margin {
    margin-bottom: 35px;
  }
}

@media (min-width: 376px) and (max-width: 575px) {
  /**header**/
  .custom-nav .container .navbar-brand.logo img {
    color: #f5f3f4;
    width: 70%;
    margin-left: 0;
  }
  .custom-nav .container {
    color: #f5f3f4;
    border-radius: 44px;
    padding: 3px 24px;
    margin-left: 18px;
    width: 90%;
    padding-right: 24px;
  }
  .home-table .home-table-center .header_title {
    font-size: 34px;
    line-height: 1.2;
  }
  .navbar-nav {
    padding-bottom: 18px;
  }
  .responsiv-service {
    padding: 10px 16px;
  }
  /**about**/
  #about .vissable-img {
    display: none;
  }
  #about .hidden-img {
    display: block;
  }
  #about .hidden-img img {
    width: 100%;
    margin-bottom: 47px;
  }

  /**service**/
  #services .box-service h5 {
    font-size: 18px
  }
  #services .box-service {
    height: 380px;
  }
  #services .box-service .hidden-img {
    display: block;
  }

  #services .box-service .vissable-img {
    display: none;
  }
  #services .box-service .margin-serimg {
    margin-top: 0;
  }
  #services .box-service .spicial-margin {
    margin-top: 20px;
  }
  #services .box-service .margin-service {
    margin-top: 20px;
  }
  /**cunter**/
  .cunter-number .cunter-margin {
    margin-bottom: 35px;
  }
}


@media (min-width: 576px) and (max-width: 767px) {
  /**header**/
  .custom-nav .container .navbar-brand.logo img {
    width: 85%;
    padding: 3px 24px;
    margin-left: 18px;
  }
  .custom-nav .container {
    border-radius: 60px;
  }
  .navbar-nav {
    padding-bottom: 16px;
    padding-left: 45px;
  }
  .navbar-nav {
    padding-bottom: 18px;
  }

  /**slider**/
  .home-table .home-table-center .header_title {
    font-size: 58px;
    margin-top: 16px;
  }
  /**about**/
  #about .vissable-img {
    display: none;
  }
  #about .hidden-img {
    display: block;
  }
  #about .hidden-img img {
    width: 100%;
    margin-bottom: 47px;
  }
  /**service**/
  #services .box-service .hidden-img {
    display: block;
  }
  #services .box-service {
    height: 260px;
  }
  #services .box-service .vissable-img {
    display: none;
  }
  #services .box-service .margin-serimg {
    margin-top: 0;
  }
  #services .box-service .spicial-margin {
    margin-top: 20px;
  }
  #services .box-service .margin-service {
    margin-top: 20px;
  }
  /**cunter**/
  .cunter-number .cunter-margin {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /**header**/
  .navbar-nav {
    padding-bottom: 16px;
    padding-left: 45px;
  }
  /**slider**/
  .home-table .home-table-center .header_title {
    font-size: 60px;
    margin-top: 30px;
  }
  /**about**/
  #about img {
    width: 100%;
  }
  /**service**/
  #services .box-service .padding-service {
    padding: 0
  }
  #services .box-service {
    height: 300px;
  }
  #services .box-service .margin-serimg {
    margin-top: 41px;
  }
  #services .box-service .margin-serimg p {
    font-size: .9rem;
  }
  /**cunter**/
  .cunter-number .cunter-margin {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /**slider**/
  .home-table .home-table-center .header_title {
    margin-top: 74px;
    font-size: 60px;
  }
  /**about**/
  #about img {
    width: 100%;
  }
  /**service**/
  #services .box-service .margin-serimg {
    margin-top: 104px;
  }
  #services .box-service {
    height: 348px;
  }
  #services .box-service .padding-service {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  /**service**/
  #services .box-service .padding-service {
    padding: 0;
  }
}
